mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
target-mips: optimize gen_compute_branch()
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6936 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
92e9044304
commit
1ba74fb8f1
3 changed files with 48 additions and 51 deletions
|
@ -443,7 +443,7 @@ struct CPUMIPSState {
|
|||
#define MIPS_HFLAG_BL 0x0C00 /* Likely branch */
|
||||
#define MIPS_HFLAG_BR 0x1000 /* branch to register (can't link TB) */
|
||||
target_ulong btarget; /* Jump / branch target */
|
||||
int bcond; /* Branch condition (if needed) */
|
||||
target_ulong bcond; /* Branch condition (if needed) */
|
||||
|
||||
int SYNCI_Step; /* Address step size for SYNCI */
|
||||
int CCRes; /* Cycle count resolution/divisor */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue