Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueWasm_OpWasmI64Store8 (0.37 sec)

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

    	case OpWasmI64Store16:
    		return rewriteValueWasm_OpWasmI64Store16(v)
    	case OpWasmI64Store32:
    		return rewriteValueWasm_OpWasmI64Store32(v)
    	case OpWasmI64Store8:
    		return rewriteValueWasm_OpWasmI64Store8(v)
    	case OpWasmI64Xor:
    		return rewriteValueWasm_OpWasmI64Xor(v)
    	case OpXor16:
    		v.Op = OpWasmI64Xor
    		return true
    	case OpXor32:
    		v.Op = OpWasmI64Xor
    		return true
    	case OpXor64:
    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