Logo
Explore Help
Sign In
dfaggioli/qemu
1
0
Fork 0
You've already forked qemu
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
63b901bfd30a0975bc326ba8527880fabac2e66d
qemu/tests/tcg/xtensa/crt.S

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
388 B
ArmAsm
Raw Normal View History

target-xtensa: add regression testsuite Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2011-09-06 03:55:57 +04:00
.section .init
j 1f
.section .init.text
1:
movi a2, _start
jx a2
.text
.global _start
_start:
tests/tcg/xtensa: fix build for cores without windowed registers Don't try to initialize windowbase/windowstart in crt.S if they don't exist. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2022-04-24 08:31:29 -07:00
#if XCHAL_HAVE_WINDOWED
target-xtensa: add regression testsuite Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2011-09-06 03:55:57 +04:00
movi a2, 1
wsr a2, windowstart
movi a2, 0
wsr a2, windowbase
tests/tcg/xtensa: fix build for cores without windowed registers Don't try to initialize windowbase/windowstart in crt.S if they don't exist. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2022-04-24 08:31:29 -07:00
#endif
target-xtensa: add regression testsuite Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2011-09-06 03:55:57 +04:00
movi a1, _fstack
movi a2, 0x4000f
wsr a2, ps
isync
call0 main
mov a3, a2
movi a2, 1
simcall
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 329ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API