Searched defs:movw (Results 1 - 3 of 3) sorted by relevance

/external/llvm/test/MC/X86/
H A Dx86-32.s101 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0xa1,0x00,0x00,0x00,0x00] label
354 // CHECK: movw %cs, %ax
356 movw %cs, %ax
362 // CHECK: movw %cs, (%eax)
364 movw %cs, (%eax)
374 // CHECK: movw (%eax), %cs
376 movw (%eax), %cs
H A Dx86-64.s395 // CHECK: movw %cs, %ax
580 movw $12, foo(%rip) label
581 // CHECK: movw $12, foo(%rip)
643 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0x8b,0x04,0x25,0x00,0x00,0x00,0x00] label
/external/v8/src/x64/
H A Dassembler-x64.cc1423 void Assembler::movw(const Operand& dst, Register src) { function in class:v8::internal::Assembler

Completed in 2730 milliseconds