Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddArg3 (0.06 sec)

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

    		v0 := b.NewValue0(v.Pos, OpOffPtr, hi.Type.PtrTo())
    		v0.AuxInt = int64ToAuxInt(4)
    		v0.AddArg(dst)
    		v1 := b.NewValue0(v.Pos, OpStore, types.TypeMem)
    		v1.Aux = typeToAux(lo.Type)
    		v1.AddArg3(dst, lo, mem)
    		v.AddArg3(v0, hi, v1)
    		return true
    	}
    	// match: (Store {t} dst (Int64Make hi lo) mem)
    	// cond: t.Size() == 8 && config.BigEndian
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 19 22:42:34 UTC 2023
    - 65.3K bytes
    - Viewed (0)
Back to top