Function svldnf1ub_s32
#[target_feature(enable = "sve")]
pub unsafe fn svldnf1ub_s32(pg: svbool_t, base: *const u8) -> svint32_t
Load 8-bit data and zero-extend, non-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 non-faulting behaviour).- This dereferences and accesses the calculated address for each active element (governed by
pg, the first-fault register (FFR) and non-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.