Don't use vec_disp8 encoding with the .d32 suffix
[deliverable/binutils-gdb.git] / gas / testsuite / gas / dlx / branch.s
1 .text
2 L1:
3 1: beqz r4, L4
4 nop
5 bnez r5, 1b
6 L2:
7 mov r4, L5
8 j L5
9 nop
10 jal L4
11 nop
12 break L4
13 nop
14 trap 1b
15 nop
16 jr s1
17 nop
18 jalr s1
19 L4:
20 lw r2, 8+((L5 - L4)<<4)(r2)
21 rfe
22 L5:
23 lw r2, L1
24 call 1b
25 nop
26 return
27 nop
28 ret
29 nop
30 retr at
31 nop
This page took 0.031273 seconds and 4 git commands to generate.