Tighten the constraints for warning about NOPs for the MSP 430 ISA, so NOPs are only...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / msp430 / nop-eint-430x.d
1 #name: EINT NOP Insertions (MSP430X CPU)
2 #source: nop-eint.s
3 #as: -my -mn -mcpu=430x
4 #warning_output: nop-eint-430x.l
5 #objdump: -d --prefix-addresses --show-raw-insn
6
7 .*: +file format .*msp.*
8
9
10 Disassembly of section .text:
11 0x0+0000 03 43[ ]+nop[ ]+
12 0x0+0002 32 d2[ ]+eint[ ]+
13 0x0+0004 03 43[ ]+nop[ ]+
14 0x0+0006 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
15 0x0+000a 03 43[ ]+nop[ ]+
16 0x0+000c 32 d2[ ]+eint[ ]+
17 0x0+000e 03 43[ ]+nop[ ]+
18 0x0+0010 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
19 0x0+0014 03 43[ ]+nop[ ]+
20 0x0+0016 32 d2[ ]+eint[ ]+
21 0x0+0018 03 43[ ]+nop[ ]+
22 0x0+001a 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
23 0x0+001e 03 43[ ]+nop[ ]+
24 0x0+0020 32 42[ ]+mov #8, r2 ;r2 As==11
25 0x0+0022 03 43[ ]+nop[ ]+
26 0x0+0024 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
27 0x0+0028 03 43[ ]+nop[ ]+
28 0x0+002a 32 40 0f 00[ ]+mov #15, r2 ;#0x000f
29 0x0+002e 03 43[ ]+nop[ ]+
30 0x0+0030 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
31 0x0+0034 03 43[ ]+nop[ ]+
32 0x0+0036 32 43[ ]+mov #-1, r2 ;r3 As==11
33 0x0+0038 03 43[ ]+nop[ ]+
34 0x0+003a 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
35 0x0+003e 03 43[ ]+nop[ ]+
36 0x0+0040 32 d2[ ]+eint[ ]+
37 0x0+0042 03 43[ ]+nop[ ]+
38 0x0+0044 32 c2[ ]+dint[ ]+
39 0x0+0046 03 43[ ]+nop[ ]+
40 0x0+0048 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
41 0x0+004c 32 c2[ ]+dint[ ]+
42 0x0+004e 03 43[ ]+nop[ ]+
43 0x0+0050 32 d2[ ]+eint[ ]+
44 0x0+0052 03 43[ ]+nop[ ]+
45 0x0+0054 1a 42 00 00[ ]+mov &0x0000,r10 ;0x0000
46 0x0+0058 03 43[ ]+nop[ ]+
47 0x0+005a 32 d2[ ]+eint[ ]+
48 0x0+005c 03 43[ ]+nop[ ]+
This page took 0.040498 seconds and 4 git commands to generate.