Lines Matching refs:RDval
114 #define TESTINST4(instruction, RDval, RSval, RTval, RD, RS, RT) \ argument
121 instruction" $" #RS ", $" #RT ", end"instruction#RDval"\n\t" \
124 "end"instruction#RDval":\n\t" \
128 : "r" (RSval), "r" (RTval), "r" (RDval) \
135 #define TESTINST5(instruction, RDval, RSval, RD, RS) \ argument
141 instruction" $" #RS ", end"instruction#RDval"\n\t" \
144 "end"instruction#RDval":\n\t" \
148 : "r" (RSval), "r" (RDval) \
155 #define TESTINST6(instruction, RDval, RSval, RD, RS) \ argument
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" \
172 : "r" (RSval), "r" (RDval) \
179 #define TESTINST4l(instruction, RDval, RSval, RTval, RD, RS, RT) \ argument
186 instruction" $" #RS ", $" #RT ", end"instruction#RDval"\n\t" \
189 "end"instruction#RDval":\n\t" \
193 : "r" (RSval), "r" (RTval), "r" (RDval) \
200 #define TESTINST5l(instruction, RDval, RSval, RD, RS) \ argument
206 instruction" $" #RS ", end"instruction#RDval"\n\t" \
209 "end"instruction#RDval":\n\t" \
213 : "r" (RSval), "r" (RDval) \
220 #define TESTINST6l(instruction, RDval, RSval, RD, RS) \ argument
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" \
237 : "r" (RSval), "r" (RDval) \