Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allocValToReg (0.24 sec)

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

    	// Leave it argless for now.
    	s.setOrig(spill, v)
    	vi.spill = spill
    	vi.restoreMin = s.sdom[b.ID].entry
    	vi.restoreMax = s.sdom[b.ID].exit
    	return spill
    }
    
    // allocValToReg allocates v to a register selected from regMask and
    // returns the register copy of v. Any previous user is kicked out and spilled
    // (if necessary). Load code is added at the current pc. If nospill is set the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
Back to top