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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
x86-64.s 268 movsxb (%rax), %dx label
269 movsxb (%rax), %edx label
270 movsxb (%rax), %rdx label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86_64.s 274 movsxb (%rax), %dx label
275 movsxb (%rax), %edx label
276 movsxb (%rax), %rdx label
  /art/compiler/utils/x86/
assembler_x86.cc 248 void X86Assembler::movsxb(Register dst, ByteRegister src) { function in class:art::x86::X86Assembler
256 void X86Assembler::movsxb(Register dst, const Address& src) { function in class:art::x86::X86Assembler
265 LOG(FATAL) << "Use movzxb or movsxb instead.";
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 287 void X86_64Assembler::movsxb(CpuRegister dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
296 void X86_64Assembler::movsxb(CpuRegister dst, const Address& src) { function in class:art::x86_64::X86_64Assembler
308 LOG(FATAL) << "Use movzxb or movsxb instead.";
    [all...]

Completed in 566 milliseconds