Home | History | Annotate | Download | only in mips64

Lines Matching refs:RS

1 #define TEST1(instruction, RSval, RTval, RD, RS, RT)  \
5 "move $"#RS", %1" "\n\t" \
12 : #RD, #RS, #RT \
14 printf("%s :: rd 0x%llx, rs 0x%llx, rt 0x%llx\n", \
19 #define TEST2(instruction, RSval, imm, RT, RS) \
23 "move $"#RS", %1" "\n\t" \
29 : #RT, #RS \
31 printf("%s :: rt 0x%llx, rs 0x%llx, imm 0x%04x\n", \
35 #define TEST3(instruction, RSval, RD, RS) \
39 "move $"#RS", %1" "\n\t" \
45 : #RD, #RS \
47 printf("%s :: rd 0x%llx, rs 0x%llx\n", \
51 #define TEST4(instruction, RSval, RTval, RS, RT) \
56 "move $"#RS", %2" "\n\t" \
65 : #RS, #RT \
67 printf("%s :: rs 0x%llx, rt 0x%llx, HI 0x%llx, LO 0x%llx\n", \
71 #define TEST5(instruction, RSval, RTval, RS, RT) \
76 "move $"#RS", %2" "\n\t" \
78 "mthi $"#RS "\n\t" \
85 : #RS, #RT \
87 printf("%s :: rs 0x%llx, rt 0x%llx, HI 0x%llx, LO 0x%llx\n", \