Searched refs:testb (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/arch/x86/core/ia32/ |
D | swap.S | 169 testb $_FP_USER_MASK, _thread_offset_to_user_options(%eax) 205 testb $X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%ebx) 210 testb $K_SSE_REGS, _thread_offset_to_user_options(%ebx) 245 testb $X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%eax) 249 testb $K_SSE_REGS, _thread_offset_to_user_options(%eax) 284 testb $_FP_USER_MASK, _thread_offset_to_user_options(%eax)
|
D | userspace.S | 46 testb $3, 16(%esp) /* Offset of CS */ 106 testb $3, 4(%esp) /* Offset of CS */
|
D | excstub.S | 109 testb $3, 36(%esp)
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | locore.S | 467 testb $X86_THREAD_FLAG_ALL, _thread_offset_to_flags(%rdi) 483 testb $0x3, 8(%rsp) 539 testb $0x3, 40(%rsp) 630 testb $0x3, 8(%rsp) 694 testb $0x3, 24(%rsp)
|