mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Use dynamical computation for condition codes
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
bc24a225af
commit
8393617c1a
5 changed files with 196 additions and 24 deletions
|
@ -156,5 +156,7 @@ VIS_CMPHELPER(cmpne);
|
|||
#undef F_HELPER_DQ_0_0
|
||||
#undef VIS_HELPER
|
||||
#undef VIS_CMPHELPER
|
||||
DEF_HELPER_0(compute_psr, void);
|
||||
DEF_HELPER_0(compute_C_icc, i32);
|
||||
|
||||
#include "def-helper.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue