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.10 by gbeauche, 2004-11-01T16:01:51Z vs.
Revision 1.11 by gbeauche, 2004-11-08T21:10:46Z

# Line 348 | Line 348 | DECLARE_MIDFUNC(setcc(W1 d, IMM cc));
348   DECLARE_MIDFUNC(setcc_m(IMM d, IMM cc));
349   DECLARE_MIDFUNC(cmov_l_rr(RW4 d, R4 s, IMM cc));
350   DECLARE_MIDFUNC(cmov_l_rm(RW4 d, IMM s, IMM cc));
351 < /* Set native Z flag only if register is zero */
352 < DECLARE_MIDFUNC(setzflg_l(RW4 r));
351 > DECLARE_MIDFUNC(bsf_l_rr(W4 d, R4 s));
352   DECLARE_MIDFUNC(pop_m(IMM d));
353   DECLARE_MIDFUNC(push_m(IMM d));
354   DECLARE_MIDFUNC(pop_l(W4 d));
# Line 516 | Line 515 | extern void writelong_clobber(int addres
515   extern void get_n_addr(int address, int dest, int tmp);
516   extern void get_n_addr_jmp(int address, int dest, int tmp);
517   extern void calc_disp_ea_020(int base, uae_u32 dp, int target, int tmp);
518 + /* Set native Z flag only if register is zero */
519 + extern void set_zero(int r, int tmp);
520   extern int kill_rodent(int r);
521   extern void sync_m68k_pc(void);
522   extern uae_u32 get_const(int r);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines