Searched defs:movb (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
H A Dgas-macho64-pic.asm25 movb $0x12, _foo(%rip) label
H A Dgas-macho64.asm26 movb $0x12, _foo(%rip) label
/external/llvm/test/MC/X86/
H A Dx86-32.s100 movb 0, %al // CHECK: movb 0, %al # encoding: [0xa0,0x00,0x00,0x00,0x00] label
H A Dx86-16.s52 // CHECK: movb 0, %al # encoding: [0xa0,0x00,0x00]
53 movb 0, %al label
H A Dx86-64.s158 // 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
575 movb $12, foo(%rip) label
642 movb 0, %al // CHECK: movb 0, %al # encoding: [0x8a,0x04,0x25,0x00,0x00,0x00,0x00] label
[all...]
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.cc1164 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
1659 movb(reg, Immediate(cc == always ? 1 : 0));

Completed in 270 milliseconds