/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_DIRECT_JUMBO.S | 19 testl %eax,%eax # already resolved? 23 testl %ecx,%ecx # null "this"? 44 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_INVOKE_VIRTUAL_JUMBO.S | 14 testl %eax,%eax # already resolved? 23 testl %eax,%eax # got null? 35 testl %ecx,%ecx # null this?
|
OP_IPUT_JUMBO.S | 22 testl %eax,%eax # is resolved entry null? 33 testl %eax,%eax # returns InstrField ptr 46 testl %ecx,%ecx # object null?
|
OP_CONST_CLASS.S | 11 testl %eax,%eax # resolved yet? 32 testl %eax,%eax # failed?
|
OP_CONST_CLASS_JUMBO.S | 11 testl %eax,%eax # resolved yet? 31 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? 30 testl %eax,%eax
|
OP_INVOKE_INTERFACE_JUMBO.S | 12 testl %eax,%eax # null this? 23 testl %eax,%eax
|
OP_INVOKE_STATIC.S | 17 testl %eax,%eax 28 testl %eax,%eax # got null?
|
OP_INVOKE_STATIC_JUMBO.S | 13 testl %eax,%eax 24 testl %eax,%eax # got null?
|
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
|
/bionic/libc/arch-x86/string/ |
memchr.S | 14 testl %ecx,%ecx /* test for len == 0 */
|
swab.S | 25 testl $7,%ecx # copy first group of 1 to 7 words 32 testl $7,%ecx
|
/external/llvm/test/MC/COFF/ |
weak.s | 17 testl %eax, %eax
|
/frameworks/compile/libbcc/runtime/lib/i386/ |
ashrdi3.S | 26 testl %eax, %eax // check the sign-bit of the input 54 testl $0x20, %ecx // If count >= 32
|
/bionic/libc/arch-x86/bionic/ |
sigsetjmp.S | 40 testl %eax,%eax 88 testl %eax,%eax
|