Lines Matching refs:RMval
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) \
368 #define TESTINSN_vstr64(instruction, DD, DDval, RM, RMval, imm) \ argument
383 : "r" (out), "r" (RMval) \
387 instruction, out[1], out[0], *(int*) (RMval + imm)); \
390 #define TESTINSN_vstr32(instruction, SD, RM, RMval, imm) \ argument
402 : "r" (out), "r" (RMval) \
406 instruction, out[0], *(int*) (RMval + imm)); \