# | 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)); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |