Skip to main content

svldnf1ub_s16

Function svldnf1ub_s16 

Source
pub unsafe fn svldnf1ub_s16(pg: svbool_t, base: *const u8) -> svint16_t
🔬This is a nightly-only experimental API. (stdarch_aarch64_sve #145052)
Available on (AArch64 or ARM64EC) and target feature sve only.
Expand description

Load 8-bit data and zero-extend, non-faulting Arm’s documentation

§Safety

  • pointer::offset safety constraints must be met for the address calculation for each active element (governed by pg, 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.