Home | History | Annotate | Download | only in mips64

Lines Matching refs:RT

70 #define TESTINST1(instruction, RSVal, RT, RS, p, lenm1)             \
74 "li $" #RT ", 0" "\n\t" \
77 "move %0, $" #RT "\n\t" \
80 : #RS, #RT, "cc", "memory" \
82 printf("%s :: rt 0x%lx rs 0x%x, p 0x%08x, lenm1 0x%08x\n", \
85 #define TESTINST2(instruction, RSVal, RTval, RD, RS, RT) \
91 "move $" #RT ", %2" "\n\t" \
96 : #RD, #RS, #RT, "cc", "memory" \
98 printf("%s :: rd 0x%lx rs 0x%x, rt 0x%x\n", \
101 #define TESTINST3(instruction, RSVal, RT, RS,imm) \
105 "li $" #RT ", 0" "\n\t" \
108 "move %0, $" #RT "\n\t" \
111 : #RS, #RT, "cc", "memory" \
113 printf("%s :: rt 0x%lx rs 0x%x,imm 0x%08x\n", \