Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UInt32Ptr (0.1 sec)

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

    	// result: (Int64Make (Load <typ.UInt32> (OffPtr <typ.UInt32Ptr> [4] ptr) mem) (Load <typ.UInt32> ptr mem))
    	for {
    		t := v.Type
    		ptr := v_0
    		mem := v_1
    		if !(is64BitInt(t) && !config.BigEndian && !t.IsSigned()) {
    			break
    		}
    		v.reset(OpInt64Make)
    		v0 := b.NewValue0(v.Pos, OpLoad, typ.UInt32)
    		v1 := b.NewValue0(v.Pos, OpOffPtr, typ.UInt32Ptr)
    		v1.AuxInt = int64ToAuxInt(4)
    		v1.AddArg(ptr)
    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