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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
gas-macho64-pic.asm 25 movb $0x12, _foo(%rip) label
gas-macho64.asm 26 movb $0x12, _foo(%rip) label
  /external/llvm/test/MC/X86/
x86-32.s 100 movb 0, %al // CHECK: movb 0, %al # encoding: [0xa0,0x00,0x00,0x00,0x00] label
x86-16.s 52 // CHECK: movb 0, %al # encoding: [0xa0,0x00,0x00]
53 movb 0, %al label
x86-64.s 158 // CHECK: movb (%eax), %al
159 cs;movb 0(%eax), %al
162 // CHECK: movb (%eax), %al
163 ss;movb 0(%eax), %al
166 // CHECK: movb (%eax), %al
167 ds;movb 0(%eax), %al
170 // CHECK: movb (%eax), %al
171 es;movb 0(%eax), %al
174 // CHECK: movb (%eax), %al
175 fs;movb 0(%eax), %a
575 movb $12, foo(%rip) label
642 movb 0, %al \/\/ CHECK: movb 0, %al # encoding: [0x8a,0x04,0x25,0x00,0x00,0x00,0x00] label
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 179 void X86Assembler::movb(Register /*dst*/, const Address& /*src*/) { function in class:art::x86::X86Assembler
184 void X86Assembler::movb(const Address& dst, ByteRegister src) { function in class:art::x86::X86Assembler
191 void X86Assembler::movb(const Address& dst, const Immediate& imm) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 221 void X86_64Assembler::movb(CpuRegister /*dst*/, const Address& /*src*/) { function in class:art::x86_64::X86_64Assembler
226 void X86_64Assembler::movb(const Address& dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
234 void X86_64Assembler::movb(const Address& dst, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 1164 void Assembler::movb(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1177 void Assembler::movb(Register dst, Immediate imm) { function in class:v8::internal::Assembler
1188 void Assembler::movb(const Operand& dst, Register src) { function in class:v8::internal::Assembler
1201 void Assembler::movb(const Operand& dst, Immediate imm) { function in class:v8::internal::Assembler
    [all...]

Completed in 225 milliseconds