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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
i386.s 26 movzxb (%eax), %dx
27 movzxb (%eax), %edx
x86_64.s 284 movzxb (%rax), %dx label
285 movzxb (%rax), %edx label
286 movzxb (%rax), %rdx label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64.s 278 movzxb (%rax), %dx label
279 movzxb (%rax), %edx label
280 movzxb (%rax), %rdx label
  /art/compiler/utils/x86/
jni_macro_assembler_x86.cc 219 __ fs()->movzxb(dest.AsCpuRegister(), Address::Absolute(src));
290 __ movzxb(reg.AsCpuRegister(), reg.AsByteRegister());
assembler_x86.h 351 void movzxb(Register dst, ByteRegister src);
352 void movzxb(Register dst, const Address& src);
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);
    [all...]
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/disassembler/
disassembler_x86.cc 334 // (ie movsxb/movzxb).
    [all...]
  /art/compiler/optimizing/
intrinsics_x86_64.cc     [all...]
intrinsics_x86.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
  /external/boringssl/src/crypto/cipher_extra/asm/
chacha20_poly1305_x86_64.pl 410 movzxb -1($adp), $t2
    [all...]
  /external/v8/src/x64/
assembler-x64.h 439 V(movzxb) \
    [all...]
disasm-x64.cc     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/
ChangeLog-2008     [all...]

Completed in 1190 milliseconds