Searched defs:Ldrd (Results 1 – 3 of 3) sorted by relevance
/external/vixl/test/aarch32/ |
D | test-assembler-aarch32.cc | 1190 __ Ldrd(r2, r3, &l1); in TEST() local 1230 __ Ldrd(r2, r3, &l1); in TEST() local 1300 __ Ldrd(eq, r2, r3, &l1); in EmitReusedLoadLiteralStressTest() local 1302 __ Ldrd(r2, r3, &l1); in EmitReusedLoadLiteralStressTest() local 1346 __ Ldrd(r0, r1, &l0); in TEST() local 1349 __ Ldrd(r4, r5, &l0); in TEST() local 1352 __ Ldrd(r2, r3, &l0); in TEST() local 1377 __ Ldrd(r0, r1, 0x1234567890abcdef); in TEST_T32() local 1430 __ Ldrd(r0, r1, 0x1234567890abcdef); in TEST() local 1477 __ Ldrd(r0, r1, 0x1234567890abcdef); in EmitLdrdLiteralTest() local [all …]
|
/external/vixl/test/ |
D | test-code-generation-scopes.cc | 354 __ Ldrd(aarch32::r0, aarch32::r1, 0x1234567890abcdef); in TEST_A32() local 430 __ Ldrd(aarch32::r0, aarch32::r1, 0x1234567890abcdef); in TEST_A32() local 709 __ Ldrd(aarch32::r0, aarch32::r1, 0x1234567890abcdef); in TEST_A32() local
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 617 void Ldrd(Condition cond, Register rt, Register rt2, RawLiteral* literal) { in Ldrd() function 637 void Ldrd(Register rt, Register rt2, RawLiteral* literal) { in Ldrd() function 777 void Ldrd(Condition cond, Register rt, Register rt2, uint64_t v) { in Ldrd() function 787 void Ldrd(Register rt, Register rt2, T v) { in Ldrd() function 2120 void Ldrd(Condition cond, in Ldrd() function 2133 void Ldrd(Register rt, Register rt2, const MemOperand& operand) { in Ldrd() function
|