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.6 by gbeauche, 2003-03-13T15:57:01Z

# Line 335 | Line 335 | DECLARE_MIDFUNC(setcc(W1 d, IMM cc));
335   DECLARE_MIDFUNC(setcc_m(IMM d, IMM cc));
336   DECLARE_MIDFUNC(cmov_l_rr(RW4 d, R4 s, IMM cc));
337   DECLARE_MIDFUNC(cmov_l_rm(RW4 d, IMM s, IMM cc));
338 < DECLARE_MIDFUNC(bsf_l_rr(W4 d, R4 s));
338 > /* Set native Z flag only if register is zero */
339 > DECLARE_MIDFUNC(setzflg_l(RW4 r));
340   DECLARE_MIDFUNC(pop_m(IMM d));
341   DECLARE_MIDFUNC(push_m(IMM d));
342   DECLARE_MIDFUNC(pop_l(W4 d));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines