* config/tc-arm.c (do_t_strexd): Remove
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / inst-po-2.s
1 .syntax unified
2 .arch armv7a
3 .arm
4 .L1:
5
6 moveq r1, r9
7 .inst .L1
8
9 .arm
10 .inst.w 1
11 .inst.n 1
12
13 .thumb
14 .inst 0xf000
15 .inst.n 1<<31
16
This page took 0.039223 seconds and 4 git commands to generate.