/dalvik/vm/mterp/x86/ |
OP_MONITOR_EXIT.S | 15 testl %eax,%eax # null object? 23 testl %eax,%eax # success?
|
OP_DIV_LONG.S | 10 testl %eax,%eax 31 testl rIBASE,rIBASE 35 testl rIBASE,%eax 39 testl rIBASE,rIBASE
|
OP_DIV_LONG_2ADDR.S | 11 testl %eax,%eax 32 testl rIBASE,rIBASE 36 testl rIBASE,%eax 40 testl rIBASE,rIBASE
|
OP_THROW.S | 10 testl %eax,%eax # null object?
|
OP_APUT_OBJECT.S | 13 testl %eax,%eax # null array object? 25 testl rINST,rINST # storing null reference? 39 testl %eax,%eax
|
OP_INVOKE_DIRECT.S | 26 testl %eax,%eax # already resolved? 30 testl %ecx,%ecx # null "this"? 51 testl %eax,%eax
|
OP_INVOKE_VIRTUAL.S | 19 testl %eax,%eax # already resolved? 28 testl %eax,%eax # got null? 43 testl %ecx,%ecx # null this?
|
OP_CONST_CLASS.S | 11 testl %eax,%eax # resolved yet? 32 testl %eax,%eax # failed?
|
OP_CONST_STRING.S | 12 testl %eax,%eax # resolved yet? 31 testl %eax,%eax # failed?
|
OP_CONST_STRING_JUMBO.S | 12 testl %eax,%eax # resolved yet? 31 testl %eax,%eax # failed?
|
OP_INVOKE_INTERFACE.S | 19 testl %eax,%eax # null this? 31 testl %eax,%eax
|
OP_ARRAY_LENGTH.S | 9 testl %ecx,%ecx # is null?
|
OP_FILLED_NEW_ARRAY.S | 18 testl %eax,%eax # already resolved? 28 testl %eax,%eax # null? 60 testl %eax,%eax # alloc successful? 88 testl rINST,rINST
|
OP_FILL_ARRAY_DATA.S | 13 testl %eax,%eax # exception thrown?
|
OP_IPUT_OBJECT.S | 23 testl %eax,%eax # is resolved entry null? 34 testl %eax,%eax # returns InstrField ptr 48 testl %ecx,%ecx # object null? 52 testl rINST,rINST # stored a NULL?
|
OP_MONITOR_ENTER.S | 10 testl %eax,%eax # null object?
|
OP_NEW_ARRAY.S | 23 testl %eax,%eax 25 testl %ecx,%ecx # already resolved? 43 testl %ecx,%ecx # successful resolution? 60 testl %eax,%eax # failed?
|
OP_SGET.S | 22 testl %eax,%eax # resolved entry null? 45 testl %eax,%eax
|
/external/compiler-rt/lib/i386/ |
ashrdi3.S | 26 testl %eax, %eax // check the sign-bit of the input 54 testl $0x20, %ecx // If count >= 32
|
/external/llvm/test/MC/COFF/ |
weak.s | 18 testl %eax, %eax
|
/bionic/libc/arch-x86/bionic/ |
sigsetjmp.S | 40 testl %eax,%eax 89 testl %eax,%eax
|
_setjmp.S | 68 testl %eax,%eax
|
/bionic/libc/arch-x86/string/ |
swab.S | 25 testl $7,%ecx # copy first group of 1 to 7 words 32 testl $7,%ecx
|
/external/valgrind/main/coregrind/ |
m_cpuid.S | 87 testl %esi, %esi 92 testl %esi, %esi 97 testl %esi, %esi 102 testl %esi, %esi
|
/dalvik/vm/arch/x86/ |
Call386ABI.S | 99 testl %ebx,%ebx 113 testl %eax,%eax 132 testl %ebx,%ebx
|