HomeSort by relevance Sort by last modified time
    Searched refs:movsxw (Results 1 - 11 of 11) 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 361 void movsxw(Register dst, Register src);
362 void movsxw(Register dst, const Address& src);
jni_macro_assembler_x86.cc 281 __ movsxw(reg.AsCpuRegister(), reg.AsCpuRegister());
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 384 void movsxw(CpuRegister dst, CpuRegister src);
385 void movsxw(CpuRegister dst, const Address& src);
jni_macro_assembler_x86_64.cc 331 __ movsxw(reg.AsCpuRegister(), reg.AsCpuRegister());
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 112 milliseconds