On 09/08/2016 03:32 PM, Michael Rolnik wrote:
+int arc_gen_LR(DisasCtxt *ctx, TCGv dest, TCGv src1) +{ + TCGv cpc = tcg_const_local_i32((ctx->cpc + 3) & 0xfffffffc); + TCGv npc = tcg_const_local_i32((ctx->npc + 3) & 0xfffffffc);
No need for _local here. r~