URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gdb-7.2/] [sim/] [testsuite/] [sim/] [fr30/] [nop.cgs] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
# fr30 testcase for nop
# mach(): fr30
.include "testutils.inc"
START
.text
.global nop
nop:
; Test nop
set_cc 0x0f ; Condition codes are irrelevent
nop
test_cc 1 1 1 1
pass
Go to most recent revision | Compare with Previous | Blame | View Log