URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-6.8/] [sim/] [testsuite/] [sim/] [arm/] [thumb/] [asr.cgs] - Rev 827
Go to most recent revision | Compare with Previous | Blame | View Log
# arm testcase for asr $rd,$rs
# mach: unfinished
.include "testutils.inc"
start
.global alu_asr
alu_asr:
asr r0,r0
# FIXME: Also asr $rd,$rs,#$offset5
pass
Go to most recent revision | Compare with Previous | Blame | View Log