summaryrefslogtreecommitdiffstats
path: root/tests/tcg/xtensa/test_windowed.S
Commit message (Collapse)AuthorAgeFilesLines
* tests/tcg/xtensa: conditionalize windowed register testsMax Filippov2019-02-281-9/+23
| | | | | | | Make windowed register tests conditional on the presence of this option. Fix tests to work correctly for both 32 and 64 physical registers. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* target-xtensa: add entry overflow testMax Filippov2014-11-101-0/+51
| | | | | | | Check that entry instruction raises window overflow exception when PS.CALLINC points to live registers. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* target-xtensa: allow using core configuration in testsMax Filippov2014-02-241-1/+1
| | | | | | | Add path to the core configuration directory to test build command and replace .include asm directive with #include to enable preprocessing. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* tests: mv tests/* -> tests/tcgAnthony Liguori2012-01-121-0/+302
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>