Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		v1.AddArg3(destptr, v0, v2)
    		v.AddArg3(destptr, v0, v1)
    		return true
    	}
    	// match: (Zero [32] destptr mem)
    	// result: (I64Store [24] destptr (I64Const [0]) (I64Store [16] destptr (I64Const [0]) (I64Store [8] destptr (I64Const [0]) (I64Store destptr (I64Const [0]) mem))))
    	for {
    		if auxIntToInt64(v.AuxInt) != 32 {
    			break
    		}
    		destptr := v_0
    		mem := v_1
    		v.reset(OpWasmI64Store)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 03:56:57 UTC 2023
    - 108.6K bytes
    - Viewed (0)
Back to top