OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gdb/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [cris/] [asm/] [mover.ms] - Blame information for rev 26

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 26 jlechner
# mach: crisv3 crisv8 crisv10 crisv32
2
# output: ffffff05\nffff0005\n5\nffffff00\n
3
 
4
; Move between registers.  Check that just the subreg is copied.
5
 
6
 .include "testutils.inc"
7
 startnostack
8
 moveq -30,r3
9
 moveq 5,r4
10
 move.b r4,r3
11
 test_move_cc 0 0 0 0
12
 dumpr3
13
 
14
 move.w r4,r3
15
 test_move_cc 0 0 0 0
16
 dumpr3
17
 
18
 move.d r4,r3
19
 test_move_cc 0 0 0 0
20
 dumpr3
21
 
22
 moveq -1,r3
23
 moveq 0,r4
24
 move.b r4,r3
25
 test_move_cc 0 1 0 0
26
 dumpr3
27
 
28
 quit
29
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.