Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for needSplit (0.2 sec)

  1. src/cmd/compile/internal/ssa/addressingmodes.go

    var combineFirst = map[Op]bool{}
    
    func init() {
    	for k := range combine {
    		combineFirst[k[0]] = true
    	}
    }
    
    // needSplit contains instructions that should be postprocessed by splitLoad
    // into a more-efficient two-instruction form.
    var needSplit = map[Op]bool{
    	OpAMD64CMPBloadidx1: true,
    	OpAMD64CMPWloadidx1: true,
    	OpAMD64CMPLloadidx1: true,
    	OpAMD64CMPQloadidx1: true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 26 17:19:57 UTC 2023
    - 24.3K bytes
    - Viewed (0)
Back to top