Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueWasm_OpWasmI64Store16 (0.42 sec)

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

    	case OpWasmI64ShrU:
    		return rewriteValueWasm_OpWasmI64ShrU(v)
    	case OpWasmI64Store:
    		return rewriteValueWasm_OpWasmI64Store(v)
    	case OpWasmI64Store16:
    		return rewriteValueWasm_OpWasmI64Store16(v)
    	case OpWasmI64Store32:
    		return rewriteValueWasm_OpWasmI64Store32(v)
    	case OpWasmI64Store8:
    		return rewriteValueWasm_OpWasmI64Store8(v)
    	case OpWasmI64Xor:
    		return rewriteValueWasm_OpWasmI64Xor(v)
    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