Function core::arch::riscv64::hlv_b

source ·
pub unsafe fn hlv_b(src: *const i8) -> i8
🔬This is a nightly-only experimental API. (stdsimd #27731)
Available on RISC-V RV64 only.
Expand description

Loads virtual machine memory by signed byte integer

This instruction performs an explicit memory access as though V=1; i.e., with the address translation and protection, and the endianness, that apply to memory accesses in either VS-mode or VU-mode.

This function is unsafe for it accesses the virtual supervisor or user via a HLV.B instruction which is effectively a dereference to any memory address.