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

  /art/compiler/utils/x86/
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.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...]

Completed in 86 milliseconds