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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
H A Dgas-line-err.asm0 movw
3 movw label
5 movw label
7 movw label
9 movw label
11 movw label
1 movw label
H A Dgas-line2-err.asm0 movw
3 movw label
5 movw label
1 movw label
/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]
/external/llvm/test/MC/X86/
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-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-64.s395 // 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
/external/chromium_org/v8/src/x64/
H A Dassembler-x64.cc1210 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
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc113 // 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.
1086 // A movw / mov
1515 void Assembler::movw(Register reg, uint32_t immediate, Condition cond) { function in class:v8::internal::Assembler
[all...]

Completed in 5277 milliseconds