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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
i386.s 28 movzxw (%eax), %edx
  /art/compiler/utils/x86/
assembler_x86.h 358 void movzxw(Register dst, Register src);
359 void movzxw(Register dst, const Address& src);
assembler_x86.cc 258 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.";
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 381 void movzxw(CpuRegister dst, CpuRegister src);
382 void movzxw(CpuRegister dst, const Address& src);
    [all...]
assembler_x86_64.cc 302 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.";
    [all...]
  /art/compiler/optimizing/
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
intrinsics_x86.cc     [all...]
intrinsics_x86_64.cc     [all...]
  /external/v8/src/x64/
assembler-x64.h 435 V(movzxw) \
    [all...]

Completed in 71 milliseconds