- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for RISCV64ValidateVectorType (0.18 sec)
-
src/cmd/asm/internal/arch/riscv64.go
} } if opd, ok := riscv64SpecialOperand[name]; ok { return opd } return riscv.SPOP_END } // RISCV64ValidateVectorType reports whether the given configuration is a // valid vector type. func RISCV64ValidateVectorType(vsew, vlmul, vtail, vmask int64) error { _, err := riscv.EncodeVectorType(vsew, vlmul, vtail, vmask) return err
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Sep 12 08:12:45 UTC 2025 - 2.8K bytes - Viewed (0)