Searched refs:DMval1 (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/none/tests/arm/ |
D | vfp.c | 193 #define TESTINSN_un_f64(instruction, DD, DM, DMtype, DMval0, DMval1) \ argument 203 : "r" (out), "r" (DMval0), "r" (DMval1) \ 207 instruction, out[1], out[0], DMval1, DMval0); \ 244 #define TESTINSN_un_cvt_sd(instruction, SD, DM, DMval0, DMval1) \ argument 254 : "r" (out), "r" (DMval0), "r" (DMval1), "r" (0xffffaaaa) \ 258 instruction, out[0], DMval1, DMval0); \ 261 #define TESTINSN_cvt_i32_f64(instruction, SD, DM, DMval0, DMval1) \ argument 271 : "r" (out), "r" (DMval0), "r" (DMval1), "r" (0xffffaaaa) \ 275 instruction, out[0], DMval1, DMval0); \ 760 #define TESTINSN_cmp_f64(instruction, DD, DDval0, DDval1, DM, DMval0, DMval1) \ argument [all …]
|