Searched defs:movzxw (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/x86/
H A Dassembler_x86.cc258 void X86Assembler::movzxw(Register dst, Register src) { function in class:art::x86::X86Assembler
266 void X86Assembler::movzxw(Register dst, const Address& src) { function in class:art::x86::X86Assembler
291 LOG(FATAL) << "Use movzxw or movsxw instead.";
2170 movzxw(reg.AsCpuRegister(), reg.AsCpuRegister());
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc302 void X86_64Assembler::movzxw(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
311 void X86_64Assembler::movzxw(CpuRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
339 LOG(FATAL) << "Use movzxw or movsxw instead.";
2924 movzxw(reg.AsCpuRegister(), reg.AsCpuRegister());

Completed in 48 milliseconds