• Home
  • Raw
  • Download

Lines Matching refs:RTval

39 #define TESTDSPINST_RD_RT_DSPC(instruction, RTval, RD, RT)                 \  argument
52 : "r" (RTval) \
56 RTval, dspCtrl); \
59 #define TESTDSPINST_RD_RT_NODSPC(instruction, RTval, RD, RT) \ argument
69 : "r" (RTval) \
72 printf("%s :: rd 0x%08x rt 0x%08x \n", instruction, out, RTval); \
75 #define TESTDSPINST_RD_RT_RS_NODSPC(instruction, RTval, RSval) \ argument
85 : "r" (RTval), "r" (RSval) \
89 RTval, RSval); \
92 #define TESTDSPINST_RD_RS_RT_DSPC(instruction, RSval, RTval, RD, RS, RT) \ argument
106 : "r" (RSval), "r"(RTval) \
110 RSval, RTval, out, dspCtrl); \
134 #define TESTDSPINST_RS_RT_DSPC(instruction, RSval, RTval, RS, RT) \ argument
145 : "r" (RSval), "r"(RTval) \
149 RTval, dspCtrl); \
152 #define TESTDSPINST_RD_RS_RT_NODSPC(instruction, RSval, RTval, RD, RS, RT) \ argument
163 : "r" (RSval), "r"(RTval) \
166 printf("%s :: rs 0x%08x rt 0x%08x out 0x%08x\n", instruction, RSval, RTval, \
170 #define TESTDSPINST_AC_RS_RT_DSPC(instruction, ac, RSval, RTval, HIval, LOval, \ argument
190 : "r" (RSval), "r"(RTval), "r" (HIval), "r"(LOval) \
194 "outLO 0x%08x dspCtrl 0x%08x\n",instruction, RSval, RTval, HIval, \
198 #define TESTDSPINST_AC_RS_RT_NODSPC(instruction, HIval, LOval, RSval, RTval) \ argument
214 : "r" (HIval), "r" (LOval), "r" (RSval), "r" (RTval) \
219 LOval, RSval, RTval); \
269 #define TESTDSPINST_INSV(instruction, RTval, RSval, RT, RS, _pos, _size) \ argument
283 : "r" (RSval), "r" (RTval), "r" (_pos), "r" (_size) \
287 out, RTval, RSval, _pos, _size>>7); \
382 #define TESTDSPINST_PICK(instruction, instruction1, RSval, RTval, RD, RS, RT) \ argument
397 : "r" (RSval), "r"(RTval) \
401 instruction, instruction1, RSval, RTval, out, dspCtrl1); \
492 #define TESTDSPINST_RD_RT_SA_DSPC(instruction, RTval, SAval, RD, RT) \ argument
505 : "r"(RTval) \
509 out, RTval, SAval, dspCtrl); \
512 #define TESTDSPINST_RD_RT_SA_NODSPC(instruction, RTval, SAval, RD, RT) \ argument
522 : "r"(RTval) \
525 printf("%s :: rd 0x%08x rt 0x%08x sa %2d\n", instruction, out, RTval, \
529 #define TESTDSPINST_RT_RS_SA_NODSPC(instruction, RSval, RTval, SAval, RT, RS) \ argument
539 : "r" (RSval), "r"(RTval) \
542 printf("%s :: rt 0x%08x rs 0x%08x out 0x%08x \n", instruction, RTval, \