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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
i386.s 26 movzxb (%eax), %dx
27 movzxb (%eax), %edx
  /art/compiler/utils/x86/
assembler_x86.h 351 void movzxb(Register dst, ByteRegister src);
352 void movzxb(Register dst, const Address& src);
jni_macro_assembler_x86.cc 219 __ fs()->movzxb(dest.AsCpuRegister(), Address::Absolute(src));
290 __ movzxb(reg.AsCpuRegister(), reg.AsByteRegister());
assembler_x86.cc 205 void X86Assembler::movzxb(Register dst, ByteRegister src) { function in class:art::x86::X86Assembler
213 void X86Assembler::movzxb(Register dst, const Address& src) { function in class:art::x86::X86Assembler
238 LOG(FATAL) << "Use movzxb or movsxb instead.";
    [all...]
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.cc 264 __ gs()->movzxb(dest.AsCpuRegister(), Address::Absolute(src, true));
340 __ movzxb(reg.AsCpuRegister(), reg.AsCpuRegister());
assembler_x86_64.h 374 void movzxb(CpuRegister dst, CpuRegister src);
375 void movzxb(CpuRegister dst, const Address& src);
assembler_x86_64.cc 239 void X86_64Assembler::movzxb(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
248 void X86_64Assembler::movzxb(CpuRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
280 LOG(FATAL) << "Use movzxb or movsxb instead.";
    [all...]
assembler_x86_64_test.cc     [all...]
  /art/compiler/optimizing/
intrinsics_x86.cc     [all...]
intrinsics_x86_64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
  /external/v8/src/x64/
assembler-x64.h 436 V(movzxb) \
    [all...]

Completed in 275 milliseconds