]> Git Repo - qemu.git/commit
tcg/mips: use MUL instead of MULT on MIPS32 and above
authorAurelien Jarno <[email protected]>
Fri, 19 Oct 2012 21:48:13 +0000 (23:48 +0200)
committerAurelien Jarno <[email protected]>
Mon, 29 Oct 2012 23:34:48 +0000 (00:34 +0100)
commit3585317f6fdff0e3ae082f88afb2784d815a07e2
tree3b67c9df344e044ae35fbdbdf693cd55c158e613
parentd26a8caea3f160782841efb87b5e8bea606b512b
tcg/mips: use MUL instead of MULT on MIPS32 and above

MIPS32 and later instruction sets have a multiplication instruction
directly operating on GPRs. It only produces a 32-bit result but
it is exactly what is needed by QEMU.

Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
tcg/mips/tcg-target.c
This page took 0.025286 seconds and 4 git commands to generate.