Lines Matching refs:RTval
24 #define TESTINST1(instruction, RTval, offset, RT, RS) \ argument
29 "li $" #RT", " #RTval"\n\t" \
33 : "r" (mem1), "r" (RTval) \
37 instruction, RTval, out); \
41 "li $" #RT", " #RTval"\n\t" \
45 : "r" (mem), "r" (RTval) \
49 instruction, RTval, out); \
54 #define TESTINSTsw(RTval, offset, RT, RS) \ argument
60 "li $" #RT", " #RTval"\n\t" \
65 : "r" (mem2), "r" (RTval) \
69 RTval, out); \