blob: 740619944dd7d3c0c531e10cefcd867e2d888910 [file] [log] [blame]
# Test parallel instructions on same functional unit, with section switching.
.section .text.f1,"ax",%progbits
.globl f1
f1:
add .L1 a1,a2,a3
nop
|| [b1] add .L1 a1,a2,a3
.section .text.f2,"ax",%progbits
.globl f2
f2:
add .L2 b1,b2,b3
nop
|| [b1] add .L2 b1,b2,b3
|| nop
.section .text.f1,"ax",%progbits
|| nop
|| [!b1] add .L1 a4,a5,a6
.section .text.f2,"ax",%progbits
|| [!b1] add .L2 b4,b5,b6