← Home

GIC

Generic Interrupt Controller

This instruction manages interrupts when FEAT_GCIE is implemented.

This is an alias of SYS. This means:

System class

(FEAT_GCIE)

313029282726252423222120191817161514131211109876543210
1101010100001op11100IN {0001, 0010}op2Rt
LCRnCRm

Encoding

GIC <gic_op>, <Xt>

is equivalent to

SYS #<op1>, C12, <Cm>, #<op2>{, <Xt>}

and is the preferred disassembly when SysOp(op1, '1100', CRm, op2) == Sys_GIC.

Assembler Symbols

<gic_op>

Is a GIC operation name, as listed for the GIC system instruction group, encoded in op1:CRm:op2:

op1 CRm op2 <gic_op>
000 0001 000 CDDIS
000 0001 001 CDEN
000 0001 010 CDPRI
000 0001 011 CDAFF
000 0001 100 CDPEND
000 0001 101 CDRCFG
000 0001 111 CDEOI
000 0010 000 CDDI
000 0010 001 CDHM
100 0001 000 VDDIS
100 0001 001 VDEN
100 0001 010 VDPRI
100 0001 011 VDAFF
100 0001 100 VDPEND
100 0001 101 VDRCFG
100 0010 000 VDDI
100 0010 001 VDHM
110 0001 000 LDDIS
110 0001 001 LDEN
110 0001 010 LDPRI
110 0001 011 LDAFF
110 0001 100 LDPEND
110 0001 101 LDRCFG
110 0010 000 LDDI
110 0010 001 LDHM
<Xt>

Is the 64-bit name of the general-purpose source register, encoded in the "Rt" field.

Operation

The description of SYS gives the operational pseudocode for this instruction.


Version 2025.09 — Copyright © 2010-2025 Arm Limited or its affiliates.

This site is provided as a community resource and is NOT affiliated with nor endorsed by Arm Limited.