HomeSort by relevance Sort by last modified time
    Searched full:testl (Results 26 - 50 of 167) sorted by null

12 3 4 5 6 7

  /dalvik/vm/mterp/x86/
OP_INVOKE_DIRECT.S 26 testl %eax,%eax # already resolved?
30 testl %ecx,%ecx # null "this"?
51 testl %eax,%eax
OP_INVOKE_SUPER.S 23 testl %edx,%edx # null "this"?
27 testl %ecx,%ecx # already resolved?
57 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_IPUT_WIDE_QUICK.S 9 testl %ecx,%ecx # is object null?
OP_NEW_INSTANCE.S 24 testl %ecx,%ecx # resolved?
33 testl %eax,%eax # success?
85 testl %eax,%eax # success?
103 testl %ecx,%ecx # success?
OP_SGET.S 22 testl %eax,%eax # resolved entry null?
45 testl %eax,%eax
OP_SGET_WIDE.S 21 testl %eax,%eax # resolved entry null?
46 testl %eax,%eax
OP_SPUT.S 22 testl %eax,%eax # resolved entry null?
45 testl %eax,%eax
OP_SPUT_WIDE.S 22 testl %eax,%eax # resolved entry null?
47 testl %eax,%eax
OP_EXECUTE_INLINE.S 26 testl %eax,%eax # successful?
81 testl %eax,%eax # method resolved?
102 testl %eax,%eax # 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_INVOKE_STATIC.S 24 testl %eax,%eax
38 testl %eax,%eax # got 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_INVOKE_SUPER_QUICK.S 20 testl %eax,%eax # null "this"?
  /external/llvm/test/CodeGen/X86/
btq.ll 27 ; CHECK: testl $-2147483648
testl-commute.ll 3 ; The loads should fold into the testl instructions, no matter how
12 ; CHECK: testl (%{{.*}}), %{{.*}}
33 ; CHECK: testl (%{{.*}}), %{{.*}}
54 ; CHECK: testl (%{{.*}}), %{{.*}}
atom-bypass-slow-division.ll 6 ; CHECK-NEXT: testl $-256, %edx
19 ; CHECK-NEXT: testl $-256, %edx
32 ; CHECK-NEXT: testl $-256, %edx
xor-icmp.ll 49 ; X64: testl
51 ; X64: testl
  /bionic/libc/arch-x86/string/
swab.S 25 testl $7,%ecx # copy first group of 1 to 7 words
32 testl $7,%ecx
  /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/valgrind/main/VEX/test/
fpgames.s 27 testl %ebx, %ebx
50 testl %ebx, %ebx

Completed in 192 milliseconds

12 3 4 5 6 7