The signed offset can be positive or negative, and the resulting PC will fall within the range:

2.23.2. The PC is updated similarly to the branch instruction:
if the specif
The LEGv8 branch (B) instruction is known to be an unconditional branch
In terms of 2.23.1: LEGv8 Branch (B) Instruction, The range of addresses reachable using the LEGv8 branch (B) instruction from a PC of 0x2000 0000 is determined by the signed offset. The formula for the updated PC is

In terms of 2.23.2: LEGv8 Conditional Branch-on-Equal (CBZ) Instruction
The range of addresses reachable using the LEGv8 conditional branch-on-equal (CBZ) instruction is also determined by the signed offset. The PC is updated similarly to the branch instruction:
if the specified register contains zero; otherwise, the PC remains unchanged.
So, both the branch (B) and CBZ instructions in LEGv8 can be able to get to the addresses within the range set by the signed offset added to the initial value of the program counter