* gas/mips/mips.exp: Run the new tests, below.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / beq.s
CommitLineData
5fe67aa8
ILT
1# Source file used to test the beq macro.
2
3text_label:
4 beq $4,$5,text_label
5 beq $4,0,text_label
6 beq $4,1,text_label
7 beq $4,0x8000,text_label
8 beq $4,-0x8000,text_label
9 beq $4,0x10000,text_label
10 beq $4,0x1a5a5,text_label
11
12# bne is handled by the same code as beq. Just sanity check.
13 bne $4,0,text_label
14
15# Sanity check beql and bnel
16 .set mips2
17 beql $4,0,text_label
18 bnel $4,0,text_label
This page took 0.171131 seconds and 4 git commands to generate.