summaryrefslogtreecommitdiffstats
path: root/tests/tcg/xtensa/test_b.S
Commit message (Collapse)AuthorAgeFilesLines
* tests/tcg/xtensa: fix endianness issues in test_bMax Filippov2019-02-281-8/+32
| | | | | | | | | Use bbci.l/bbsi.l instead of bbci/bbsi, as they are assembly macros that accept little-endian bit number and produce correct immediate for both little and big endian configurations. Choose value loaded into register for bbc/bbs opcodes based on configuration endianness. 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/+221
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>