/dalvik/vm/mterp/x86/ |
OP_INVOKE_SUPER.S | 23 testl rINST,rINST # null "this"? 26 testl %ecx,%ecx # already resolved? 54 testl %eax,%eax # got null?
|
OP_INVOKE_SUPER_JUMBO.S | 16 testl rINST,rINST # null "this"? 19 testl %ecx,%ecx # already resolved? 47 testl %eax,%eax # got null?
|
OP_AGET.S | 13 testl %eax,%eax # null array object?
|
OP_AGET_WIDE.S | 11 testl %eax,%eax # null array object?
|
OP_APUT.S | 13 testl %eax,%eax # null array object?
|
OP_APUT_WIDE.S | 11 testl %eax,%eax # null array object?
|
OP_CHECK_CAST.S | 16 testl rINST,rINST # is oject null? 21 testl %eax,%eax # have we resolved this before? 44 testl %eax,%eax # failed? 74 testl %eax,%eax # got null?
|
OP_CHECK_CAST_JUMBO.S | 16 testl rINST,rINST # is oject null? 21 testl %eax,%eax # have we resolved this before? 44 testl %eax,%eax # failed? 74 testl %eax,%eax # got null?
|
OP_IPUT_WIDE_QUICK.S | 9 testl %ecx,%ecx # is object null?
|
OP_FILLED_NEW_ARRAY_JUMBO.S | 13 testl %eax,%eax # already resolved? 25 testl %eax,%eax # null? 54 testl %eax,%eax # alloc successful?
|
OP_INSTANCE_OF.S | 19 testl %eax,%eax # object null? 27 testl %ecx,%ecx # have we resolved this before? 83 testl %eax,%eax # success?
|
OP_INSTANCE_OF_JUMBO.S | 18 testl %eax,%eax # object null? 26 testl %ecx,%ecx # have we resolved this before? 79 testl %eax,%eax # success?
|
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_INVOKE_SUPER_QUICK.S | 20 testl %eax,%eax # null "this"?
|
OP_INVOKE_VIRTUAL_QUICK.S | 17 testl %eax,%eax # null?
|
/bionic/libc/arch-x86/string/ |
memchr.S | 14 testl %ecx,%ecx /* test for len == 0 */
|
/external/llvm/test/CodeGen/X86/ |
testl-commute.ll | 3 ; The loads should fold into the testl instructions, no matter how 12 ; CHECK: testl (%{{.*}}), %{{.*}} 33 ; CHECK: testl (%{{.*}}), %{{.*}} 54 ; CHECK: testl (%{{.*}}), %{{.*}}
|
xor-icmp.ll | 49 ; X64: testl 51 ; X64: testl
|
/dalvik/vm/mterp/out/ |
InterpAsm-x86.S | 674 testl %eax,%eax # resolved yet? 693 testl %eax,%eax # failed? 711 testl %eax,%eax # resolved yet? 730 testl %eax,%eax # failed? 747 testl %eax,%eax # resolved yet? 768 testl %eax,%eax # failed? 785 testl %eax,%eax # null object? 811 testl %eax,%eax # null object? 819 testl %eax,%eax # success? 838 testl rINST,rINST # is oject null [all...] |
/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
|
/external/llvm/test/CodeGen/ARM/ |
inlineasm-imm-arm.ll | 22 define void @testL() {
|
/external/valgrind/main/coregrind/ |
m_cpuid.S | 86 testl %esi, %esi 91 testl %esi, %esi 96 testl %esi, %esi 101 testl %esi, %esi
|
/bionic/libc/arch-x86/bionic/ |
crtbegin_dynamic.S | 101 testl %eax, %eax 118 testl %eax, %eax
|
crtbegin_so.S | 65 testl %eax, %eax 88 testl %eax, %eax
|
crtbegin_static.S | 100 testl %eax, %eax 117 testl %eax, %eax
|