HomeSort by relevance Sort by last modified time
    Searched refs:movzxb (Results 1 - 11 of 11) 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 350 void movzxb(Register dst, ByteRegister src);
351 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/
assembler_x86_64.h 373 void movzxb(CpuRegister dst, CpuRegister src);
374 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/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 434 V(movzxb) \
    [all...]

Completed in 1001 milliseconds