Function core::arch::mips64::__msa_bnz_v
source · pub unsafe fn __msa_bnz_v(a: v16u8) -> 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
Immediate Branch If Not Zero (At Least One Element of Any Format Is Not Zero)
PC-relative branch if at least one bit in a
(four unsigned 32-bit integer numbers) are not zero.
i.e at least one element is not zero regardless of the data format.