Home
last modified time | relevance | path

Searched refs:Ldr (Results 1 – 25 of 74) sorted by relevance

123

/external/vixl/test/aarch64/
Dtest-assembler-neon-aarch64.cc63 __ Ldr(b0, MemOperand(x17, sizeof(src[0]))); in TEST() local
65 __ Ldr(b1, MemOperand(x19, sizeof(src[0]), PostIndex)); in TEST() local
67 __ Ldr(b2, MemOperand(x21, 2 * sizeof(src[0]), PreIndex)); in TEST() local
105 __ Ldr(h0, MemOperand(x17, sizeof(src[0]))); in TEST() local
107 __ Ldr(h1, MemOperand(x19, sizeof(src[0]), PostIndex)); in TEST() local
109 __ Ldr(h2, MemOperand(x21, 2 * sizeof(src[0]), PreIndex)); in TEST() local
152 __ Ldr(q0, MemOperand(x17, 16)); in TEST() local
154 __ Ldr(q1, MemOperand(x19, 16, PostIndex)); in TEST() local
156 __ Ldr(q2, MemOperand(x21, 32, PreIndex)); in TEST() local
201 __ Ldr(b0, MemOperand(x17, x18)); in TEST() local
[all …]
Dtest-simulator-aarch64.cc291 __ Ldr(fn, MemOperand(inputs_base, index_n, UXTW, n_index_shift)); in Test1Op_Helper() local
437 __ Ldr(fn, MemOperand(inputs_base, index_n, UXTW, index_shift)); in Test2Op_Helper() local
441 __ Ldr(fm, MemOperand(inputs_base, index_m, UXTW, index_shift)); in Test2Op_Helper() local
581 __ Ldr(fn, MemOperand(inputs_base, index_n, UXTW, index_shift)); in Test3Op_Helper() local
585 __ Ldr(fm, MemOperand(inputs_base, index_m, UXTW, index_shift)); in Test3Op_Helper() local
589 __ Ldr(fa, MemOperand(inputs_base, index_a, UXTW, index_shift)); in Test3Op_Helper() local
730 __ Ldr(fn, MemOperand(inputs_base, index_n, UXTW, index_shift)); in TestCmp_Helper() local
734 __ Ldr(fm, MemOperand(inputs_base, index_m, UXTW, index_shift)); in TestCmp_Helper() local
869 __ Ldr(fn, MemOperand(inputs_base, index_n, UXTW, index_shift)); in TestCmpZero_Helper() local
1012 __ Ldr(fn, MemOperand(inputs_base, index_n, UXTW, n_index_shift)); in TestFPToFixed_Helper() local
[all …]
/external/vixl/test/aarch32/
Dtest-disasm-a32.cc643 COMPARE_BOTH(Ldr(r0, MemOperand(r1, 0xfff123)), in TEST()
647 COMPARE_BOTH(Ldr(r0, MemOperand(r1, 0xff123)), in TEST()
650 COMPARE_BOTH(Ldr(r0, MemOperand(r1, -0xff123)), in TEST()
654 COMPARE_A32(Ldr(r0, MemOperand(r1, 0xfff123, PreIndex)), in TEST()
658 COMPARE_A32(Ldr(r0, MemOperand(r1, 0xff123, PreIndex)), in TEST()
661 COMPARE_A32(Ldr(r0, MemOperand(r1, -0xff123, PreIndex)), in TEST()
665 COMPARE_T32(Ldr(r0, MemOperand(r1, 0xfff12, PreIndex)), in TEST()
669 COMPARE_T32(Ldr(r0, MemOperand(r1, 0xff12, PreIndex)), in TEST()
672 COMPARE_T32(Ldr(r0, MemOperand(r1, -0xff12, PreIndex)), in TEST()
676 COMPARE_A32(Ldr(r0, MemOperand(r1, 0xfff123, PostIndex)), in TEST()
[all …]
Dtest-assembler-aarch32.cc1185 __ Ldr(r0, &l1); in TEST() local
1192 __ Ldr(r4, MemOperand(r4)); // Load the first 4 characters in r4. in TEST() local
1221 __ Ldr(r0, &l1); in TEST() local
1239 __ Ldr(r4, MemOperand(r4)); // Load the first 4 characters in r4. in TEST() local
1281 __ Ldr(r4, &big_literal); in EmitReusedLoadLiteralStressTest() local
1286 __ Ldr(r0, &l1); in EmitReusedLoadLiteralStressTest() local
1534 __ Ldr(r4, MemOperand(r4)); // Load the first 4 characters in r4. in TEST() local
1583 __ Ldr(r2, MemOperand(r2)); // Load the first 4 characters in r2. in TEST() local
1660 __ Ldr(r2, MemOperand(r2)); // Load the first 4 characters in r2. in EmitLdrdLiteralStressTest() local
1724 __ Ldr(r0, &lit); in TEST() local
[all …]
Dtest-simulator-cond-rd-rn-rm-q-t32.cc459 __ Ldr(nzcv_bits, MemOperand(input_ptr, offsetof(Inputs, apsr))); in TestHelper() local
471 __ Ldr(q_bit, MemOperand(input_ptr, offsetof(Inputs, qbit))); in TestHelper() local
478 __ Ldr(ge_bits, MemOperand(input_ptr, offsetof(Inputs, ge))); in TestHelper() local
481 __ Ldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd))); in TestHelper() local
482 __ Ldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn))); in TestHelper() local
483 __ Ldr(rm, MemOperand(input_ptr, offsetof(Inputs, rm))); in TestHelper() local
Dtest-simulator-cond-rd-rn-rm-sel-t32.cc452 __ Ldr(nzcv_bits, MemOperand(input_ptr, offsetof(Inputs, apsr))); in TestHelper() local
464 __ Ldr(q_bit, MemOperand(input_ptr, offsetof(Inputs, qbit))); in TestHelper() local
471 __ Ldr(ge_bits, MemOperand(input_ptr, offsetof(Inputs, ge))); in TestHelper() local
474 __ Ldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd))); in TestHelper() local
475 __ Ldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn))); in TestHelper() local
476 __ Ldr(rm, MemOperand(input_ptr, offsetof(Inputs, rm))); in TestHelper() local
Dtest-simulator-cond-rd-rn-rm-sel-a32.cc452 __ Ldr(nzcv_bits, MemOperand(input_ptr, offsetof(Inputs, apsr))); in TestHelper() local
464 __ Ldr(q_bit, MemOperand(input_ptr, offsetof(Inputs, qbit))); in TestHelper() local
471 __ Ldr(ge_bits, MemOperand(input_ptr, offsetof(Inputs, ge))); in TestHelper() local
474 __ Ldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd))); in TestHelper() local
475 __ Ldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn))); in TestHelper() local
476 __ Ldr(rm, MemOperand(input_ptr, offsetof(Inputs, rm))); in TestHelper() local
Dtest-simulator-cond-rd-rn-rm-q-a32.cc459 __ Ldr(nzcv_bits, MemOperand(input_ptr, offsetof(Inputs, apsr))); in TestHelper() local
471 __ Ldr(q_bit, MemOperand(input_ptr, offsetof(Inputs, qbit))); in TestHelper() local
478 __ Ldr(ge_bits, MemOperand(input_ptr, offsetof(Inputs, ge))); in TestHelper() local
481 __ Ldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd))); in TestHelper() local
482 __ Ldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn))); in TestHelper() local
483 __ Ldr(rm, MemOperand(input_ptr, offsetof(Inputs, rm))); in TestHelper() local
Dtest-simulator-cond-rd-rn-rm-ge-a32.cc475 __ Ldr(nzcv_bits, MemOperand(input_ptr, offsetof(Inputs, apsr))); in TestHelper() local
487 __ Ldr(q_bit, MemOperand(input_ptr, offsetof(Inputs, qbit))); in TestHelper() local
494 __ Ldr(ge_bits, MemOperand(input_ptr, offsetof(Inputs, ge))); in TestHelper() local
497 __ Ldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd))); in TestHelper() local
498 __ Ldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn))); in TestHelper() local
499 __ Ldr(rm, MemOperand(input_ptr, offsetof(Inputs, rm))); in TestHelper() local
Dtest-simulator-cond-rd-rn-rm-ge-t32.cc475 __ Ldr(nzcv_bits, MemOperand(input_ptr, offsetof(Inputs, apsr))); in TestHelper() local
487 __ Ldr(q_bit, MemOperand(input_ptr, offsetof(Inputs, qbit))); in TestHelper() local
494 __ Ldr(ge_bits, MemOperand(input_ptr, offsetof(Inputs, ge))); in TestHelper() local
497 __ Ldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd))); in TestHelper() local
498 __ Ldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn))); in TestHelper() local
499 __ Ldr(rm, MemOperand(input_ptr, offsetof(Inputs, rm))); in TestHelper() local
Dtest-simulator-rd-rn-rm-t32.cc521 __ Ldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd))); in TestHelper() local
522 __ Ldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn))); in TestHelper() local
523 __ Ldr(rm, MemOperand(input_ptr, offsetof(Inputs, rm))); in TestHelper() local
Dtest-simulator-rd-rn-rm-a32.cc521 __ Ldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd))); in TestHelper() local
522 __ Ldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn))); in TestHelper() local
523 __ Ldr(rm, MemOperand(input_ptr, offsetof(Inputs, rm))); in TestHelper() local
Dtest-simulator-cond-rdlow-rnlow-rmlow-t32.cc940 __ Ldr(nzcv_bits, MemOperand(input_ptr, offsetof(Inputs, apsr))); in TestHelper() local
944 __ Ldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd))); in TestHelper() local
945 __ Ldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn))); in TestHelper() local
946 __ Ldr(rm, MemOperand(input_ptr, offsetof(Inputs, rm))); in TestHelper() local
Dtest-simulator-cond-rd-operand-rn-a32.cc558 __ Ldr(nzcv_bits, MemOperand(input_ptr, offsetof(Inputs, apsr))); in TestHelper() local
562 __ Ldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd))); in TestHelper() local
563 __ Ldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn))); in TestHelper() local
Dtest-simulator-cond-rd-operand-rn-ror-amount-t32.cc623 __ Ldr(nzcv_bits, MemOperand(input_ptr, offsetof(Inputs, apsr))); in TestHelper() local
627 __ Ldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd))); in TestHelper() local
628 __ Ldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn))); in TestHelper() local
Dtest-simulator-cond-rd-operand-rn-t32.cc558 __ Ldr(nzcv_bits, MemOperand(input_ptr, offsetof(Inputs, apsr))); in TestHelper() local
562 __ Ldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd))); in TestHelper() local
563 __ Ldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn))); in TestHelper() local
Dtest-simulator-cond-rd-operand-rn-ror-amount-a32.cc623 __ Ldr(nzcv_bits, MemOperand(input_ptr, offsetof(Inputs, apsr))); in TestHelper() local
627 __ Ldr(rd, MemOperand(input_ptr, offsetof(Inputs, rd))); in TestHelper() local
628 __ Ldr(rn, MemOperand(input_ptr, offsetof(Inputs, rn))); in TestHelper() local
/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp531 MCInst Ldr; in EmitInstruction() local
532 Ldr.setOpcode(AArch64::LDRXui); in EmitInstruction()
533 Ldr.addOperand(MCOperand::createReg(AArch64::X1)); in EmitInstruction()
534 Ldr.addOperand(MCOperand::createReg(AArch64::X0)); in EmitInstruction()
535 Ldr.addOperand(SymTLSDescLo12); in EmitInstruction()
536 Ldr.addOperand(MCOperand::createImm(0)); in EmitInstruction()
537 EmitToStreamer(*OutStreamer, Ldr); in EmitInstruction()
/external/vixl/examples/aarch64/
Dliteral.cc56 __ Ldr(x1, &manually_placed_literal); in LiteralExample() local
57 __ Ldr(x2, &automatically_placed_literal); in LiteralExample() local
Dgetting-started.cc39 __ Ldr(x1, 0x1122334455667788); in GenerateDemoFunction() local
/external/vixl/examples/aarch32/
Dgetting-started.cc38 __ Ldr(r1, 0x12345678); in GenerateDemo() local
/external/vixl/benchmarks/aarch32/
Dbench-literal.cc59 __ Ldr(r0, j); in benchmark() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp1132 MCInst Ldr; in EmitInstruction() local
1133 Ldr.setOpcode(AArch64::LDRXui); in EmitInstruction()
1134 Ldr.addOperand(MCOperand::createReg(AArch64::X1)); in EmitInstruction()
1135 Ldr.addOperand(MCOperand::createReg(AArch64::X0)); in EmitInstruction()
1136 Ldr.addOperand(SymTLSDescLo12); in EmitInstruction()
1137 Ldr.addOperand(MCOperand::createImm(0)); in EmitInstruction()
1138 EmitToStreamer(*OutStreamer, Ldr); in EmitInstruction()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp1273 MCInst Ldr; in emitInstruction() local
1274 Ldr.setOpcode(AArch64::LDRXui); in emitInstruction()
1275 Ldr.addOperand(MCOperand::createReg(AArch64::X1)); in emitInstruction()
1276 Ldr.addOperand(MCOperand::createReg(AArch64::X0)); in emitInstruction()
1277 Ldr.addOperand(SymTLSDescLo12); in emitInstruction()
1278 Ldr.addOperand(MCOperand::createImm(0)); in emitInstruction()
1279 EmitToStreamer(*OutStreamer, Ldr); in emitInstruction()
/external/vixl/test/
Dtest-code-generation-scopes.cc396 __ Ldr(aarch64::x0, 0x1234567890abcdef); in TEST() local
467 __ Ldr(aarch64::x0, 0x1234567890abcdef); in TEST() local
744 __ Ldr(aarch64::x10, 0x1234567890abcdef); in TEST() local

123