Lines Matching refs:RSval
76 #define TESTDSPINST_RD_RS_RT_DSPC(instruction, RSval, RTval, RD, RS, RT) \ argument
90 : "r" (RSval), "r"(RTval) \
94 instruction, RSval, RTval, out, dspCtrl); \
119 #define TESTDSPINST_RS_RT_DSPC(instruction, RSval, RTval, RS, RT) \ argument
130 : "r" (RSval), "r"(RTval) \
134 instruction, RSval, RTval, dspCtrl); \
137 #define TESTDSPINST_RD_RS_RT_NODSPC(instruction, RSval, RTval, RD, RS, RT) \ argument
148 : "r" (RSval), "r"(RTval) \
152 instruction, RSval, RTval, out); \
155 #define TESTDSPINST_AC_RS_RT_DSPC(instruction, ac, RSval, RTval, HIval, LOval, \ argument
175 : "r" (RSval), "r"(RTval), "r" (HIval), "r"(LOval) \
179 0x%08x dspCtrl 0x%08x\n",instruction, RSval, RTval, HIval, LOval, \
183 #define TESTDSPINST_AC_RS_RT_NODSPC(instruction, ac, RSval, RTval, HIval, \ argument
200 : "r" (RSval), "r"(RTval), "r" (HIval), "r"(LOval) \
204 0x%08x \n",instruction, RSval, RTval, HIval, LOval, out_hi, out_lo); \
230 #define TESTDSPINST_EXTV(instruction, ac, RT, HIval, LOval, RS, RSval, pos) \ argument
247 : "r" (pos), "r" (HIval), "r" (LOval), "r" (RSval) \
251 instruction, out, ac, HIval, LOval, RSval, dspCtrl); \
254 #define TESTDSPINST_INSV(instruction, RTval, RSval, RT, RS, _pos, _size) \ argument
268 : "r" (RSval), "r" (RTval), "r" (_pos), "r" (_size) \
272 out, RTval, RSval, _pos, _size>>7); \
340 #define TESTDSPINST_MTHLIP(instruction, ac, HIval, LOval, RSval, RS, pos) \ argument
359 : "r" (HIval), "r" (LOval), "r" (pos), "r" (RSval) \
363 posOut 0x%08x\n", HIval, LOval, RSval, pos, outHI, outLO, dspCtrl); \
366 #define TESTDSPINST_PICK(instruction, instruction1, RSval, RTval, RD, RS, RT) \ argument
381 : "r" (RSval), "r"(RTval) \
385 instruction, instruction1, RSval, RTval, out, dspCtrl1); \
388 #define TESTDSPINST_RADDU_W_QB(instruction, RSval, RD, RS) \ argument
397 : "r" (RSval) \
401 instruction, out, RSval); \
455 #define TESTDSP_SHILOV(ac, HIval, LOval, RSval, RS) \ argument
470 : "r" (HIval), "r" (LOval), "r" (RSval) \
474 RSval, HIval, LOval, outHI, outLO); \
514 #define TESTDSPINST_RD_RT_RS_DSPC(instruction, RTval, RSval, RD, RT, RS) \ argument
528 : "r"(RTval), "r"(RSval) \
532 out, RTval, RSval, dspCtrl); \
535 #define TESTDSPINST_RD_RT_RS_NODSPC(instruction, RTval, RSval, RD, RT, RS) \ argument
546 : "r"(RTval), "r"(RSval) \
550 RSval); \