Searched refs:testb (Results 1 – 9 of 9) sorted by relevance
/linux/arch/x86/lib/ |
H A D | csum-copy_64.S | 53 testb $7, %sil 184 testb $1, %r10b 210 testb $1, %sil 212 1: testb $2, %sil 222 2: testb $4, %sil
|
H A D | checksum_32.S | 124 testb $1, 12(%esp) 242 testb $1, 12(%esp)
|
/linux/arch/x86/entry/ |
H A D | entry_64.S | 352 testb $3, CS-ORIG_RAX(%rsp) 410 testb $3, CS-ORIG_RAX(%rsp) 465 testb $3, CS-ORIG_RAX(%rsp) 578 testb $3, 8(%rsp) 622 testb $3, CS(%rsp) 647 testb $4, (SS-RIP)(%rsp) 1011 testb $3, CS+8(%rsp) 1092 testb $3, CS(%rsp) 1153 testb $3, CS-RIP+8(%rsp) 1295 testb $(X86_EFLAGS_DF >> 8), (3*8 + 1)(%rsp)
|
/linux/arch/x86/math-emu/ |
H A D | reg_round.S | 368 testb $1,%bl 393 testb $0xff,FPU_denormal 476 testb CW_Underflow,%cl /* Underflow mask. */ 600 testb $0xff,FPU_bits_lost /* bits lost == underflow */
|
H A D | reg_u_div.S | 145 testb $255,FPU_ovfl_flag /* was the num > denom ? */ 423 testb $255,FPU_ovfl_flag /* was the num > denom ? */
|
H A D | polynom_Xsig.S | 93 testb $0xff,OVERFLOWED
|
/linux/arch/x86/xen/ |
H A D | xen-asm.S | 106 testb $0xff, PER_CPU_VAR(xen_vcpu_info + XEN_vcpu_info_pending) 126 testb $0xff, PER_CPU_VAR(xen_vcpu_info + XEN_vcpu_info_mask)
|
/linux/sound/pci/nm256/ |
H A D | nm256.c | 1123 u16 testb; in snd_nm256_ac97_ready() local 1126 testb = chip->mixer_status_mask; in snd_nm256_ac97_ready() 1132 if ((snd_nm256_readw(chip, testaddr) & testb) == 0) in snd_nm256_ac97_ready()
|
/linux/arch/x86/crypto/ |
H A D | serpent-sse2-x86_64-asm_64.S | 672 testb %cl, %cl;
|