xemu/target-alpha
Richard Henderson dbb30fe6ef target-alpha: Implement fp branch/cmov inline.
The old fcmov implementation had a typo:
-        tcg_gen_mov_i64(cpu_fir[rc], cpu_fir[ra]);
which moved the condition, not the second source, to the destination.

But it's also easy to implement the simplified fp comparison inline.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2009-12-17 18:12:02 +01:00
..
cpu.h target-alpha: Fixes for alpha-linux syscalls. 2009-12-13 20:32:36 +01:00
exec.h Replace always_inline with inline 2009-08-16 09:06:54 +00:00
helper.c target-alpha: Fix compiler warning for gcc-4.3 (and older) 2009-12-16 18:26:28 +01:00
helper.h target-alpha: Implement fp branch/cmov inline. 2009-12-17 18:12:02 +01:00
op_helper.c target-alpha: Implement fp branch/cmov inline. 2009-12-17 18:12:02 +01:00
STATUS target-alpha: update STATUS 2008-10-01 07:07:59 +00:00
translate.c target-alpha: Implement fp branch/cmov inline. 2009-12-17 18:12:02 +01:00