tst_test.tpl 282 B

1234567891011121314151617
  1. <test name="acc-16 test" type="srfull"
  2. description="This test checks the effect of various ACC values over tst on acc0">
  3. <header>
  4. incdir "tests"
  5. include "dsp_base.inc"
  6. </header>
  7. <body>
  8. lri $SR, #0x0000
  9. clr $acc0
  10. lri $ac0.@CMD@ @SR@
  11. tst $acc0
  12. call send_back
  13. </body>
  14. </test>