tc-score.c: Replace overlapping sprintf with memmove
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic6x / sploop-bad-5.s
1 # Test bad SPLOOP instructions and operands. Duplicate masking.
2 .text
3 .globl f
4 f:
5 spmask L1,L1
6 spmaskr D1,D1
7 spmask L1
8 ||^ mv .L1 a1,a2
9 spmaskr S1
10 ||^ mv .S1 a1,a2
This page took 0.030344 seconds and 4 git commands to generate.