HomeSort by relevance Sort by last modified time
    Searched refs:movzxw (Results 1 - 5 of 5) 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 201 void X86Assembler::movzxw(Register dst, Register src) { function in class:art::x86::X86Assembler
209 void X86Assembler::movzxw(Register dst, const Address& src) { function in class:art::x86::X86Assembler
234 LOG(FATAL) << "Use movzxw or movsxw instead.";
    [all...]
  /external/chromium_org/third_party/openssl/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/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/third_party/yasm/source/patched-yasm/
x86insn_gas.gperf     [all...]

Completed in 612 milliseconds