Lines Matching refs:RS
24 #define TESTINST1(instruction, RTval, offset, RT, RS) \ argument
28 "move $" #RS", %1 \n\t" \
31 "lw %0, "#offset"($"#RS") \n\t" \
34 : #RS, #RT, "memory" \
40 "move $" #RS", %1 \n\t" \
43 "lw %0, "#offset"($"#RS") \n\t" \
46 : #RS, #RT, "memory" \
54 #define TESTINSTsw(RTval, offset, RT, RS) \ argument
58 "move $" #RS", %1\n\t" \
59 "addiu $"#RS", $"#RS", "#offset" \n\t" \
63 "lw %0, 0($"#RS") \n\t" \
66 : #RT, #RS, "memory" \