Function core::arch::mips64::__msa_ctcmsa
source · pub unsafe fn __msa_ctcmsa(const IMM5: i32, a: i32)
🔬This is a nightly-only experimental API. (
stdarch_mips
#111198)Available on (MIPS or MIPS-64) and target feature
msa
and MIPS-64 only.Expand description
GPR Copy to MSA Control Register
The content of the least significant 31 bits of GPR imm1
is copied to
MSA control register cd.
Can not be tested in user mode