Lines Matching refs:RSval
1 #define TEST1(instruction, RSval, RTval, RD, RS, RT) \ argument
11 : "r" (RSval), "r" (RTval) \
15 instruction, out, (long long) RSval, \
19 #define TEST2(instruction, RSval, imm, RT, RS) \ argument
28 : "r" (RSval) \
32 instruction, out, (long long) RSval, imm); \
35 #define TEST3(instruction, RSval, RD, RS) \ argument
44 : "r" (RSval) \
48 instruction, out, (long long) RSval); \
51 #define TEST4(instruction, RSval, RTval, RS, RT) \ argument
64 : "r" (RSval), "r"(RTval) \
68 instruction, (long long) RSval, (long long) RTval, HI, LO); \
71 #define TEST5(instruction, RSval, RTval, RS, RT) \ argument
84 : "r" (RSval), "r"(RTval) \
88 instruction, (long long) RSval, (long long) RTval, HI, LO); \