Home
last modified time | relevance | path

Searched refs:testb (Results 1 – 25 of 25) sorted by relevance

/art/runtime/interpreter/mterp/x86_64/
Dinvoke.S15 testb %al, %al
38 testb %al, %al
Darray.S104 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
Dobject.S12 testb %al, %al
27 testb %al, %al
158 testb %al, %al
210 testb %al, %al # 0 means an exception is thrown
Dother.S13 testb %al, %al
71 testb %al, %al
Dcontrol_flow.S202 testb %al, %al
Dmain.S537 testb %al, %al
/art/runtime/interpreter/mterp/x86/
Dinvoke.S17 testb %al, %al
43 testb %al, %al
Darray.S116 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
Dobject.S14 testb %al, %al
35 testb %al, %al
Dother.S17 testb %al, %al
79 testb %al, %al
133 testb %al, %al
158 testb %al, %al
Darithmetic.S741 testb $$32, %cl
769 testb $$32, %cl
809 testb $$32, %cl
837 testb $$32, %cl
889 testb $$32, %cl
917 testb $$32, %cl
Dmain.S571 testb %al, %al
/art/runtime/interpreter/mterp/x86_64ng/
Darray.S22 testb $$READ_BARRIER_TEST_VALUE, GRAY_BYTE_OFFSET(%edi)
/art/compiler/utils/x86/
Dassembler_x86.h691 void testb(const Address& dst, const Immediate& imm);
Dassembler_x86_test.cc489 DriverStr(RepeatAI(&x86::X86Assembler::testb, /*imm_bytes*/ 1U, "testb ${imm}, {mem}"), "testb"); in TEST_F()
Dassembler_x86.cc3005 void X86Assembler::testb(const Address& dst, const Immediate& imm) { in testb() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h737 void testb(const Address& address, const Immediate& imm);
Dassembler_x86_64_test.cc2290 DriverStr(RepeatAI(&x86_64::X86_64Assembler::testb, in TEST_F()
Dassembler_x86_64.cc4033 void X86_64Assembler::testb(const Address& dst, const Immediate& imm) { in testb() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_vector_x86.cc1311 __ testb(Address(locations->InAt(0).AsRegister<Register>(), count_offset), Immediate(1)); in VisitVecLoad() local
Dcode_generator_vector_x86_64.cc1284 __ testb(Address(locations->InAt(0).AsRegister<CpuRegister>(), count_offset), Immediate(1)); in VisitVecLoad() local
Dintrinsics_x86_64.cc1155 __ testb(Address(src, monitor_offset + gray_byte_position), Immediate(test_value)); in VisitSystemArrayCopy() local
Dintrinsics_x86.cc2899 __ testb(Address(src, monitor_offset + gray_byte_position), Immediate(test_value)); in VisitSystemArrayCopy() local
Dcode_generator_x86_64.cc5153 __ testb(Address(obj, count_offset), Immediate(1)); in VisitArrayGet() local
7259 __ testb(Address(obj, monitor_offset + gray_byte_position), Immediate(test_value)); in GenerateReferenceLoadWithBakerReadBarrier() local
Dcode_generator_x86.cc5818 __ testb(Address(obj, count_offset), Immediate(1)); in VisitArrayGet() local
7987 __ testb(Address(obj, monitor_offset + gray_byte_position), Immediate(test_value)); in GenerateReferenceLoadWithBakerReadBarrier() local