Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for VAL1 (0.03 sec)

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

    	// cond: canMergeSym(sym1,sym2) && is32Bit(int64(off1)+int64(off2)) && (ptr.Op != OpSB || !config.ctxt.Flag_dynlink)
    	// result: (STP [off1+off2] {mergeSym(sym1,sym2)} ptr val1 val2 mem)
    	for {
    		off1 := auxIntToInt32(v.AuxInt)
    		sym1 := auxToSym(v.Aux)
    		if v_0.Op != OpARM64MOVDaddr {
    			break
    		}
    		off2 := auxIntToInt32(v_0.AuxInt)
    		sym2 := auxToSym(v_0.Aux)
    		ptr := v_0.Args[0]
    		val1 := v_1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
Back to top