/freebsd/sys/crypto/openssl/i386/ |
H A D | e_padlock-x86.S | 186 testl $15,%edx 188 testl $15,%ecx 198 testl $32,(%edx) 200 testl $15,%edi 202 testl $15,%esi 204 testl %ebx,%eax 244 testl $15,%edi 246 testl $15,%esi 260 testl $15,%edi 322 testl %ebp,%ebp [all …]
|
H A D | x86-gf2m.S | 265 testl $8388608,%eax 267 testl $16777216,%eax 269 testl $2,%edx 640 testl $8388608,%eax 642 testl $16777216,%eax 644 testl $2,%edx
|
/freebsd/lib/msun/tests/ |
H A D | rem_test.c | 42 static void testl(long double, long double, long double, int); 47 testl(x, y, e_r, e_q); \ 73 testl(-0x1.23456789abcdefp-2000L, 0x1.fedcba987654321p-2000L, in ATF_TC_BODY() 100 testl(-0x1.0000000000003p+0, 0x1.0000000000003p+0, -0.0, -1); in ATF_TC_BODY() 102 testl(-0x1.0000000000001p-749, 0x1.4p-1072, 0x1p-1074, -1288490189); in ATF_TC_BODY() 139 testl(long double x, long double y, long double expected_rem, int expected_quo) in testl() function
|
H A D | next_test.c | 54 #define testl(exp, ans, ex) do { \ macro 161 testl(nexttowardl(1.0, 1.0 + ldbl_eps), 1.0 + ldbl_eps, 0); in ATF_TC_BODY()
|
/freebsd/lib/libc/i386/string/ |
H A D | wcschr.S | 42 testl %ebx,%ebx 47 testl %ebx,%ebx 52 testl %ebx,%ebx 57 testl %ebx,%ebx
|
H A D | wcscmp.S | 43 testl %eax,%eax 48 testl %eax,%eax 53 testl %eax,%eax 60 testl %eax,%eax
|
H A D | swab.S | 55 testl $7,%ecx # copy first group of 1 to 7 words 62 testl $7,%ecx
|
/freebsd/sys/i386/i386/ |
H A D | exception.S | 130 testl $PSL_VM, TF_EFLAGS-TF_ERR(%esp) 231 testl $PSL_VM, TF_EFLAGS-TF_TRAPNO(%esp) 292 testl $PSL_VM, 8(%esp) /* and vm86 mode. */ 347 testl $PSL_VM, TF_EFLAGS(%esp) 497 testl $PSL_VM,TF_EFLAGS(%esp) 500 testl $PCB_VM86CALL,PCB_FLAGS(%ecx) 539 testl $PSL_VM,TF_EFLAGS(%esp) 541 testl $SEL_RPL_MASK, TF_CS(%esp) 550 testl $PSL_VM,TF_EFLAGS(%esp) 642 testl [all...] |
H A D | sigtramp.S | 52 testl $PSL_VM,UC_EFLAGS(%eax) 69 testl $PSL_VM,UC4_EFLAGS(%eax) 87 testl $PSL_VM,SC_PS(%eax)
|
H A D | mpboot.S | 79 testl $CPUID_PSE,%edx 82 1: testl $CPUID_PGE,%edx 85 2: testl $CPUID_VME,%edx 105 testl $AMDID_NX, %edx
|
H A D | locore.S | 233 testl $RB_BOOTINFO,8(%ebp) /* bi_size (and bootinfo) valid? */ 335 testl %eax,%eax 373 testl %eax,%eax
|
H A D | swtch.S | 111 testl %ecx,%ecx /* no thread? */ 126 testl $PCB_DBREGS,PCB_FLAGS(%edx) 157 testl %ecx,%ecx /* no thread? */ 287 testl $PCB_DBREGS,PCB_FLAGS(%edx)
|
/freebsd/sys/amd64/amd64/ |
H A D | exception.S | 236 testl $PSL_I,TF_RFLAGS(%rsp) 410 testl $PSL_I,TF_RFLAGS(%rsp) 503 testl $PSL_I,TF_RFLAGS(%rsp) 582 testl $PCB_FULL_IRET,PCB_FLAGS(%rax) 681 1: testl $CPUID_STDEXT3_IBPB,cpu_stdext_feature3(%rip) 689 testl $CPUID_STDEXT3_IBPB,cpu_stdext_feature3(%rip) 822 1: testl $CPUID_STDEXT3_IBPB,cpu_stdext_feature3(%rip) 874 testl %ebx,%ebx 896 testl $TDP_CALLCHAIN,TD_PFLAGS(%rax) /* flagged for capture? */ 933 testl %ebx,%ebx /* %ebx != 0 => return to userland */ [all …]
|
H A D | cpu_switch.S | 87 testl $PCB_FULL_IRET,PCB_FLAGS(%r8) 90 testl $TDP_KTHREAD,TD_PFLAGS(%rdi) 111 testl $PCB_DBREGS,PCB_FLAGS(%r8) 127 testl $PCB_32BIT,PCB_FLAGS(%r8) 158 testl $TDP_KTHREAD,TD_PFLAGS(%r12) 209 testl $PCB_DBREGS,PCB_FLAGS(%r8)
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | aesni-mb-x86_64.S | 14 testl $268435456,%ecx 58 testl %ecx,%ecx 69 testl %ecx,%ecx 80 testl %ecx,%ecx 91 testl %ecx,%ecx 96 testl %edx,%edx 305 testl $268435456,%ecx 349 testl %ecx,%ecx 360 testl %ecx,%ecx 371 testl %ecx,%ecx [all …]
|
H A D | e_padlock-x86_64.S | 252 testl $32,(%rdx) 258 testl %ebx,%eax 419 testl $32,(%rdx) 425 testl %ebx,%eax 590 testl $32,(%rdx) 596 testl %ebx,%eax 704 testl $32,(%rdx) 710 testl %ebx,%eax 818 testl $32,(%rdx) 824 testl %ebx,%eax [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/ |
H A D | tst.branch.s | 55 testl %eax, %eax 61 testl %eax, %eax
|
H A D | tst.embedded.s | 54 testl %eax, %eax
|
/freebsd/sys/i386/include/ |
H A D | asmacros.h | 112 testl $PSL_VM, TF_EFLAGS(%esp) 135 testl $PSL_VM, TF_EFLAGS(%esp) 139 testl $PCB_VM86CALL, PCB_FLAGS(%eax)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/i386/ |
H A D | ashrdi3.S | 27 testl %eax, %eax // check the sign-bit of the input 56 testl $0x20, %ecx // If count >= 32
|
H A D | lshrdi3.S | 46 testl $0x20, %ecx // If count >= 32
|
H A D | ashldi3.S | 46 testl $0x20, %ecx // If count >= 32
|
/freebsd/lib/libc/i386/gen/ |
H A D | sigsetjmp.S | 56 testl %eax,%eax 97 testl %eax,%eax
|
H A D | _setjmp.S | 69 testl %eax,%eax
|
/freebsd/stand/libsa/i386/ |
H A D | _setjmp.S | 71 testl %eax,%eax
|