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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64.s 271 movsxw (%rax), %edx label
272 movsxw (%rax), %rdx label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86_64.s 277 movsxw (%rax), %edx label
278 movsxw (%rax), %rdx label
  /art/compiler/utils/x86/
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.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...]

Completed in 674 milliseconds