tc-score.c: Replace overlapping sprintf with memmove
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / armv8_1-m-bfcsel.s
1 .syntax unified
2 .text
3 .thumb
4 foo:
5 bfcsel .LB1, .LBranch, .LB2, eq
6 mov r1, r1
7 .LB1:
8 beq .LBranch
9 .LB2:
10 mov r3, r2
11 .LBranch:
12 mov r4, r2
This page took 0.034469 seconds and 4 git commands to generate.