The first line alone is the standard way to return from an ARM interrupt. Execution does not continue past that point.
The other two lines make no sense as code, so they’re probably just constants being referred to from elsewhere in the code. That’s quite commonly needed on the ARM, since there’s no way to include an arbitrary 32-bit value in an instruction that is itself only 32 bits wide.