URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gdb-7.2/] [sim/] [testsuite/] [sim/] [arm/] [cmp.cgs] - Rev 835
Go to most recent revision | Compare with Previous | Blame | View Log
# arm testcase for cmp${cond}${set-cc?} $rn,$imm12
# mach: unfinished
.include "testutils.inc"
start
.global cmp_imm
cmp_imm:
cmp00 pc,0
pass
# arm testcase for cmp$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftimm}
# mach: unfinished
.include "testutils.inc"
start
.global cmp_reg_imm_shift
cmp_reg_imm_shift:
cmp00 pc,pc,pc,lsl 0
pass
# arm testcase for cmp$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}
# mach: unfinished
.include "testutils.inc"
start
.global cmp_reg_reg_shift
cmp_reg_reg_shift:
cmp00 pc,pc,pc,lsl pc
pass
Go to most recent revision | Compare with Previous | Blame | View Log