[Qemu-devel] [PATCH 46/57] target-i386: Implement ANDN

2013-02-19 Thread Richard Henderson
As this is the first of the BMI insns to be implemented, this carries quite a bit more baggage than normal. Signed-off-by: Richard Henderson --- target-i386/cpu.c | 10 +- target-i386/translate.c | 19 +-- 2 files changed, 22 insertions(+), 7 deletions(-) diff --gi

Re: [Qemu-devel] [PATCH 46/57] target-i386: Implement ANDN

2013-01-24 Thread Richard Henderson
On 2013-01-24 08:51, Andreas Färber wrote: Note this will conflict with the upcoming 1.4 qom-cpu pull, which drops the duplicate list built from the array. Ok, thanks for the heads-up. I'll rebase as mainline changes. r~

Re: [Qemu-devel] [PATCH 46/57] target-i386: Implement ANDN

2013-01-24 Thread Andreas Färber
Am 24.01.2013 05:03, schrieb Richard Henderson: > As this is the first of the BMI insns to be implemented, > this carries quite a bit more baggage than normal. > > Signed-off-by: Richard Henderson > --- > target-i386/cpu.c | 10 +- > target-i386/translate.c | 19 +--

[Qemu-devel] [PATCH 46/57] target-i386: Implement ANDN

2013-01-23 Thread Richard Henderson
As this is the first of the BMI insns to be implemented, this carries quite a bit more baggage than normal. Signed-off-by: Richard Henderson --- target-i386/cpu.c | 10 +- target-i386/translate.c | 19 +-- 2 files changed, 22 insertions(+), 7 deletions(-) diff --gi