Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueWasm_OpStore (0.41 sec)

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

    		v.Op = OpWasmF64Sqrt
    		return true
    	case OpSqrt32:
    		v.Op = OpWasmF32Sqrt
    		return true
    	case OpStaticCall:
    		v.Op = OpWasmLoweredStaticCall
    		return true
    	case OpStore:
    		return rewriteValueWasm_OpStore(v)
    	case OpSub16:
    		v.Op = OpWasmI64Sub
    		return true
    	case OpSub32:
    		v.Op = OpWasmI64Sub
    		return true
    	case OpSub32F:
    		v.Op = OpWasmF32Sub
    		return true
    	case OpSub64:
    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