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.13 by gbeauche, 2006-01-16T21:31:08Z vs.
Revision 1.14 by gbeauche, 2007-06-29T16:36:03Z

# Line 339 | Line 339 | DECLARE_MIDFUNC(shra_w_ri(RW2 r, IMM i))
339   DECLARE_MIDFUNC(shra_b_ri(RW1 r, IMM i));
340   DECLARE_MIDFUNC(setcc(W1 d, IMM cc));
341   DECLARE_MIDFUNC(setcc_m(IMM d, IMM cc));
342 + DECLARE_MIDFUNC(cmov_b_rr(RW1 d, R1 s, IMM cc));
343 + DECLARE_MIDFUNC(cmov_w_rr(RW2 d, R2 s, IMM cc));
344   DECLARE_MIDFUNC(cmov_l_rr(RW4 d, R4 s, IMM cc));
345   DECLARE_MIDFUNC(cmov_l_rm(RW4 d, IMM s, IMM cc));
346   DECLARE_MIDFUNC(bsf_l_rr(W4 d, R4 s));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines