BLRR

Branch with Link to capability Register with possible switch to Restricted calls a subroutine at an address in the source register, setting C30 to PCC+4. The PE may switch to Restricted based on the Executive permission in PCC.

313029282726252423222120191817161514131211109876543210
1100001011000010001100Cn00011
opc<1>opc<0>

BLRR <Cn>

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

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); integer linkoffset = 4; Capability link; if IsInC64() then linkoffset = linkoffset + 1; link = CapAdd(PCC[], linkoffset); if CCTLR[].SBL == '1' then link = CapSetObjectType(link, CAP_SEAL_TYPE_RB); C[30] = link; 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.