File:  [Qemu by Fabrice Bellard] / qemu / tests / cris / check_movei.s
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:51:35 2018 UTC (8 years, 1 month ago) by root
Branches: qemu, MAIN
CVS tags: qemu1001, qemu1000, qemu0151, qemu0150, qemu0141, qemu0140, qemu0130, qemu0125, qemu0124, qemu0123, qemu0122, qemu0121, qemu0120, qemu0111, qemu0110, qemu0105, qemu0104, qemu0103, qemu0102, qemu0101, qemu0100, HEAD
qemu 0.10.0

# mach: crisv32
# output: fffffffe\n
# output: fffffffe\n

; Check basic integral-write semantics regarding flags.

 .include "testutils.inc"
 start

 move.d 0, $r3	
; A write that works.  Check that flags are set correspondingly.
 move.d d,r4
 ;; store to bring it into the tlb with the right prot bits
 move.d r3,[r4]
 moveq -2,r5
 setf c
 clearf p
 move.d [r4],r3
 ax
 move.d r5,[r4]
 move.d [r4],r3

 bcc 0f
 nop
 fail

0:
 checkr3 fffffffe

; A write that fails; check flags too.
 move.d d,r4
 moveq 23,r5
 setf p
 clearf c
 move.d [r4],r3
 ax
 move.d r5,[r4]
 move.d [r4],r3

 bcs 0f
 nop
 fail

0:
 checkr3 fffffffe
 quit

 .data
d:
 .dword 42424242

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.