BRR

Branch to capability Register with possible switch to Restricted branches unconditionally to an address in the source register, with a hint that this is not a subroutine return. The PE may switch to Restricted based on the Executive permission in PCC.

313029282726252423222120191817161514131211109876543210
1100001011000010000100Cn00011
opc<1>opc<0>

BRR <Cn>

integer n = UInt(Cn); BranchType branch_type = BranchType_INDIR;

Assembler Symbols

<Cn>

Is the capability name of the first source register, encoded in the "Cn" field.

Operation

if IsInRestricted() then UndefinedFault(); CheckCapabilitiesEnabled(); Capability target = C[n]; if CapIsTagSet(target) && CapIsSealed(target) && CapGetObjectType(target) == CAP_SEAL_TYPE_RB then target = CapUnseal(target); else if CCTLR[].SBL == '1' then target = CapWithTagClear(target); BranchXToCapability(target, branch_type);


Internal version only: isa v32.13, AdvSIMD v29.04, pseudocode morello-2022-01_rc2, capabilities morello-2022-01_rc2 ; Build timestamp: 2022-01-11T11:23

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