Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for wasmv3 (0.48 sec)

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

    		// Don't rewrite to rotates bigger than the machine word.
    		return false
    	}
    	switch c.arch {
    	case "386", "amd64", "arm64", "riscv64":
    		return true
    	case "arm", "s390x", "ppc64", "ppc64le", "wasm", "loong64":
    		return bits >= 32
    	default:
    		return false
    	}
    }
    
    // isARM64bitcon reports whether a constant can be encoded into a logical instruction.
    func isARM64bitcon(x uint64) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
Back to top