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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
gas-movsxs.asm 9 #movsxb %al, %ax
10 #movsxb %al, %rax
  /art/compiler/utils/x86/
assembler_x86.h 242 void movsxb(Register dst, ByteRegister src);
243 void movsxb(Register dst, const Address& src);
assembler_x86.cc 164 void X86Assembler::movsxb(Register dst, ByteRegister src) { function in class:art::x86::X86Assembler
172 void X86Assembler::movsxb(Register dst, const Address& src) { function in class:art::x86::X86Assembler
181 LOG(FATAL) << "Use movzxb or movsxb instead.";
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_gas.gperf     [all...]

Completed in 91 milliseconds