Lines Matching refs:RNval
95 #define TESTINSN_vmov_single_core(instruction, SD, RN, RNval) \ argument
99 printf(#RN" 0x%08x\t", RNval); \
106 : "r" (out), "r" (RNval) \
134 #define TESTINSN_vmov_2single_2core(instruction, SD1, SD2, RN, RM, RNval, RMval) \ argument
138 printf("\t\t\t "#RN" 0x%08x "#RM" 0x%08x\n", RNval, RMval); \
147 : "r" (out), "r" (RNval), "r" (RMval) \
154 #define TESTINSN_vmov_double_2core(instruction, DD, RN, RM, RNval, RMval) \ argument
158 printf(#RN" 0x%08x "#RM" 0x%08x\t", RNval, RMval); \
166 : "r" (out), "r" (RNval), "r" (RMval) \
334 #define TESTINSN_vldr_f64(instruction, DD, RN, RNval, imm) \ argument
344 : "r" (out), "r" (RNval) \
348 instruction, out[1], out[0], *(int*) (RNval + imm)); \
351 #define TESTINSN_vldr_f32(instruction, SD, RN, RNval, imm) \ argument
361 : "r" (out), "r" (RNval), "r" (imm), "r" (0xffffffaa) \
365 instruction, out[0], *(int*) (RNval + imm)); \