(old) htmldiff from-(new)

DC

Data Cache operation. For more information, see op0==0b01, cache maintenance, TLB maintenance, and address translation instructions.

Data Cache operation. For more information, see op0==0b01, cache maintenance, TLB maintenance, and address translation instructions.

This is an alias of SYS. This means:

313029282726252423222120191817161514131211109876543210
1101010100001op10111CRmop2Rt
LCRn

DC <dc_op>, <Xt>

is equivalent to

SYS #<op1>, C7, <Cm>, #<op2>, <Xt>

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

Assembler Symbols

<dc_op>

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

op1CRmop2<dc_op>Architectural Feature
0000110001IVAC -
0000110010ISW -
0000110011IGVAC FEAT_MTE
0000110100IGSW FEAT_MTE
0000110101IGDVAC FEAT_MTE
0000110110IGDSW FEAT_MTE
0001010010CSW -
0001010100CGSW FEAT_MTE
0001010110CGDSW FEAT_MTE
0001110010CISW -
0001110100CIGSW FEAT_MTE
0001110110CIGDSW FEAT_MTE
0110100001ZVA -
0110100011GVA FEAT_MTE
0110100100GZVA FEAT_MTE
0111010001CVAC -
0111010011CGVAC FEAT_MTE
0111010101CGDVAC FEAT_MTE
0111011001CVAU -
0111100001CVAP FEAT_DPB
0111100011CGVAP FEAT_MTE
0111100101CGDVAP FEAT_MTE
0111101001CVADP FEAT_DPB2
0111101011CGVADP FEAT_MTE
0111101101CGDVADP FEAT_MTE
0111110001CIVAC -
0111110011CIGVAC FEAT_MTE
0111110101CIGDVAC FEAT_MTE
<dc_op> Is a DC instruction name, as listed for the DC system instruction group, encoded in op1:CRm:op2:
op1CRmop2<dc_op>Architectural Feature
0000110001IVAC -
0000110010ISW -
0000110011IGVAC FEAT_MTE
0000110100IGSW FEAT_MTE
0000110101IGDVAC FEAT_MTE
0000110110IGDSW FEAT_MTE
0001010010CSW -
0001010100CGSW FEAT_MTE
0001010110CGDSW FEAT_MTE
0001110010CISW -
0001110100CIGSW FEAT_MTE
0001110110CIGDSW FEAT_MTE
0110100001ZVA -
0110100011GVA FEAT_MTE
0110100100GZVA FEAT_MTE
0111010001CVAC -
0111010011CGVAC FEAT_MTE
0111010101CGDVAC FEAT_MTE
0111011001CVAU -
0111100001CVAP FEAT_DPB
0111100011CGVAP FEAT_MTE
0111100101CGDVAP FEAT_MTE
0111101001CVADP FEAT_DPB2
0111101011CGVADP FEAT_MTE
0111101101CGDVADP FEAT_MTE
0111110001CIVAC -
0111110011CIGVAC FEAT_MTE
0111110101CIGDVAC FEAT_MTE
<op1>

Is a 3-bit unsigned immediate, in the range 0 to 7, encoded in the "op1" field.

<Cm>

Is a name 'Cm', with 'm' in the range 0 to 15, encoded in the "CRm" field.

<op2>

Is a 3-bit unsigned immediate, in the range 0 to 7, encoded in the "op2" field.

<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.


Internal version only: isa v32.12v32.06, AdvSIMD v29.04, pseudocode v2020-09_xmlv2020-06_rel, sve v2020-09_rc3v2020-06_rel0 ; Build timestamp: 2020-11-18T172020-07-03T12:2342

Copyright © 2010-2020 Arm Limited or its affiliates. All rights reserved. This document is Non-Confidential.

(old) htmldiff from-(new)