Searched defs:movzxb (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 1014 __ 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
|
D | code_generator_x86.cc | 1162 __ 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/ |
D | assembler_x86.cc | 147 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/ |
D | assembler_x86_64.cc | 185 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
|