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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
gas-movsxs.asm 8 #movsxw %ax, %eax
11 #movsxw %ax, %rax
  /art/compiler/utils/x86/
assembler_x86.h 250 void movsxw(Register dst, Register src);
251 void movsxw(Register dst, const Address& src);
assembler_x86.cc 216 void X86Assembler::movsxw(Register dst, Register src) { function in class:art::x86::X86Assembler
224 void X86Assembler::movsxw(Register dst, const Address& src) { function in class:art::x86::X86Assembler
233 LOG(FATAL) << "Use movzxw or movsxw instead.";
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 294 void movsxw(CpuRegister dst, CpuRegister src);
295 void movsxw(CpuRegister dst, const Address& src);
assembler_x86_64.cc 261 void X86_64Assembler::movsxw(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
270 void X86_64Assembler::movsxw(CpuRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
280 LOG(FATAL) << "Use movzxw or movsxw instead.";
    [all...]
  /art/compiler/optimizing/
code_generator_x86_64.cc     [all...]
code_generator_x86.cc     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_gas.gperf     [all...]

Completed in 78 milliseconds