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 73 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0xa1,A,A,A,A] label
326 // CHECK: movw %cs, %ax
328 movw %cs, %ax
334 // CHECK: movw %cs, (%eax)
336 movw %cs, (%eax)
346 // CHECK: movw (%eax), %cs
348 movw (%eax), %cs
x86-64.s 379 // CHECK: movw %cs, %ax
563 movw $12, foo(%rip) label
564 // CHECK: movw $12, foo(%rip)
626 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0x8b,0x04,0x25,0x00,0x00,0x00,0x00] label
  /external/v8/src/x64/
assembler-x64.cc 1434 void Assembler::movw(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]

Completed in 57 milliseconds