From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 19 Jun 2013 23:55:17 +0200 (CEST) Received: from multi.imgtec.com ([194.200.65.239]:50463 "EHLO multi.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6835001Ab3FSVzQnl-HP (ORCPT ); Wed, 19 Jun 2013 23:55:16 +0200 Message-ID: <51C22869.6050909@imgtec.com> Date: Wed, 19 Jun 2013 16:53:45 -0500 From: "Steven J. Hill" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Tony Wu CC: , , Subject: Re: [PATCH v4 1/3] MIPS: microMIPS: Fix POOL16C minor opcode enum References: <20130527124421.GA32322@hades> In-Reply-To: <20130527124421.GA32322@hades> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.150.195] X-SEF-Processed: 7_3_0_01192__2013_06_19_22_55_10 Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 37028 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: Steven.Hill@imgtec.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On 05/27/2013 07:44 AM, Tony Wu wrote: > As pointed out by Maciej, POOL16C minor opcodes were mostly shifted > by one bit. Correct those opcodes, and also add jraddiusp to the enum. > > Signed-off-by: Tony Wu > Cc: Maciej W. Rozycki > Cc: Steven J. Hill > Acked-by: Steven J. Hill From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from multi.imgtec.com ([194.200.65.239]:50463 "EHLO multi.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6835001Ab3FSVzQnl-HP (ORCPT ); Wed, 19 Jun 2013 23:55:16 +0200 Message-ID: <51C22869.6050909@imgtec.com> Date: Wed, 19 Jun 2013 16:53:45 -0500 From: "Steven J. Hill" MIME-Version: 1.0 Subject: Re: [PATCH v4 1/3] MIPS: microMIPS: Fix POOL16C minor opcode enum References: <20130527124421.GA32322@hades> In-Reply-To: <20130527124421.GA32322@hades> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: Tony Wu Cc: macro@linux-mips.org, david.daney@cavium.com, linux-mips@linux-mips.org Message-ID: <20130619215345.R3x8SsCOIdNJ2b-hY1sPvRBXt9Ptz2QCKChQ47B44As@z> On 05/27/2013 07:44 AM, Tony Wu wrote: > As pointed out by Maciej, POOL16C minor opcodes were mostly shifted > by one bit. Correct those opcodes, and also add jraddiusp to the enum. > > Signed-off-by: Tony Wu > Cc: Maciej W. Rozycki > Cc: Steven J. Hill > Acked-by: Steven J. Hill