Searched refs:DMval (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/none/tests/arm/ |
D | vfp.c | 295 #define TESTINSN_un_f64_q_vmrs(instruction, DD, DM, DMtype, DMval, RN) \ argument 310 : "r" (out), "r" (DMval) \ 314 instruction, out[1], out[0], DMval, fpscr); \ 317 #define TESTINSN_core_to_scalar(instruction, DD, DM, DMval) \ argument 327 : "r" (out), "r" (DMval) \ 331 instruction, out[1], out[0], DMval); \
|