Removes support in the ARM assembler for the unsigned variants of the VQ(R)DMLAH...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / sparc / v9branch1.s
1 # Check if maximum possible branch distances for v9 branches are accepted
2 .text
3 brz,pt %o0, 1f
4 nop
5 .skip (128 * 1024 - 16)
6 nop
7 1: nop
8 .skip (128 * 1024 - 4)
9 brz,pt %o0, 1b
10 nop
11 bne,pt %icc, 2f
12 nop
13 .skip (1024 * 1024 - 16)
14 nop
15 2: nop
16 .skip (1024 * 1024 - 4)
17 bne,pt %icc, 2b
18 nop
This page took 0.030383 seconds and 4 git commands to generate.