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

  /art/compiler/utils/x86/
assembler_x86.h 248 void movzxw(Register dst, Register src);
249 void movzxw(Register dst, const Address& src);
assembler_x86.cc 200 void X86Assembler::movzxw(Register dst, Register src) { function in class:art::x86::X86Assembler
208 void X86Assembler::movzxw(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 292 void movzxw(CpuRegister dst, CpuRegister src);
293 void movzxw(CpuRegister dst, const Address& src);
assembler_x86_64.cc 243 void X86_64Assembler::movzxw(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
252 void X86_64Assembler::movzxw(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/boringssl/src/crypto/bn/asm/
modexp512-x86_64.pl 184 movzxw (+64*3+256*0)($pSrc), $d0
185 movzxw (+64*3+256*1)($pSrc), $d1
    [all...]
  /external/openssl/crypto/bn/asm/
modexp512-x86_64.pl 184 movzxw (+64*3+256*0)($pSrc), $d0
185 movzxw (+64*3+256*1)($pSrc), $d1
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.h 452 V(movzxw) \
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_gas.gperf     [all...]

Completed in 696 milliseconds