~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to tests/cris/check_clearfv32.s

  • Committer: pbrook
  • Date: 2006-10-22 00:18:54 UTC
  • Revision ID: git-v1:e6e5906b6e0a81718066ca43aef57515026c6624
ColdFire target.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2196 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# mach: crisv32
2
 
# output: ef\nef\n
3
 
 
4
 
; Check that "clearf x" doesn't trivially fail.
5
 
 
6
 
 .include "testutils.inc"
7
 
 start
8
 
 setf puixnzvc
9
 
 clearf x       ; Actually, x would be cleared by almost-all other insns.
10
 
 move ccs,r3
11
 
 and.d 0xff, $r3
12
 
 checkr3 ef
13
 
 
14
 
 setf puixnzvc
15
 
 moveq 0, $r3   ; moveq should only clear the xflag.
16
 
 move ccs,r3
17
 
 and.d 0xff, $r3
18
 
 checkr3 ef
19
 
 quit