Home
last modified time | relevance | path

Searched defs:movw (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dimm-comments.s6 movw $32767, %ax label
7 movw $-32768, %ax label
DI86-64.s1817 movw $0, 485498096 label
1821 movw $0, 64(%rdx) label
1825 movw $0, 64(%rdx,%rax,4) label
1829 movw $0, -64(%rdx,%rax,4) label
1833 movw $0, 64(%rdx,%rax) label
1837 movw $0, %r14w label
1841 movw $0, (%rdx) label
1845 movw 485498096, %es label
1849 movw 485498096, %r14w label
1853 movw 64(%rdx), %es label
[all …]
DI86-32.s1345 movw $0, -485498096(%edx,%eax,4) label
1349 movw $0, 485498096(%edx,%eax,4) label
1353 movw $0, 485498096(%edx) label
1357 movw $0, 485498096 label
1361 movw $0, 64(%edx,%eax) label
1365 movw $0, (%edx) label
1369 movw -485498096(%edx,%eax,4), %es label
1373 movw 485498096(%edx,%eax,4), %es label
1377 movw 485498096(%edx), %es label
1381 movw 485498096, %es label
[all …]
Dx86-16.s56 movw 0, %ax label
Dx86-32.s101 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0xa1,0x00,0x00,0x00,0x00] label
Dx86-64.s606 movw $12, foo(%rip) label
636 movw $12, foo(%eip) label
708 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0x8b,0x04,0x25,0x00,0x00,0x00,0x00] label
/external/llvm/test/MC/X86/
Dimm-comments.s6 movw $32767, %ax label
7 movw $-32768, %ax label
Dx86-16.s56 movw 0, %ax label
Dx86-32.s101 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0xa1,0x00,0x00,0x00,0x00] label
Dx86-64.s601 movw $12, foo(%rip) label
626 movw $12, foo(%eip) label
698 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0x8b,0x04,0x25,0x00,0x00,0x00,0x00] label
/external/llvm/test/MC/ARM/
Dthumb2be-movw-encoding.s4 movw r9, :lower16:(_bar) label
Dnot-armv4.s11 movw r4,#0x1234 label
Dthumbv8m.s92 movw r1, #0xffff label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dthumb2be-movw-encoding.s4 movw r9, :lower16:(_bar) label
Dnot-armv4.s11 movw r4,#0x1234 label
Dthumbv8m.s92 movw r1, #0xffff label
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-32.s73 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0xa1,A,A,A,A] label
Dx86-64.s563 movw $12, foo(%rip) label
626 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0x8b,0x04,0x25,0x00,0x00,0x00,0x00] label
/external/v8/src/arm/
Ddeoptimizer-arm.cc255 __ movw(scratch, i); in GeneratePrologue() local
Dassembler-arm.cc1636 void Assembler::movw(Register reg, uint32_t immediate, Condition cond) { in movw() function in v8::internal::Assembler
/external/vixl/benchmarks/aarch32/
Dasm-disasm-speed-test.cc317 __ movw(sl, 0U); in Generate_1() local
452 __ movw(r7, 0U); in Generate_2() local
520 __ movw(r3, 0U); in Generate_3() local
652 __ movw(r3, 0U); in Generate_4() local
773 __ movw(r3, 0U); in Generate_5() local
922 __ movw(r3, 0U); in Generate_6() local
1040 __ movw(r3, 0U); in Generate_7() local
1264 __ movw(r3, 0U); in Generate_9() local
1357 __ movw(r3, 0U); in Generate_10() local
1752 __ movw(r3, 0U); in Generate_13() local
[all …]
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc2140 static int32_t DecodeARMv7LoadImmediate(int32_t movt, int32_t movw) { in DecodeARMv7LoadImmediate()
2216 const int32_t movw = region.Load<int32_t>(position); in ProcessARMv7() local
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1838 __ movw(operand, Immediate(i.InputInt16(index))); in AssembleArchInstruction() local
1840 __ movw(operand, i.InputRegister(index)); in AssembleArchInstruction() local
/external/v8/src/x64/
Dassembler-x64.cc1723 void Assembler::movw(Register dst, Operand src) { in movw() function in v8::internal::Assembler
1731 void Assembler::movw(Operand dst, Register src) { in movw() function in v8::internal::Assembler
1739 void Assembler::movw(Operand dst, Immediate imm) { in movw() function in v8::internal::Assembler
/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp1795 void AssemblerARM32::movw(const Operand *OpRd, const Operand *OpSrc, in movw() function in Ice::ARM32::AssemblerARM32

12