Home
last modified time | relevance | path

Searched defs:movzxb (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.cc1014 __ movzxb(out, Address(obj, offset)); in VisitInstanceFieldGet() local
1097 __ movzxb(out, Address(obj, in VisitArrayGet() local
1100 __ movzxb(out, Address(obj, index.AsX86_64().AsCpuRegister(), TIMES_1, data_offset)); in VisitArrayGet() local
Dcode_generator_x86.cc1162 __ movzxb(out, Address(obj, offset)); in VisitInstanceFieldGet() local
1252 __ movzxb(out, Address(obj, in VisitArrayGet() local
1255 __ movzxb(out, Address(obj, index.AsX86().AsCpuRegister(), TIMES_1, data_offset)); in VisitArrayGet() local
/art/compiler/utils/x86/
Dassembler_x86.cc147 void X86Assembler::movzxb(Register dst, ByteRegister src) { in movzxb() function in art::x86::X86Assembler
155 void X86Assembler::movzxb(Register dst, const Address& src) { in movzxb() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc185 void X86_64Assembler::movzxb(CpuRegister dst, CpuRegister src) { in movzxb() function in art::x86_64::X86_64Assembler
194 void X86_64Assembler::movzxb(CpuRegister dst, const Address& src) { in movzxb() function in art::x86_64::X86_64Assembler