- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for RISCV64SpecialOperand (0.07 sec)
-
src/cmd/asm/internal/arch/riscv64.go
return op == riscv.AVSETVLI || op == riscv.AVSETIVLI } var riscv64SpecialOperand map[string]riscv.SpecialOperand // RISCV64SpecialOperand returns the internal representation of a special operand. func RISCV64SpecialOperand(name string) riscv.SpecialOperand { if riscv64SpecialOperand == nil { // Generate mapping when function is first called. riscv64SpecialOperand = map[string]riscv.SpecialOperand{}
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 14 15:13:11 UTC 2025 - 1.8K bytes - Viewed (0)