HomeSort by relevance Sort by last modified time
    Searched defs:movw (Results 1 - 12 of 12) 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/ARM/
thumb2be-movw-encoding.s 4 movw r9, :lower16:(_bar) label
5 @ CHECK-LE: movw r9, :lower16:_bar @ encoding: [0x40'A',0xf2'A',0b0000AAAA,0x09]
7 @ CHECK-BE: movw r9, :lower16:_bar @ encoding: [0xf2,0b0100AAAA,0x09'A',A]
  /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-16.s 55 // CHECK: movw 0, %ax # encoding: [0xa1,0x00,0x00]
56 movw 0, %ax label
247 // CHECK: movw %cs, %ax
249 movw %cs, %ax
255 // CHECK: movw %cs, (%eax)
257 movw %cs, (%eax)
267 // CHECK: movw (%eax), %cs
269 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_arm32.cc 676 void Arm32Assembler::movw(Register rd, uint16_t imm16, Condition cond) { function in class:art::arm::Arm32Assembler
    [all...]
assembler_thumb2.cc 1528 void Thumb2Assembler::movw(Register rd, uint16_t imm16, Condition cond) { function in class:art::arm::Thumb2Assembler
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 232 void X86Assembler::movw(Register /*dst*/, const Address& /*src*/) { function in class:art::x86::X86Assembler
237 void X86Assembler::movw(const Address& dst, Register src) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 279 void X86_64Assembler::movw(CpuRegister /*dst*/, const Address& /*src*/) { function in class:art::x86_64::X86_64Assembler
284 void X86_64Assembler::movw(const Address& dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 1210 void Assembler::movw(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1219 void Assembler::movw(const Operand& dst, Register src) { function in class:v8::internal::Assembler
1228 void Assembler::movw(const Operand& dst, Immediate imm) { function in class:v8::internal::Assembler
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.cc 113 // Use movw/movt for QUALCOMM ARMv7 cores.
227 // specially coded on ARM means that it is a movw/movt instruction, or is an
812 // movw dst, #target16_0
836 // Patch with movw/movt.
841 patcher.masm()->movw(dst, target16_0);
846 patcher.masm()->movw(dst, target16_0);
1011 *rotate_imm = *immed_8 = 0; // Not used for movw.
1063 // Prefer movw / movt to constant pool if it is more efficient on the CPU.
1069 // Otherwise, use immediate load if movw / movt is available.
1515 void Assembler::movw(Register reg, uint32_t immediate, Condition cond) { function in class:v8::internal::Assembler
    [all...]

Completed in 1571 milliseconds