Searched refs:TESTINSN_vmov_core_single (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/none/tests/arm/ |
D | vfp.c | 77 #define TESTINSN_vmov_core_single(instruction, RN, SD, SDval) \ macro 2135 TESTINSN_vmov_core_single("vmov r12, s12", r12, s12, 0x4000aad); in main() 2136 TESTINSN_vmov_core_single("vmov r2, s5", r2, s5, 0xab45e7); in main() 2137 TESTINSN_vmov_core_single("vmov r5, s15", r5, s15, 0x00add12); in main() 2138 TESTINSN_vmov_core_single("vmov r8, s11", r8, s11, 0x876450ff); in main() 2139 TESTINSN_vmov_core_single("vmov r9, s5", r9, s5, 0xffff); in main() 2140 TESTINSN_vmov_core_single("vmov r10, s9", r10, s9, 0x87d34f); in main() 2141 TESTINSN_vmov_core_single("vmov r9, s10", r9, s10, 0x00ffff); in main() 2142 TESTINSN_vmov_core_single("vmov r6, s8", r6, s8, 0xad4f8); in main() 2143 TESTINSN_vmov_core_single("vmov r4, s14", r4, s14, 0x920b8cf); in main() [all …]
|