qemu-patch-raspberry4/tcg/arm
Aurelien Jarno 7e0d95628d tcg/arm: remove conditional argument for qemu_ld/st
While it make sense to pass a conditional argument to tcg_out_*()
functions as the ARM architecture allows that, it doesn't make sense
for qemu_ld/st functions. These functions use comparison instructions
and conditional execution already, so it is not possible to use a
second level of conditional execution.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2010-04-19 07:03:06 +02:00
..
tcg-target.c tcg/arm: remove conditional argument for qemu_ld/st 2010-04-19 07:03:06 +02:00
tcg-target.h tcg/arm: add bswap ops 2010-04-19 07:03:02 +02:00