Power10 vector integer multiply, divide, modulo insns
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s12z / pc-rel-bad.s
1
2 ;;; Both the BNE instructions should fail
3 ;;; because the destination is out of range.
4 bne .label
5 .fill 0x3FFD, 1, 0 ; 0x3FFF minus 3 (the length of the BNE insn)
6 .label:
7 .fill 0x4001, 1, 0
8 bne .label
This page took 0.029904 seconds and 4 git commands to generate.