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

  /external/llvm/test/MC/X86/
imm-comments.s 3 movb $127, %al label
4 movb $-128, %al label
17 # CHECK: movb $127, %al
18 # CHECK: movb $-128, %al
x86-16.s 52 // CHECK: movb 0, %al # encoding: [0xa0,0x00,0x00]
53 movb 0, %al label
x86-32.s 100 movb 0, %al // CHECK: movb 0, %al # encoding: [0xa0,0x00,0x00,0x00,0x00] 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
596 movb $12, foo(%rip) label
621 movb $12, foo(%eip) label
697 movb 0, %al \/\/ CHECK: movb 0, %al # encoding: [0x8a,0x04,0x25,0x00,0x00,0x00,0x00] label
    [all...]
  /external/llvm/test/MC/COFF/
temporary-alias.s 8 movb L_alias1(%eax), %al label
11 movb L_alias2(%eax), %al label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
x86-64.s 158 movb 0x8877665544332211,%al label
162 movb %al,0x8877665544332211 label
176 movb 0xffffffffff332211,%al label
180 movb %al,0xffffffffff332211 label
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32.s 72 movb 0, %al // CHECK: movb 0, %al # encoding: [0xa0,A,A,A,A] label
x86-64.s 155 // CHECK: movb (%eax), %al
156 cs;movb 0(%eax), %al
159 // CHECK: movb (%eax), %al
160 ss;movb 0(%eax), %al
163 // CHECK: movb (%eax), %al
164 ds;movb 0(%eax), %al
167 // CHECK: movb (%eax), %al
168 es;movb 0(%eax), %al
171 // CHECK: movb (%eax), %al
172 fs;movb 0(%eax), %a
558 movb $12, foo(%rip) label
625 movb 0, %al \/\/ CHECK: movb 0, %al # encoding: [0x8a,0x04,0x25,0x00,0x00,0x00,0x00] label
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/
arith_insn.s 37 .global movb
38 movb: label
39 movb $-4 , r4 label
40 movb $0x236 , r5 label
41 movb r6 , r7 label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86_64.s 164 movb 0x8877665544332211,%al label
168 movb %al,0x8877665544332211 label
182 movb 0xffffffffff332211,%al label
186 movb %al,0xffffffffff332211 label
  /toolchain/binutils/binutils-2.27/gas/config/
tc-h8300.c 1477 int movb = 0; local
    [all...]
tc-m68hc11.c 3580 int movb; local
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 264 void X86Assembler::movb(Register /*dst*/, const Address& /*src*/) { function in class:art::x86::X86Assembler
269 void X86Assembler::movb(const Address& dst, ByteRegister src) { function in class:art::x86::X86Assembler
276 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 307 void X86_64Assembler::movb(CpuRegister /*dst*/, const Address& /*src*/) { function in class:art::x86_64::X86_64Assembler
312 void X86_64Assembler::movb(const Address& dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
320 void X86_64Assembler::movb(const Address& dst, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 1394 void Assembler::movb(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1407 void Assembler::movb(Register dst, Immediate imm) { function in class:v8::internal::Assembler
1418 void Assembler::movb(const Operand& dst, Register src) { function in class:v8::internal::Assembler
1431 void Assembler::movb(const Operand& dst, Immediate imm) { function in class:v8::internal::Assembler
    [all...]

Completed in 706 milliseconds