[AArch64, Binutils] Make hint space instructions valid for Armv8-a
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / system-2.s
1 /* ARMv8.1 System instructions. */
2 .text
3
4 /* RAS Extension. */
5 esb
6 hint #0x10
7
8 /* Statistical profiling. */
9 psb csync
10 psb CSYNC
11 hint #0x11
This page took 0.030871 seconds and 4 git commands to generate.