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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
i386.s 16 movsxw (%eax), %edx
  /art/compiler/utils/x86/
assembler_x86.h 360 void movsxw(Register dst, Register src);
361 void movsxw(Register dst, const Address& src);
assembler_x86.cc 274 void X86Assembler::movsxw(Register dst, Register src) { function in class:art::x86::X86Assembler
282 void X86Assembler::movsxw(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 383 void movsxw(CpuRegister dst, CpuRegister src);
384 void movsxw(CpuRegister dst, const Address& src);
    [all...]
assembler_x86_64.cc 320 void X86_64Assembler::movsxw(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
329 void X86_64Assembler::movsxw(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...]

Completed in 176 milliseconds