Richard Henderson writes:
> On 07/18/2016 10:35 PM, Nikunj A Dadhania wrote:
>> +if (unlikely(Rc(ctx->opcode) != 0))
>> +gen_set_Rc0(ctx, cpu_gpr[rA(ctx->opcode)]);
>
> Braces.
Sure.
Regards
Nikunj
On 07/18/2016 10:35 PM, Nikunj A Dadhania wrote:
+if (unlikely(Rc(ctx->opcode) != 0))
+gen_set_Rc0(ctx, cpu_gpr[rA(ctx->opcode)]);
Braces.
r~
From: Sandipan Das
Add ISA3.0 Count trailing zeros double word
Signed-off-by: Sandipan Das
[ added ISA300 flag ]
Signed-off-by: Nikunj A Dadhania
---
target-ppc/helper.h | 1 +
target-ppc/int_helper.c | 5 +
target-ppc/translate.c | 9 +
3 files changed, 15 insertions(+)
dif