Lines Matching full:instruction
114 #define TESTINST4(instruction, RDval, RSval, RTval, RD, RS, RT) \
121 instruction" $" #RS ", $" #RT ", end"instruction#RDval"\n\t" \
124 "end"instruction#RDval":\n\t" \
131 printf(instruction" :: %d, RSval: %d, RTval: %d\n", \
135 #define TESTINST5(instruction, RDval, RSval, RD, RS) \
141 instruction" $" #RS ", end"instruction#RDval"\n\t" \
144 "end"instruction#RDval":\n\t" \
151 printf(instruction" :: %d, RSval: %d\n", \
155 #define TESTINST6(instruction, RDval, RSval, RD, RS) \
161 instruction" $" #RS ", end21"instruction#RDval"\n\t" \
164 "b r_end"instruction#RDval"\n\t" \
166 "end21"instruction#RDval":\n\t" \
169 "r_end"instruction#RDval":\n\t" \
175 printf(instruction" :: %d, RSval: %d\n", \
179 #define TESTINST4l(instruction, RDval, RSval, RTval, RD, RS, RT) \
186 instruction" $" #RS ", $" #RT ", end"instruction#RDval"\n\t" \
189 "end"instruction#RDval":\n\t" \
196 printf(instruction" :: %d, RSval: %d, RTval: %d\n", \
200 #define TESTINST5l(instruction, RDval, RSval, RD, RS) \
206 instruction" $" #RS ", end"instruction#RDval"\n\t" \
209 "end"instruction#RDval":\n\t" \
216 printf(instruction" :: %d, RSval: %d\n", \
220 #define TESTINST6l(instruction, RDval, RSval, RD, RS) \
226 instruction" $" #RS ", end21"instruction#RDval"\n\t" \
229 "b r_end"instruction#RDval"\n\t" \
231 "end21"instruction#RDval":\n\t" \
234 "r_end"instruction#RDval":\n\t" \
240 printf(instruction" :: %d, RSval: %d\n", \