Function svldff1uh_u32
#[target_feature(enable = "sve")]
pub unsafe fn svldff1uh_u32(pg: svbool_t, base: *const u16) -> svuint32_t
Load 16-bit data and zero-extend, first-faulting Arm's documentation
Safety
pointer::offsetsafety constraints must be met for the address calculation for each active element (governed bypg, the first-fault register (FFR) and first-faulting behaviour).- This dereferences and accesses the calculated address for each active element (governed by
pg, the first-fault register (FFR) and first-faulting behaviour). - Result lanes corresponding to inactive FFR lanes (either before or as a result of this intrinsic) have "CONSTRAINED UNPREDICTABLE" values, irrespective of predication. Refer to architectural documentation for details.