Lines Matching refs:RMval
9 #define TESTINST2(instruction, RMval, RD, RM, carryin) \ argument
27 : "r" (RMval), "r" (carryin) \
31 instruction, out, RMval, \
41 #define TESTINST3(instruction, RMval, RNval, RD, RM, RN, carryin) \ argument
56 : "r" (RMval), "r" (RNval), "r" (carryin) \
60 instruction, out, RMval, RNval, \
70 #define TESTINST4(instruction, RMval, RNval, RSval, RD, RM, RN, RS, carryin) \ argument
86 : "r" (RMval), "r" (RNval), "r" (RSval), "r" (carryin) \
90 instruction, out, RMval, RNval, RSval, \
100 #define TESTINST4_2OUT(instruction, RDval, RD2val, RMval, RSval, RD, RD2, RM, RS, carryin) \ argument
119 : "r" (RDval), "r" (RD2val), "r" (RMval), "r" (RSval), "r" (carryin) \
123 instruction, out, out2, RMval, RSval, \