]> Git Repo - qemu.git/commit
tcg-sparc: Improve tcg_out_movi for sparc64.
authorRichard Henderson <[email protected]>
Sun, 20 Dec 2009 03:45:27 +0000 (19:45 -0800)
committerBlue Swirl <[email protected]>
Mon, 21 Dec 2009 20:52:06 +0000 (20:52 +0000)
commit431722077a991753052456b83c1749f73618c2a6
tree24271a63731c46b56967f55e44b37f3c2c273841
parent4a09aa895e7cd82192e47ede9cde8ab7da4a96ba
tcg-sparc: Improve tcg_out_movi for sparc64.

Generate sign-extended 32-bit constants with SETHI+XOR.
Otherwise tidy the routine to avoid the need for
conditional compilation and code duplication with movi_imm32.

Signed-off-by: Richard Henderson <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
tcg/sparc/tcg-target.c
This page took 0.024375 seconds and 4 git commands to generate.