Searched refs:DDval0 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/none/tests/arm/ |
D | vfp.c | 760 #define TESTINSN_cmp_f64(instruction, DD, DDval0, DDval1, DM, DMval0, DMval1) \ argument 773 : "r" (out), "r" (DDval0), "r" (DDval1),"r" (DMval0), "r" (DMval1) \ 778 instruction, out[0] & 0xffffff60, DDval1, DDval0, DMval1, DMval0); \ 820 #define TESTINSN_cmpz_f64(instruction, DD, DDval0, DDval1) \ argument 830 : "r" (out), "r" (DDval0), "r" (DDval1) \ 834 instruction, out[0] & 0xffffff60, DDval1, DDval0); \
|