Lines Matching refs:RTval
3 #define TESTINST1(instruction, RSval, RTval, RD, RS, RT) \ argument
13 : "r" (RSval), "r" (RTval) \
17 instruction, out, RSval, RTval); \
50 #define TESTINST3a(instruction, RSval, RTval, RS, RT) \ argument
64 : "r" (RSval), "r"(RTval) \
68 instruction, RSval, RTval, HI, LO); \
71 #define TESTINST4(instruction, RTval, RSval, RT, RS, pos, size) \ argument
80 : "r" (RTval), "r" (RSval) \
95 #define TESTINSN5LOAD(instruction, RTval, offset, RT) \ argument
100 "li $t0, " #RTval"\n\t" \
104 : "r" (mem), "r" (RTval) \