ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/compiler/compemu.h
(Generate patch)

Comparing BasiliskII/src/uae_cpu/compiler/compemu.h (file contents):
Revision 1.5 by gbeauche, 2002-10-03T16:13:46Z vs.
Revision 1.7 by gbeauche, 2003-03-21T19:12:44Z

# Line 57 | Line 57 | union cacheline {
57          blockinfo_t * bi;
58   };
59  
60 + /* Use new spill/reload strategy when calling external functions */
61 + #define USE_OPTIMIZED_CALLS 0
62 + #if USE_OPTIMIZED_CALLS
63 + #error implementation in progress
64 + #endif
65 +
66   /* (gb) When on, this option can save save up to 30% compilation time
67   *  when many lazy flushes occur (e.g. apps in MacOS 8.x).
68   */
# Line 335 | Line 341 | DECLARE_MIDFUNC(setcc(W1 d, IMM cc));
341   DECLARE_MIDFUNC(setcc_m(IMM d, IMM cc));
342   DECLARE_MIDFUNC(cmov_l_rr(RW4 d, R4 s, IMM cc));
343   DECLARE_MIDFUNC(cmov_l_rm(RW4 d, IMM s, IMM cc));
344 < DECLARE_MIDFUNC(bsf_l_rr(W4 d, R4 s));
344 > /* Set native Z flag only if register is zero */
345 > DECLARE_MIDFUNC(setzflg_l(RW4 r));
346   DECLARE_MIDFUNC(pop_m(IMM d));
347   DECLARE_MIDFUNC(push_m(IMM d));
348   DECLARE_MIDFUNC(pop_l(W4 d));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines