Function svldff1sb_vnum_u64
#[target_feature(enable = "sve")]
pub unsafe fn svldff1sb_vnum_u64(pg: svbool_t, base: *const i8, vnum: i64) -> svuint64_t
Load 8-bit data and sign-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). In particular, note thatvnumis scaled by the vector length,VL, which is not known at compile time.- 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.