~jderose/ubuntu/raring/qemu/vde-again

« back to all changes in this revision

Viewing changes to tests/cris/check_movprv32.s

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno, Aurelien Jarno
  • Date: 2008-08-25 04:38:35 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080825043835-8e3tftavy8bujdch
Tags: 0.9.1-6
[ Aurelien Jarno ]
* debian/control: 
  - Update list of supported targets (Closes: bug#488339).
* debian/qemu-make-debian-root:
  - Use mktemp instead of $$ to create temporary directories (Closes: 
    bug#496394).
* debian/links:
  - Add missing links to manpages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# mach: crisv32
 
2
# output: ffffff20\nbb113344\n
 
3
 
 
4
# Test v32-specific special registers.  FIXME: more registers.
 
5
 
 
6
 .include "testutils.inc"
 
7
 start
 
8
 moveq -1,r3
 
9
 setf zcvn
 
10
 move vr,r3
 
11
 test_cc 1 1 1 1
 
12
 checkr3 ffffff20
 
13
 
 
14
 moveq -1,r3
 
15
 move.d 0xbb113344,r4
 
16
 clearf cvnz
 
17
 move r4,mof
 
18
 test_cc 0 0 0 0
 
19
 move mof,r3
 
20
 checkr3 bb113344
 
21
 quit