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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [gas/] [testsuite/] [gas/] [mips/] [beq.s] - Rev 205

Compare with Previous | Blame | View Log

# Source file used to test the beq macro.
	.text
text_label:	
	beq	$4,$5,text_label
	beq	$4,0,text_label
	beq	$4,1,text_label
	beq	$4,0x8000,text_label
	beq	$4,-0x8000,text_label
	beq	$4,0x10000,text_label
	beq	$4,0x1a5a5,text_label
 
# bne is handled by the same code as beq.  Just sanity check.
	bne	$4,0,text_label
 
# Sanity check beql and bnel
	.set	mips2
	beql	$4,0,text_label
	bnel	$4,0,text_label
 
# Test that branches which overflow are converted to jumps.
	.space	0x20000
	b	text_label
	bal	text_label
 
# Branch to an external label.
#	b	external_label
#	bal	external_label
 
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
	.space	8
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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