Searched defs:movw (Results 1 - 14 of 14) sorted by relevance

/external/llvm/test/MC/ARM/
H A Dthumb2be-movw-encoding.s4 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]
H A Dnot-armv4.s11 movw r4,#0x1234 label
H A Dthumbv8m.s91 // CHECK: movw r1, #65535 @ encoding: [0x4f,0xf6,0xff,0x71]
92 movw r1, #0xffff label
/external/llvm/test/MC/X86/
H A Dimm-comments.s6 movw $32767, %ax label
7 movw $-32768, %ax label
20 # CHECK: movw $32767, %ax # imm = 0x7FFF
21 # CHECK: movw $-32768, %ax # imm = 0x8000
H A Dx86-16.s55 // 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
H A Dx86-32.s101 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
H A Dx86-64.s416 // 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
/external/swiftshader/third_party/LLVM/test/MC/X86/
H A Dx86-32.s73 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
H A Dx86-64.s379 // 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/
H A Dassembler-x64.cc1440 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
/external/v8/src/arm/
H A Dassembler-arm.cc328 // 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);
1122 *rotate_imm = *immed_8 = 0; // Not used for movw.
1178 // Otherwise, use immediate load if movw / movt is available.
1196 // A movw / movt or mov / orr immediate load.
1235 // Make sure the movw/movt doesn't get separated.
1238 movw(targe
1638 void Assembler::movw(Register reg, uint32_t immediate, Condition cond) { function in class:v8::internal::Assembler
[all...]
/external/vixl/src/aarch32/
H A Dassembler-aarch32.cc7342 void Assembler::movw(Condition cond, Register rd, const Operand& operand) { function in class:vixl::aarch32::Assembler
7366 Delegate(kMovw, &Assembler::movw, cond, rd, operand);
H A Dassembler-aarch32.h2627 void movw(Condition cond, Register rd, const Operand& operand);
2628 void movw(Register rd, const Operand& operand) { movw(al, rd, operand); } function in class:vixl::aarch32::Assembler
H A Ddisasm-aarch32.cc1932 void Disassembler::movw(Condition cond, Register rd, const Operand& operand) { function in class:vixl::aarch32::Disassembler
9202 movw(CurrentCond(), Register(rd), imm);
[all...]

Completed in 744 milliseconds