Function svldnf1sb_u16
#[target_feature(enable = "sve")]
pub unsafe fn svldnf1sb_u16(pg: svbool_t, base: *const i8) -> svuint16_t
Load 8-bit data and sign-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.