Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for loadStorePairClass (0.27 sec)

  1. src/cmd/internal/obj/arm64/asm7.go

    		return C_LAUTOPOOL
    	}
    	if needsPool && cmp(C_LOREG, lsc) {
    		return C_LOREGPOOL
    	}
    	return lsc
    }
    
    // loadStorePairClass reclassifies a load or store pair operation based on its offset.
    func (c *ctxt7) loadStorePairClass(p *obj.Prog, lsc int, v int64) int {
    	// Avoid reclassification of pre/post-indexed loads and stores.
    	if p.Scond == C_XPRE || p.Scond == C_XPOST {
    		return lsc
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top