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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
gas-line-err.asm 0 movw
3 movw label
5 movw label
7 movw label
9 movw label
11 movw label
1 movw label
gas-line2-err.asm 0 movw
3 movw label
5 movw label
1 movw label
  /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
  /art/compiler/utils/arm/
assembler_arm.cc 399 void ArmAssembler::movw(Register rd, uint16_t imm16, Condition cond) { function in class:art::arm::ArmAssembler
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 233 void X86Assembler::movw(Register /*dst*/, const Address& /*src*/) { function in class:art::x86::X86Assembler
238 void X86Assembler::movw(const Address& dst, Register src) { function in class:art::x86::X86Assembler
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 1427 void Assembler::movw(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 1423 void Assembler::movw(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.cc 292 // specially coded on ARM means that it is a movw/movt instruction. We don't
941 *rotate_imm = *immed_8 = 0; // Not used for movw.
1017 // instructions mov or movw followed by movt so including the actual
1037 // Make sure the movw/movt doesn't get separated.
1082 // avoid a constant pool entry by using mvn or movw.
1389 void Assembler::movw(Register reg, uint32_t immediate, Condition cond) { function in class:v8::internal::Assembler
    [all...]

Completed in 326 milliseconds