Function core::arch::mips::__msa_cfcmsa

source ·
pub unsafe fn __msa_cfcmsa(const IMM5: i32) -> i32
🔬This is a nightly-only experimental API. (stdarch_mips #111198)
Available on (MIPS or MIPS-64) and target feature msa and MIPS only.
Expand description

GPR Copy from MSA Control Register

The sign extended content of MSA control register cs is copied to GPR rd.

Can not be tested in user mode