]> Git Repo - qemu.git/commit
tcg/mips: inline bswap16/bswap32 ops
authorAurelien Jarno <[email protected]>
Wed, 28 Aug 2013 11:51:40 +0000 (13:51 +0200)
committerAurelien Jarno <[email protected]>
Mon, 2 Sep 2013 23:34:46 +0000 (01:34 +0200)
commitdf81ff51d50b22c52e609e13d5292d09e4634659
tree27ca8ea1b9f4c87bad165c9aa32add796442a14c
parent988902fc3bc599f7431461b790f3d63d3a2357f9
tcg/mips: inline bswap16/bswap32 ops

Use an inline version for the bswap16 and bswap32 ops to avoid
testing for MIPS32R2 instructions availability, as these ops are
only available in that case.

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