1 # Test parallel instructions on same functional unit. 2 .text 3 .globl f 4 f: 5 add .L1 a1,a2,a3 6 nop 7 || [b1] add .L1 a1,a2,a3 8 || nop 9 || [!b1] add .L1 a4,a5,a6 10