Lines Matching refs:RSval
3 #define TESTINST1(instruction, RSval, RTval, RD, RS, RT) \ argument
13 : "r" (RSval), "r" (RTval) \
17 instruction, out, RSval, RTval); \
20 #define TESTINST2(instruction, RSval, imm, RT, RS) \ argument
28 : "r" (RSval) \
32 instruction, out, RSval, imm); \
35 #define TESTINST3(instruction, RSval, RD, RS) \ argument
43 : "r" (RSval) \
47 instruction, out, RSval); \
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) \
84 instruction, out, RSval, pos, size); \
111 #define TESTINSN_HILO(RSval) \ argument
123 : "r" (RSval)\