/bionic/libc/arch-x86/bionic/ |
_setjmp.S | 67 testl %eax,%eax
|
setjmp.S | 89 testl %eax,%eax
|
/bionic/libc/arch-x86/string/ |
strncmp.S | 20 testl %edx,%edx
|
/dalvik/vm/mterp/x86-atom/ |
binopD.S | 38 testl %ecx, %ecx
|
binopD2addr.S | 39 testl %ecx, %ecx # check for divide by zero
|
binopDLit16.S | 38 testl %ecx, %ecx # check for divide by zero
|
binopDLit8.S | 36 testl %ecx, %ecx # handle -1 special case divide error
|
OP_NEW_INSTANCE.S | 59 testl $$(ACC_INTERFACE|ACC_ABSTRACT), offClassObject_accessFlags(%edx) 98 testl $$(ACC_INTERFACE|ACC_ABSTRACT), offClassObject_accessFlags(%edx)
|
/external/quake/quake/src/QW/client/ |
r_drawa.s | 75 testl %ebx,%ebx 131 testl %ebx,%ebx 246 testl %eax,%eax 430 testl %esi,%esi 456 testl %esi,%esi 489 testl %eax,%eax 499 testl %eax,%eax 507 testl %eax,%eax
|
r_edgea.s | 122 testl %ebx,%ebx 131 testl %eax,%eax 362 testl %edi,%edi 381 testl %eax,%eax 388 testl %edx,%edx 422 testl %edx,%edx
|
d_polysa.s | 1106 testl %eax,%eax [all...] |
surf16.s | 78 testl C(blockdivmask),%ebp
|
d_draw.s | 521 testl %ecx,%ecx 754 testl %ebx,%ebx // any more spans? 800 testl %eax,%eax 849 testl $2,%edi 912 testl %esi,%esi 964 testl $2,%edi 1027 testl %esi,%esi
|
snd_mixa.s | 89 testl $1,%ecx
|
/external/quake/quake/src/WinQuake/ |
r_drawa.s | 75 testl %ebx,%ebx 131 testl %ebx,%ebx 246 testl %eax,%eax 430 testl %esi,%esi 456 testl %esi,%esi 489 testl %eax,%eax 499 testl %eax,%eax 507 testl %eax,%eax
|
r_edgea.s | 122 testl %ebx,%ebx 131 testl %eax,%eax 362 testl %edi,%edi 381 testl %eax,%eax 388 testl %edx,%edx 422 testl %edx,%edx
|
d_polysa.s | 1106 testl %eax,%eax [all...] |
surf16.s | 78 testl C(blockdivmask),%ebp
|
worlda.s | 51 testl %eax,%eax
|
d_draw.s | 521 testl %ecx,%ecx 754 testl %ebx,%ebx // any more spans? 800 testl %eax,%eax 849 testl $2,%edi 912 testl %esi,%esi 964 testl $2,%edi 1027 testl %esi,%esi
|
/external/quake/quake/src/QW/server/ |
worlda.s | 31 testl %eax,%eax
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
mmx.h | 91 "testl $0x200000, %%ecx\n\t" 146 "testl $0x00800000, %%eax\n\t" /* Test for MMX */ 148 "testl $0x01000000, %%eax\n\t" /* Test for Ext'd MMX */ 169 "testl $0x00800000, %%edx\n\t" /* Test for MMX */ 171 "testl $0x80000000, %%edx\n\t" /* Test for 3DNow! */ 187 "testl $0x00800000, %%edx\n\t" /* Test for MMX */
|
/external/stlport/src/ |
lock_free_slist.h | 93 "L1_%=: testl %%eax, %%eax\n\t" // _M_top == NULL? 118 "L1_%=: testl %%eax, %%eax\n\t" // _M_top == NULL?
|
/external/kernel-headers/original/asm-x86/ |
spinlock_32.h | 65 "testl $0x200, %[flags]\n\t"
|
/external/v8/src/x64/ |
macro-assembler-x64.cc | 298 testl(result, result); 300 testl(op, op); 605 testl(kScratchRegister, Immediate(0x03)); 629 testl(kScratchRegister, Immediate(0x03)); 942 testl(rax, Immediate(0x7fffffff)); 960 testl(rdx, rdx); 1023 testl(rdx, rdx); [all...] |