/dalvik/vm/mterp/x86/ |
OP_IPUT_QUICK.S | 11 testl %ecx,%ecx # is object null?
|
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_NEW_INSTANCE.S | 20 testl %ecx,%ecx # resolved? 31 testl %eax,%eax # success? 47 testl %eax,%eax # success? 65 testl %ecx,%ecx # success?
|
OP_NEW_INSTANCE_JUMBO.S | 20 testl %ecx,%ecx # resolved? 31 testl %eax,%eax # success? 47 testl %eax,%eax # success? 65 testl %ecx,%ecx # success?
|
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_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_SGET.S | 16 testl %eax,%eax # resolved entry null? 39 testl %eax,%eax
|
OP_SGET_JUMBO.S | 17 testl %eax,%eax # resolved entry null? 40 testl %eax,%eax
|
OP_SGET_WIDE.S | 15 testl %eax,%eax # resolved entry null? 40 testl %eax,%eax
|
OP_SGET_WIDE_JUMBO.S | 15 testl %eax,%eax # resolved entry null? 40 testl %eax,%eax
|
OP_SPUT.S | 16 testl %eax,%eax # resolved entry null? 39 testl %eax,%eax
|
OP_SPUT_JUMBO.S | 17 testl %eax,%eax # resolved entry null? 40 testl %eax,%eax
|
OP_SPUT_WIDE.S | 16 testl %eax,%eax # resolved entry null? 41 testl %eax,%eax
|
OP_SPUT_WIDE_JUMBO.S | 14 testl %eax,%eax # resolved entry null? 39 testl %eax,%eax
|
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
|
/external/llvm/test/CodeGen/X86/ |
2010-02-23-DAGCombineBug.ll | 6 ; CHECK: testl %eax, %eax
|
peep-test-2.ll | 1 ; RUN: llc < %s -march=x86 | grep testl 3 ; It's tempting to eliminate the testl instruction here and just use the
|
test-nofold.ll | 15 ; testl $15, %eax # bad: peep obstructed 30 ; testl %ecx, %ecx # bad: unnecessary test
|
/bionic/libc/arch-x86/string/ |
swab.S | 25 testl $7,%ecx # copy first group of 1 to 7 words 32 testl $7,%ecx
|