Home
last modified time | relevance | path

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

/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/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.cc2001 static int32_t DecodeARMv7LoadImmediate(int32_t movt, int32_t movw) { in DecodeARMv7LoadImmediate()
2072 const int32_t movw = region.Load<int32_t>(position); in ProcessARMv7() local
/external/boringssl/src/crypto/hrss/asm/
Dpoly_rq_mul.S742 movw 1384+16(%rsi), %r9w label
743 movw %r9w, -16(%rsp) label
1349 movw 1384+16(%rdx), %r9w label
1350 movw %r9w, -16(%rsp) label
8315 movw 1384+16(%rdi), %r9w label
8316 movw %r9w, -16(%rsp) label
/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp1796 void AssemblerARM32::movw(const Operand *OpRd, const Operand *OpSrc, in movw() function in Ice::ARM32::AssemblerARM32
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc5601 __ movw(r1, 0x2222); in TEST() local
/external/vixl/src/aarch32/
Dassembler-aarch32.h2663 void movw(Register rd, const Operand& operand) { movw(al, rd, operand); } in movw() function
Dassembler-aarch32.cc7357 void Assembler::movw(Condition cond, Register rd, const Operand& operand) { in movw() function in vixl::aarch32::Assembler
Ddisasm-aarch32.cc1943 void Disassembler::movw(Condition cond, Register rd, const Operand& operand) { in movw() function in vixl::aarch32::Disassembler