/external/llvm/test/MC/ARM/ |
D | thumb2be-movt-encoding.s | 4 movt r9, :upper16:(_bar) label
|
D | thumbv8m.s | 95 movt r1, #0xffff label
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | thumb2be-movt-encoding.s | 4 movt r9, :upper16:(_bar) label
|
D | thumbv8m.s | 95 movt r1, #0xffff label
|
/external/vixl/benchmarks/aarch32/ |
D | asm-disasm-speed-test.cc | 318 __ movt(sl, 0U); in Generate_1() local 453 __ movt(r7, 0U); in Generate_2() local 521 __ movt(r3, 0U); in Generate_3() local 653 __ movt(r3, 0U); in Generate_4() local 774 __ movt(r3, 0U); in Generate_5() local 923 __ movt(r3, 0U); in Generate_6() local 1041 __ movt(r3, 0U); in Generate_7() local 1232 __ movt(r3, 49148U); in Generate_9() local 1265 __ movt(r3, 0U); in Generate_9() local 1358 __ movt(r3, 0U); in Generate_10() local [all …]
|
/external/llvm-project/lld/unittests/MachOTests/ |
D | MachONormalizedFileBinaryReaderTests.cpp | 550 const Relocation& movt = text.relocations[1]; in TEST() local
|
/external/llvm-project/llvm/test/MC/Mips/micromips/ |
D | valid.s | 197 movt $9, $6, $fcc0 # CHECK: movt $9, $6, $fcc0 # encoding: [0x55,0x26,0x09,0x7b] label
|
/external/llvm-project/lld/COFF/ |
D | Chunks.cpp | 140 static uint16_t readMOV(uint8_t *off, bool movt) { in readMOV()
|
/external/llvm-project/llvm/test/tools/llvm-mca/ARM/ |
D | m7-int.s | 171 movt r0, #1 label
|
D | m4-int.s | 178 movt r0, #1 label
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 2001 static int32_t DecodeARMv7LoadImmediate(int32_t movt, int32_t movw) { in DecodeARMv7LoadImmediate() 2073 const int32_t movt = region.Load<int32_t>(position + Instr::kInstrSize); in ProcessARMv7() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerMIPS32.cpp | 872 void AssemblerMIPS32::movt(const Operand *OpRd, const Operand *OpRs, in movt() function in Ice::MIPS32::AssemblerMIPS32
|
D | IceAssemblerARM32.cpp | 1810 void AssemblerARM32::movt(const Operand *OpRd, const Operand *OpSrc, in movt() function in Ice::ARM32::AssemblerARM32
|
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 5602 __ movt(r1, 0x2222); in TEST() local
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.h | 2660 void movt(Register rd, const Operand& operand) { movt(al, rd, operand); } in movt() function
|
D | assembler-aarch32.cc | 7330 void Assembler::movt(Condition cond, Register rd, const Operand& operand) { in movt() function in vixl::aarch32::Assembler
|
D | disasm-aarch32.cc | 1937 void Disassembler::movt(Condition cond, Register rd, const Operand& operand) { in movt() function in vixl::aarch32::Disassembler
|