Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for riscv64SpecialOperand (0.07 seconds)

  1. src/cmd/asm/internal/arch/riscv64.go

    		ok = true
    	}
    	return
    }
    
    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{}
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Sep 12 08:12:45 GMT 2025
    - 2.8K bytes
    - Click Count (0)
Back to Top