← Home

DCPS3

Debug change PE state to EL3

This instruction, when executed in Debug state:

The target exception level of a DCPS3 instruction is EL3.

On executing a DCPS3 instruction:

This instruction is always UNDEFINED in Non-debug state.

This instruction is UNDEFINED at all exception levels if either:

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

313029282726252423222120191817161514131211109876543210
11010100101imm1600011
opcop2LL

Encoding

DCPS3 {#<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(EL3);