projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4f6e58
)
tests/tcg/cris: comment out the ccs test
author
Alex Bennée
<alex.bennee@linaro.org>
Fri, 7 Dec 2018 18:05:52 +0000
(18:05 +0000)
committer
Alex Bennée
<alex.bennee@linaro.org>
Tue, 12 Mar 2019 17:05:21 +0000
(17:05 +0000)
Evidently upstream gcc doesn't like this opcode.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/tcg/cris/bare/check_btst.s
patch
|
blob
|
history
diff --git
a/tests/tcg/cris/bare/check_btst.s
b/tests/tcg/cris/bare/check_btst.s
index e39fc8f4d66d87ebbfde68fea0311900232db270..485deb20066499f19c4eadf02e89b4d6bad0c549 100644
(file)
--- a/
tests/tcg/cris/bare/check_btst.s
+++ b/
tests/tcg/cris/bare/check_btst.s
@@
-85,12
+85,12
@@
checkr3 1111
; check that X gets cleared and that only the NZ flags are touched.
-
move.d
0xff, $r0
- move $r0, $ccs
- btst r3,r3
- move $ccs, $r0
- and.d 0xff, $r0
-
cmp.d
0xe3, $r0
- test_cc 0 1 0 0
+
;; move.d
0xff, $r0
+
;;
move $r0, $ccs
+
;;
btst r3,r3
+
;;
move $ccs, $r0
+
;;
and.d 0xff, $r0
+
;; cmp.d
0xe3, $r0
+
;;
test_cc 0 1 0 0
quit