Lines Matching refs:RT
1 #define TEST1(instruction, RSval, RTval, RD, RS, RT) \ argument
6 "move $"#RT", %2" "\n\t" \
12 : #RD, #RS, #RT \
19 #define TEST2(instruction, RSval, imm, RT, RS) \ argument
24 "move $"#RT", $zero" "\n\t" \
26 "move %0, $"#RT "\n\t" \
29 : #RT, #RS \
51 #define TEST4(instruction, RSval, RTval, RS, RT) \ argument
57 "move $"#RT", %3" "\n\t" \
65 : #RS, #RT \
71 #define TEST5(instruction, RSval, RTval, RS, RT) \ argument
77 "move $"#RT", %3" "\n\t" \
79 "mtlo $"#RT "\n\t" \
85 : #RS, #RT \
91 #define TEST6(instruction, imm, RT) \ argument
95 "move $"#RT", $zero" "\n\t" \
97 "move %0, $"#RT "\n\t" \
99 : #RT \