[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v4 2/9] target-ppc: Implement mtvsrdd instructio
From: |
Nikunj A Dadhania |
Subject: |
Re: [Qemu-devel] [PATCH v4 2/9] target-ppc: Implement mtvsrdd instruction |
Date: |
Wed, 28 Sep 2016 22:36:20 +0530 |
User-agent: |
Notmuch/0.21 (https://notmuchmail.org) Emacs/25.0.94.1 (x86_64-redhat-linux-gnu) |
Richard Henderson <address@hidden> writes:
> On 09/27/2016 10:31 PM, Nikunj A Dadhania wrote:
>> + if (!rA(ctx->opcode)) {
>> + tcg_gen_movi_i64(cpu_vsrh(xT(ctx->opcode)), 0);
>> + } else {
>> + tcg_gen_mov_i64(cpu_vsrh(xT(ctx->opcode)), cpu_gpr[rA(ctx->opcode)]);
>> + }
>
> Indentation. Otherwise,
Sure, not sure how it escaped check-patch.
Regards
Nikunj