HINT

Hint instruction is for the instruction set space that is reserved for architectural hint instructions.

Some encodings described here are unallocated in this revision of the architecture, and behave as NOPs. These encodings might be allocated to other hint functionality in future revisions of the architecture.

313029282726252423222120191817161514131211109876543210
11010101000000110010CRmop211111

Hints 6 and 7 (CRm == 0000 && op2 == 11x)

HINT #<imm>

Hints 8 to 15, and 24 to 127 (CRm != 00x0)

HINT #<imm>

Hints 17 to 23 (CRm == 0010 && op2 != 00x)

HINT #<imm>

Assembler Symbols

<imm>

Is a 7-bit unsigned immediate, in the range 0 to 127, excluding the allocated encodings described below, encoded in "CRm:op2".

The following encodings of "CRm:op2" are allocated:

0000000
NOP
0000001
YIELD
0000010
WFE
0000011
WFI
0000100
SEV
0000101
SEVL

For allocated encodings of "CRm:op2":

  • A disassembler will disassemble the allocated instruction, rather than the HINT instruction.
  • An assembler may support assembly of allocated encodings using HINT with the corresponding <imm> value, but it is not required to do so.


Internal version only: isa v25.07, AdvSIMD v23.0, pseudocode v31.3

Copyright © 2010-2017 ARM Limited or its affiliates. All rights reserved. This document is Confidential.