Re: [Qemu-devel] [Qemu-ppc] [PATCH 3/8] target-ppc: Add bctar Instruction

2014-01-27 Thread Alexander Graf
On 27.01.2014, at 20:34, Tom Musta wrote: > On 1/27/2014 12:46 PM, Alexander Graf wrote: >>> static inline void gen_bcond(DisasContext *ctx, int type) { @@ -3756,10 +3757,12 @@ static inline void gen_bcond(DisasContext *ctx, int type) TCGv target; ctx->excep

Re: [Qemu-devel] [Qemu-ppc] [PATCH 3/8] target-ppc: Add bctar Instruction

2014-01-27 Thread Tom Musta
On 1/27/2014 12:46 PM, Alexander Graf wrote: >> static inline void gen_bcond(DisasContext *ctx, int type) >> > { >> > @@ -3756,10 +3757,12 @@ static inline void gen_bcond(DisasContext *ctx, >> > int type) >> > TCGv target; >> > >> > ctx->exception = POWERPC_EXCP_BRANCH; >> > -if (type

Re: [Qemu-devel] [Qemu-ppc] [PATCH 3/8] target-ppc: Add bctar Instruction

2014-01-27 Thread Alexander Graf
On 27.01.2014, at 18:54, Tom Musta wrote: > This patch adds the Branch Conditional to Address Register (bctar) > instruction. > > Signed-off-by: Tom Musta > --- > target-ppc/translate.c | 11 ++- > 1 files changed, 10 insertions(+), 1 deletions(-) > > diff --git a/target-ppc/translat