Home | History | Annotate | Download | only in mips32

Lines Matching refs:instruction

42 #define TESTINST1s(instruction, RDval)               \
50 instruction" end"instruction"s"#RDval "\n\t" \
53 "end"instruction"s"#RDval":" "\n\t" \
61 instruction, outf, fs_f[i], ft_f[i]); \
64 #define TESTINST1d(instruction, RDval) \
72 instruction" end"instruction"d"#RDval "\n\t" \
75 "end"instruction"d"#RDval":" "\n\t" \
83 instruction, outd, fs_d[i], ft_d[i]); \
86 #define TESTINST2s(instruction, RDval) \
94 instruction" end"instruction"s"#RDval "\n\t" \
96 "end"instruction"s"#RDval":" "\n\t" \
104 instruction, outf, fs_f[i], ft_f[i]); \
107 #define TESTINST2d(instruction, RDval) \
115 instruction" end"instruction"d"#RDval "\n\t" \
117 "end"instruction"d"#RDval":" "\n\t" \
125 instruction, outd, fs_d[i], ft_d[i]); \
128 #define TESTINST_CONDs(instruction, RDval) \
135 instruction" $f0, $f2" "\n\t" \
136 "bc1f end"instruction"s"#RDval "\n\t" \
139 "end"instruction"s"#RDval":" "\n\t" \
147 instruction, outf, fs_f[i], ft_f[i]); \
150 #define TESTINST_CONDd(instruction, RDval) \
157 instruction" $f0, $f2" "\n\t" \
158 "bc1f end"instruction"d"#RDval "\n\t" \
161 "end"instruction"d"#RDval":" "\n\t" \
169 instruction, outd, fs_d[i], ft_d[i]); \