Re: [Qemu-devel] [PATCH RFC v1 16/29] target-arc: BBIT0, BBIT1, BR

2016-09-20 Thread Richard Henderson
On 09/08/2016 03:31 PM, Michael Rolnik wrote: +static void arc_gen_exec_delayslot(DisasCtxt *ctx) +{ +if (ctx->opt.limm == 0) { +uint32_t cpc = ctx->cpc; +uint32_t npc = ctx->npc; +uint32_t dpc = ctx->dpc; +uint32_t pcl = ctx->pcl; +options_t opt = ctx-

[Qemu-devel] [PATCH RFC v1 16/29] target-arc: BBIT0, BBIT1, BR

2016-09-08 Thread Michael Rolnik
Signed-off-by: Michael Rolnik --- target-arc/translate-inst.c | 136 target-arc/translate-inst.h | 35 2 files changed, 171 insertions(+) diff --git a/target-arc/translate-inst.c b/target-arc/translate-inst.c index c3795fe..8288edd 10064