Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc1029 __ movzxw(out, Address(obj, offset)); in VisitInstanceFieldGet() local
1133 __ movzxw(out, Address(obj, in VisitArrayGet() local
1136 __ movzxw(out, Address(obj, index.AsX86_64().AsCpuRegister(), TIMES_2, data_offset)); in VisitArrayGet() local
Dcode_generator_x86.cc1180 __ movzxw(out, Address(obj, offset)); in VisitInstanceFieldGet() local
1288 __ movzxw(out, Address(obj, in VisitArrayGet() local
1291 __ movzxw(out, Address(obj, index.AsX86().AsCpuRegister(), TIMES_2, data_offset)); in VisitArrayGet() local
/art/compiler/utils/x86/
Dassembler_x86.cc200 void X86Assembler::movzxw(Register dst, Register src) { in movzxw() function in art::x86::X86Assembler
208 void X86Assembler::movzxw(Register dst, const Address& src) { in movzxw() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc243 void X86_64Assembler::movzxw(CpuRegister dst, CpuRegister src) { in movzxw() function in art::x86_64::X86_64Assembler
252 void X86_64Assembler::movzxw(CpuRegister dst, const Address& src) { in movzxw() function in art::x86_64::X86_64Assembler