[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H instruction...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / mpx.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: NIOS2 mpx
3 #as: -march=r2
4
5 # Test the MPX instructions
6
7 .*: +file format elf32-littlenios2
8 Disassembly of section .text:
9 0+0000 <[^>]*> dc000020 ldsex zero,\(zero\)
10 0+0004 <[^>]*> dc0007e0 ldsex zero,\(ra\)
11 0+0008 <[^>]*> dc1f0020 ldsex ra,\(zero\)
12 0+000c <[^>]*> fc000020 stsex zero,zero,\(zero\)
13 0+0010 <[^>]*> fc1fffe0 stsex ra,ra,\(ra\)
14 0+0014 <[^>]*> fc04fc20 stsex r4,ra,\(r16\)
This page took 0.029681 seconds and 4 git commands to generate.