Re: [Qemu-devel] [PATCH 46/57] target-i386: Implement ANDN
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
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 +--