/art/runtime/interpreter/mterp/x86_64/ |
D | invoke.S | 15 testb %al, %al 38 testb %al, %al
|
D | array.S | 104 testb %al, %al 135 testb %al, %al # 0 means an exception is thrown 153 testb %al, %al # 0 means an exception is thrown 176 testb %al, %al # 0 means an exception is thrown
|
D | object.S | 12 testb %al, %al 27 testb %al, %al 108 testb %al, %al # 0 means an exception is thrown
|
D | other.S | 13 testb %al, %al 71 testb %al, %al
|
D | control_flow.S | 193 testb %al, %al
|
D | main.S | 536 testb %al, %al
|
/art/runtime/interpreter/mterp/x86/ |
D | invoke.S | 17 testb %al, %al 43 testb %al, %al
|
D | object.S | 14 testb %al, %al 35 testb %al, %al 123 testb %al, %al # 0 means an exception is thrown
|
D | array.S | 116 testb %al, %al 166 testb %al, %al # 0 means an exception is thrown 187 testb %al, %al # 0 means an exception is thrown 213 testb %al, %al # 0 means an exception is thrown
|
D | other.S | 17 testb %al, %al 79 testb %al, %al 133 testb %al, %al 158 testb %al, %al
|
D | arithmetic.S | 741 testb $$32, %cl 769 testb $$32, %cl 809 testb $$32, %cl 837 testb $$32, %cl 889 testb $$32, %cl 917 testb $$32, %cl
|
D | main.S | 570 testb %al, %al
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | array.S | 22 testb $$READ_BARRIER_TEST_VALUE, GRAY_BYTE_OFFSET(%edi)
|
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 567 DriverStr(RepeatAI(&x86::X86Assembler::testb, /*imm_bytes*/ 1U, "testb ${imm}, {mem}"), "testb"); in TEST_F()
|
D | assembler_x86.h | 719 void testb(const Address& dst, const Immediate& imm);
|
D | assembler_x86.cc | 3026 void X86Assembler::testb(const Address& dst, const Immediate& imm) { in testb() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 737 void testb(const Address& address, const Immediate& imm);
|
D | assembler_x86_64_test.cc | 2306 DriverStr(RepeatAI(&x86_64::X86_64Assembler::testb, in TEST_F()
|
D | assembler_x86_64.cc | 4033 void X86_64Assembler::testb(const Address& dst, const Immediate& imm) { in testb() function in art::x86_64::X86_64Assembler
|
/art/compiler/optimizing/ |
D | code_generator_vector_x86_64.cc | 1284 __ testb(Address(locations->InAt(0).AsRegister<CpuRegister>(), count_offset), Immediate(1)); in VisitVecLoad() local
|
D | code_generator_vector_x86.cc | 1311 __ testb(Address(locations->InAt(0).AsRegister<Register>(), count_offset), Immediate(1)); in VisitVecLoad() local
|
D | intrinsics_x86_64.cc | 1097 __ testb(Address(src, monitor_offset + gray_byte_position), Immediate(test_value)); in VisitSystemArrayCopy() local
|
D | code_generator_x86_64.cc | 5403 __ testb(Address(obj, count_offset), Immediate(1)); in VisitArrayGet() local 7521 __ testb(Address(obj, monitor_offset + gray_byte_position), Immediate(test_value)); in GenerateReferenceLoadWithBakerReadBarrier() local
|
D | code_generator_x86.cc | 6247 __ testb(Address(obj, count_offset), Immediate(1)); in VisitArrayGet() local 8442 __ testb(Address(obj, monitor_offset + gray_byte_position), Immediate(test_value)); in GenerateReferenceLoadWithBakerReadBarrier() local
|
D | intrinsics_x86.cc | 2957 __ testb(Address(src, monitor_offset + gray_byte_position), Immediate(test_value)); in VisitSystemArrayCopy() local
|