Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rewriteValueWasm_OpAddr (0.62 sec)

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

    		return true
    	case OpAdd64F:
    		v.Op = OpWasmF64Add
    		return true
    	case OpAdd8:
    		v.Op = OpWasmI64Add
    		return true
    	case OpAddPtr:
    		v.Op = OpWasmI64Add
    		return true
    	case OpAddr:
    		return rewriteValueWasm_OpAddr(v)
    	case OpAnd16:
    		v.Op = OpWasmI64And
    		return true
    	case OpAnd32:
    		v.Op = OpWasmI64And
    		return true
    	case OpAnd64:
    		v.Op = OpWasmI64And
    		return true
    	case OpAnd8:
    		v.Op = OpWasmI64And
    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