HomeSort by relevance Sort by last modified time
    Searched defs:movzxw (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
x86-64.s 281 movzxw (%rax), %edx label
282 movzxw (%rax), %rdx label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86_64.s 287 movzxw (%rax), %edx label
288 movzxw (%rax), %rdx label
  /art/compiler/utils/x86/
assembler_x86.cc 285 void X86Assembler::movzxw(Register dst, Register src) { function in class:art::x86::X86Assembler
293 void X86Assembler::movzxw(Register dst, const Address& src) { function in class:art::x86::X86Assembler
318 LOG(FATAL) << "Use movzxw or movsxw instead.";
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 330 void X86_64Assembler::movzxw(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
339 void X86_64Assembler::movzxw(CpuRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
367 LOG(FATAL) << "Use movzxw or movsxw instead.";
    [all...]

Completed in 199 milliseconds