Lines Matching refs:RDval

130 #define TESTINST4(instruction, RDval, RSval, RTval, RD, RS, RT)         \  argument
138 instruction" $"#RS", $"#RT", end"instruction#RDval "\n\t" \
141 "end"instruction#RDval":" "\n\t" \
146 : "r" (RSval), "r" (RTval), "r" (RDval) \
150 out, RDval, RSval, RTval); \
153 #define TESTINST5(instruction, RDval, RSval, RD, RS) \ argument
160 instruction" $"#RS", end"instruction#RDval "\n\t" \
163 "end"instruction#RDval":" "\n\t" \
168 : "r" (RSval), "r" (RDval) \
172 out, RDval, RSval); \
175 #define TESTINST6(instruction, RDval, RSval, RD, RS) \ argument
182 instruction" $"#RS", end21"instruction#RDval "\n\t" \
185 "b r_end"instruction#RDval "\n\t" \
187 "end21"instruction#RDval":" "\n\t" \
190 "r_end"instruction#RDval":" "\n\t" \
194 : "r" (RSval), "r" (RDval) \
198 out, RDval, RSval); \
201 #define TESTINST4l(instruction, RDval, RSval, RTval, RD, RS, RT) \ argument
209 instruction" $"#RS", $"#RT", end"instruction#RDval "\n\t" \
212 "end"instruction#RDval":" "\n\t" \
217 : "r" (RSval), "r" (RTval), "r" (RDval) \
221 out, RDval, RSval, RTval); \
224 #define TESTINST5l(instruction, RDval, RSval, RD, RS) \ argument
231 instruction" $"#RS", end"instruction#RDval "\n\t" \
234 "end"instruction#RDval":" "\n\t" \
239 : "r" (RSval), "r" (RDval) \
243 out, RDval, RSval); \
246 #define TESTINST6l(instruction, RDval, RSval, RD, RS) \ argument
253 instruction" $"#RS", end21"instruction#RDval "\n\t" \
256 "b r_end"instruction#RDval "\n\t" \
258 "end21"instruction#RDval":" "\n\t" \
262 "r_end"instruction#RDval":" "\n\t" \
266 : "r" (RSval), "r" (RDval) \
270 out, RDval, RSval); \