Re: [Qemu-devel] [PATCH RFC v1 17/29] target-arc: B, BL

2016-09-20 Thread Richard Henderson
On 09/08/2016 03:31 PM, Michael Rolnik wrote: +caseARC_COND_HI: { +ARC_COND_IF_1(C, label_skip); +ARC_COND_IF_1(Z, label_skip); +} break; Why aren't you using AND / OR to combine these conditions? r~

[Qemu-devel] [PATCH RFC v1 17/29] target-arc: B, BL

2016-09-08 Thread Michael Rolnik
Signed-off-by: Michael Rolnik --- target-arc/translate-inst.c | 189 target-arc/translate-inst.h | 4 + 2 files changed, 193 insertions(+) diff --git a/target-arc/translate-inst.c b/target-arc/translate-inst.c index 8288edd..ed2ced0 100644 --- a/tar