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

  /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]
not-armv4.s 11 movw r4,#0x1234 label
thumbv8m.s 91 // CHECK: movw r1, #65535 @ encoding: [0x4f,0xf6,0xff,0x71]
92 movw r1, #0xffff label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
automatic-movw.s 3 movw r0, #65535 label
movw-local.s 5 movw r0, #:lower16: bar label
8 movw r0, #:lower16: bar label
archv8m.s 13 movw r0, #0xF123 label
14 movw r8, #0xF123 label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
movw-shared-1.s 5 movw r0, #:lower16:a label
movw-shared-3.s 6 movw r0, #:lower16:c label
  /external/llvm/test/MC/X86/
imm-comments.s 6 movw $32767, %ax label
7 movw $-32768, %ax label
20 # CHECK: movw $32767, %ax # imm = 0x7FFF
21 # CHECK: movw $-32768, %ax # imm = 0x8000
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-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 416 // CHECK: movw %cs, %ax
601 movw $12, foo(%rip) label
602 // CHECK: movw $12, foo(%rip)
626 movw $12, foo(%eip) label
627 // CHECK: movw $12, foo(%eip)
698 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0x8b,0x04,0x25,0x00,0x00,0x00,0x00] label
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/
x86-64.s 159 movw 0x8877665544332211,%ax label
163 movw %ax,0x8877665544332211 label
177 movw 0xffffffffff332211,%ax label
181 movw %ax,0xffffffffff332211 label
  /external/swiftshader/third_party/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
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/
arith_insn.s 103 .global movw
104 movw: label
105 movw $0x2 , r14 label
106 movw $07000 , r15 label
107 movw ra , sp label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86_64.s 165 movw 0x8877665544332211,%ax label
169 movw %ax,0x8877665544332211 label
183 movw 0xffffffffff332211,%ax label
187 movw %ax,0xffffffffff332211 label
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 287 0x40, 0xf2, 0x00, 0x00, // MOVW r0, #0 (placeholder)
325 // Distribute the bits of the diff between the MOVW and MOVT:
328 uint32_t movw = 0xf2400000u | // MOVW r0, #0 (placeholder), local
339 static_cast<uint8_t>(movw >> 16), static_cast<uint8_t>(movw >> 24),
340 static_cast<uint8_t>(movw >> 0), static_cast<uint8_t>(movw >> 8),
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 317 void X86Assembler::movw(Register /*dst*/, const Address& /*src*/) { function in class:art::x86::X86Assembler
322 void X86Assembler::movw(const Address& dst, Register src) { function in class:art::x86::X86Assembler
330 void X86Assembler::movw(const Address& dst, const Immediate& imm) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 366 void X86_64Assembler::movw(CpuRegister /*dst*/, const Address& /*src*/) { function in class:art::x86_64::X86_64Assembler
371 void X86_64Assembler::movw(const Address& dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler
380 void X86_64Assembler::movw(const Address& dst, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 1440 void Assembler::movw(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1449 void Assembler::movw(const Operand& dst, Register src) { function in class:v8::internal::Assembler
1458 void Assembler::movw(const Operand& dst, Immediate imm) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 328 // specially coded on ARM means that it is a movw/movt instruction, or is an
930 // movw dst, #target16_0
949 // Patch with movw/movt.
954 patcher.masm()->movw(dst, target16_0);
959 patcher.masm()->movw(dst, target16_0);
1638 void Assembler::movw(Register reg, uint32_t immediate, Condition cond) { function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/aarch32/
assembler-aarch32.cc 7342 void Assembler::movw(Condition cond, Register rd, const Operand& operand) { function in class:vixl::aarch32::Assembler
    [all...]
assembler-aarch32.h 2628 void movw(Register rd, const Operand& operand) { movw(al, rd, operand); } function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.cc 1932 void Disassembler::movw(Condition cond, Register rd, const Operand& operand) { function in class:vixl::aarch32::Disassembler
    [all...]

Completed in 754 milliseconds