Function read_element_0_u64
Source pub unsafe fn read_element_0_u64<const VLEN: Vlen>(
vregs: &VectorRegisterFile<VLEN>,
base_reg: VReg,
sew: Vsew,
) -> u64
Expand description
Read element 0 of register base_reg as u64, zero-extended.
ยงSafety
sew.bytes() <= VLEN.bytes()