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

/external/valgrind/none/tests/arm/
H A Dvfp.c77 #define TESTINSN_vmov_core_single(instruction, RN, SD, SDval) \ macro
2136 TESTINSN_vmov_core_single("vmov r12, s12", r12, s12, 0x4000aad);
2137 TESTINSN_vmov_core_single("vmov r2, s5", r2, s5, 0xab45e7);
2138 TESTINSN_vmov_core_single("vmov r5, s15", r5, s15, 0x00add12);
2139 TESTINSN_vmov_core_single("vmov r8, s11", r8, s11, 0x876450ff);
2140 TESTINSN_vmov_core_single("vmov r9, s5", r9, s5, 0xffff);
2141 TESTINSN_vmov_core_single("vmov r10, s9", r10, s9, 0x87d34f);
2142 TESTINSN_vmov_core_single("vmov r9, s10", r9, s10, 0x00ffff);
2143 TESTINSN_vmov_core_single("vmov r6, s8", r6, s8, 0xad4f8);
2144 TESTINSN_vmov_core_single("vmo
[all...]

Completed in 188 milliseconds