]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/tcg/cris: comment out the ccs test
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 7 Dec 2018 18:05:52 +0000 (18:05 +0000)
committerAlex 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

index e39fc8f4d66d87ebbfde68fea0311900232db270..485deb20066499f19c4eadf02e89b4d6bad0c549 100644 (file)
  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