Home
last modified time | relevance | path

Searched refs:Ldrd (Results 1 - 4 of 4) sorted by relevance

/third_party/vixl/test/aarch32/
H A Dtest-disasm-a32.cc929 COMPARE_BOTH(Ldrd(r0, r1, MemOperand(r3)), "ldrd r0, r1, [r3]\n"); in TEST()
931 MUST_FAIL_TEST_A32(Ldrd(r1, r2, MemOperand(r3)), in TEST()
933 COMPARE_T32(Ldrd(r1, r2, MemOperand(r3)), "ldrd r1, r2, [r3]\n"); in TEST()
935 MUST_FAIL_TEST_A32(Ldrd(r0, r2, MemOperand(r1)), in TEST()
937 COMPARE_T32(Ldrd(r0, r2, MemOperand(r1)), "ldrd r0, r2, [r1]\n"); in TEST()
939 COMPARE_BOTH(Ldrd(r0, r1, MemOperand(r2)), "ldrd r0, r1, [r2]\n"); in TEST()
943 COMPARE_A32(Ldrd(r0, r1, MemOperand(r2, 1020)), in TEST()
946 COMPARE_T32(Ldrd(r0, r1, MemOperand(r2, 1020)), "ldrd r0, r1, [r2, #1020]\n"); in TEST()
947 COMPARE_A32(Ldrd(r0, r1, MemOperand(r2, -1020)), in TEST()
950 COMPARE_T32(Ldrd(r in TEST()
[all...]
H A Dtest-assembler-aarch32.cc1182 // This load has a wider range than the Ldrd used below for the same in TEST()
1187 // With the old pool manager, this Ldrd used to force pool emission before in TEST()
1190 __ Ldrd(r2, r3, &l1); in TEST()
1218 // This load has a wider range than the Ldrd used below for the same in TEST()
1224 // Ldrd below should not need to rewind. in TEST()
1230 __ Ldrd(r2, r3, &l1); in TEST()
1277 // Ldrd below (if the pool is not already emitted due to the Ldr). in EmitReusedLoadLiteralStressTest()
1283 // This load has a wider range than the Ldrd used below for the same in EmitReusedLoadLiteralStressTest()
1288 // Generate nops, in order to bring the checkpoints of the Ldr and Ldrd in EmitReusedLoadLiteralStressTest()
1300 __ Ldrd(e in EmitReusedLoadLiteralStressTest()
[all...]
/third_party/vixl/test/
H A Dtest-code-generation-scopes.cc354 __ Ldrd(aarch32::r0, aarch32::r1, 0x1234567890abcdef); in TEST_A32()
430 __ Ldrd(aarch32::r0, aarch32::r1, 0x1234567890abcdef); in TEST_A32()
709 __ Ldrd(aarch32::r0, aarch32::r1, 0x1234567890abcdef); in TEST_A32()
717 // otherwise the `Ldrd` will run out of range when we generate the `nop` in TEST_A32()
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h709 void Ldrd(Condition cond, Register rt, Register rt2, RawLiteral* literal) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
733 void Ldrd(Register rt, Register rt2, RawLiteral* literal) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
734 Ldrd(al, rt, rt2, literal); in MacroAssembler()
897 // Generic Ldrd(rt, rt2, data) in MacroAssembler()
898 void Ldrd(Condition cond, Register rt, Register rt2, uint64_t v) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
910 Ldrd(cond, rt, rt2, literal); in MacroAssembler()
913 void Ldrd(Register rt, Register rt2, T v) { in MacroAssembler() function in vixl::aarch32::MacroAssembler
914 Ldrd(al, rt, rt2, v); in MacroAssembler()
2480 void Ldrd(Condition cond, in MacroAssembler() function in vixl::aarch32::MacroAssembler
2497 void Ldrd(Registe in MacroAssembler() function in vixl::aarch32::MacroAssembler
[all...]

Completed in 20 milliseconds