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

  /external/llvm/test/MC/X86/
x86-32.s 101 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
x86-64.s 395 // 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/
assembler-x64.cc 1423 void Assembler::movw(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]

Completed in 139 milliseconds