blob: aadfa19f41c16483a27c7a5ef6c9bba8b0c5f7d9 [file] [log] [blame]
.text
.space 0x1000
.ent foo
.set mips16
foo:
b bar + 4 + (0x8000 << 1)
bteqz bar + 4 + (0x8000 << 1)
btnez bar + 4 + (0x8000 << 1)
beqz $2, bar + 4 + (0x8000 << 1)
bnez $2, bar + 4 + (0x8000 << 1)
b bar + 4 - (0x8001 << 1)
bteqz bar + 4 - (0x8001 << 1)
btnez bar + 4 - (0x8001 << 1)
beqz $2, bar + 4 - (0x8001 << 1)
bnez $2, bar + 4 - (0x8001 << 1)
nop
.set nomips16
.end foo
# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
.align 4, 0
.space 16