tests/tcg/cris: comment out the ccs test

Evidently upstream gcc doesn't like this opcode.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
Alex Bennée 2018-12-07 18:05:52 +00:00
parent d4f6e58fcb
commit 0056cb5790
1 changed files with 7 additions and 7 deletions

View File

@ -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