Re: [Qemu-devel] [PULL 25/32] Add xxsel

2013-12-20 Thread Alexander Graf
On 20.12.2013, at 07:54, Stefan Weil wrote: > Hi, > > this patch or one of the two following patches breaks compilation with > --enable-debug (lots of TCGv_i32 - TCGv_i64 mismatches). Bleks. Didn't we have buildbots for that? I guess I will have to add a compile run with --enable-debug to my

Re: [Qemu-devel] [PULL 25/32] Add xxsel

2013-12-19 Thread Stefan Weil
Hi, this patch or one of the two following patches breaks compilation with --enable-debug (lots of TCGv_i32 - TCGv_i64 mismatches). Cheers, Stefan Am 20.12.2013 02:00, schrieb Alexander Graf: > From: Tom Musta > > This patch adds the VSX Select (xxsel) instruction. > > The xxsel instruction has

[Qemu-devel] [PULL 25/32] Add xxsel

2013-12-19 Thread Alexander Graf
From: Tom Musta This patch adds the VSX Select (xxsel) instruction. The xxsel instruction has four VSR operands. Thus the xC instruction decoder is added. The xxsel instruction is massively overloaded in the opcode table since only bits 26 and 27 are opcode bits. This overloading is done in m