Fix detection of illegal AArch64 opcodes that resemble LD1R, LD2R, LD3R and LD4R.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / illegal-3.d
1 #name: Illegal Instructions - 3
2 #as:
3 #source: illegal-3.s
4 #objdump: -d
5
6 .*: file format .*
7
8 Disassembly of section \.text:
9
10 0+ <.*>:
11 0: 4dc2d4ec .inst 0x4dc2d4ec ; undefined
12 4: 4de2d4fc .inst 0x4de2d4fc ; undefined
13 8: 4dc2f4ec .inst 0x4dc2f4ec ; undefined
14 c: 4de2f4fc .inst 0x4de2f4fc ; undefined
This page took 0.048517 seconds and 4 git commands to generate.