case token.SHR:
        y := asUint64(y)
        switch x.(type) {
        case int:
            return x.(int) >> y