Lines Matching refs:RTval
39 #define TESTDSPINST_RD_RT_DSPC(instruction, RTval, RD, RT) \ argument
52 : "r" (RTval) \
56 instruction, out, RTval, dspCtrl); \
59 #define TESTDSPINST_RD_RT_NODSPC(instruction, RTval, RD, RT) \ argument
69 : "r" (RTval) \
73 instruction, out, RTval); \
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); \
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); \
366 #define TESTDSPINST_PICK(instruction, instruction1, RSval, RTval, RD, RS, RT) \ argument
381 : "r" (RSval), "r"(RTval) \
385 instruction, instruction1, RSval, RTval, out, dspCtrl1); \
477 #define TESTDSPINST_RD_RT_SA_DSPC(instruction, RTval, SAval, RD, RT) \ argument
490 : "r"(RTval) \
494 out, RTval, SAval, dspCtrl); \
497 #define TESTDSPINST_RD_RT_SA_NODSPC(instruction, RTval, SAval, RD, RT) \ argument
507 : "r"(RTval) \
510 printf("%s :: rd 0x%08x rt 0x%08x sa %2d\n", instruction, out, RTval, \
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) \
549 printf("%s :: rd 0x%08x rt 0x%08x rs 0x%08x\n", instruction, out, RTval, \