Re: [Qemu-devel] [PATCH 0/2] target-mips: minor clean up in mtc0 and mfc0

2015-09-15 Thread Aurelien Jarno
On 2015-09-14 13:45, Leon Alrae wrote: > This patchset removes the gen_mtc0_store64() which is actually incorrect > as MTC0 instruction in MIPS64 is supposed to move entire content (if > dst CP0 register is 64-bit) without sign extending. It also removes the > gen_mfc0_load64() and replaces the pai

[Qemu-devel] [PATCH 0/2] target-mips: minor clean up in mtc0 and mfc0

2015-09-14 Thread Leon Alrae
This patchset removes the gen_mtc0_store64() which is actually incorrect as MTC0 instruction in MIPS64 is supposed to move entire content (if dst CP0 register is 64-bit) without sign extending. It also removes the gen_mfc0_load64() and replaces the pair of tcg_gen_ld_tl() + tcg_gen_ext32s_tl() with