SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumuint32_t[__arm_]urshr(uint32_t value, const int shift)64-bit arithmetic / Rounding shift right long
Description
Unsigned rounding shift right by 1 to 32 bits of a 32 bit value stored in a general-purpose register.
Results
Rda result
This intrinsic compiles to the following instructions:

URSHR Rda,#shift

Argument Preparation
value register: Rdashift minimum: 1; maximum: 32
Architectures
MVE