[Qemu-devel] [PATCH v2 08/32] arm/translate-a64: handle_3same_64 comment fix

Alex Bennée posted 32 patches 8 years ago
There is a newer version of this series
[Qemu-devel] [PATCH v2 08/32] arm/translate-a64: handle_3same_64 comment fix
Posted by Alex Bennée 8 years ago
We do implement all the opcodes.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 target/arm/translate-a64.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c
index f778886abc..2dd958c0e7 100644
--- a/target/arm/translate-a64.c
+++ b/target/arm/translate-a64.c
@@ -7220,8 +7220,7 @@ static void handle_3same_64(DisasContext *s, int opcode, bool u,
     /* Handle 64x64->64 opcodes which are shared between the scalar
      * and vector 3-same groups. We cover every opcode where size == 3
      * is valid in either the three-reg-same (integer, not pairwise)
-     * or scalar-three-reg-same groups. (Some opcodes are not yet
-     * implemented.)
+     * or scalar-three-reg-same groups.
      */
     TCGCond cond;
 
-- 
2.15.1


Re: [Qemu-devel] [PATCH v2 08/32] arm/translate-a64: handle_3same_64 comment fix
Posted by Richard Henderson 8 years ago
On 02/08/2018 09:31 AM, Alex Bennée wrote:
> We do implement all the opcodes.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  target/arm/translate-a64.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~