Home
last modified time | relevance | path

Searched defs:testb (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_vector_x86_64.cc1284 __ testb(Address(locations->InAt(0).AsRegister<CpuRegister>(), count_offset), Immediate(1)); in VisitVecLoad() local
Dcode_generator_vector_x86.cc1311 __ testb(Address(locations->InAt(0).AsRegister<Register>(), count_offset), Immediate(1)); in VisitVecLoad() local
/art/compiler/utils/x86/
Dassembler_x86.cc3005 void X86Assembler::testb(const Address& dst, const Immediate& imm) { in testb() function in art::x86::X86Assembler