← Home

DCPS1

Debug change PE state to EL1

This instruction, when executed in Debug state:

The target exception level of a DCPS1 instruction is:

When the target Exception level of a DCPS1 instruction is ELx, on executing this instruction:

This instruction is always UNDEFINED in Non-debug state.

This instruction is UNDEFINED at EL0 in Non-secure state if EL2 is implemented and HCR_EL2.TGE == 1.

For more information on the operation of the DCPS<n> instructions, see DCPS.

313029282726252423222120191817161514131211109876543210
11010100101imm1600001
opcop2LL

Encoding

DCPS1 {#<imm>}

Decode for this encoding

// Empty.

Assembler Symbols

<imm>

Is an optional 16-bit unsigned immediate, in the range 0 to 65535, defaulting to 0 and encoded in the "imm16" field.

Operation

if !Halted() then UNDEFINED; DCPSInstruction(EL1);