Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for spcSpace (0.08 sec)

  1. src/cmd/internal/obj/util.go

    	SPCconv func(int64) string
    }
    
    var spcSpace []spcSet
    
    // RegisterSpecialOperands binds a pretty-printer (SPCconv) for special
    // operand numbers to a given special operand number range. Lo is inclusive,
    // hi is exclusive (valid special operands are lo through hi-1).
    func RegisterSpecialOperands(lo, hi int64, rlconv func(int64) string) {
    	spcSpace = append(spcSpace, spcSet{lo, hi, rlconv})
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 17.5K bytes
    - Viewed (0)
Back to top