Lines Matching refs:F_SF

1693 	sf = ACCESS_FLAG(F_SF) != 0;  in x86emuOp_jump_near_L()
1708 sf = ACCESS_FLAG(F_SF) != 0; in x86emuOp_jump_near_NL()
1723 sf = ACCESS_FLAG(F_SF) != 0; in x86emuOp_jump_near_LE()
1738 sf = ACCESS_FLAG(F_SF) != 0; in x86emuOp_jump_near_NLE()
4596 common_jmp_near(emu, ACCESS_FLAG(F_SF)); in x86emu_exec_one_byte()
4599 common_jmp_near(emu, !ACCESS_FLAG(F_SF)); in x86emu_exec_one_byte()
5712 common_jmp_long(emu, ACCESS_FLAG(F_SF)); in x86emu_exec_two_byte()
5715 common_jmp_long(emu, !ACCESS_FLAG(F_SF)); in x86emu_exec_two_byte()
5724 common_jmp_long(emu, xorl(ACCESS_FLAG(F_SF), in x86emu_exec_two_byte()
5728 common_jmp_long(emu, !(xorl(ACCESS_FLAG(F_SF), in x86emu_exec_two_byte()
5732 common_jmp_long(emu, (xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF)) in x86emu_exec_two_byte()
5737 !(xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF)) || in x86emu_exec_two_byte()
5766 common_set_byte(emu, ACCESS_FLAG(F_SF)); in x86emu_exec_two_byte()
5769 common_set_byte(emu, !ACCESS_FLAG(F_SF)); in x86emu_exec_two_byte()
5778 common_set_byte(emu, xorl(ACCESS_FLAG(F_SF), in x86emu_exec_two_byte()
5782 common_set_byte(emu, xorl(ACCESS_FLAG(F_SF), in x86emu_exec_two_byte()
5787 (xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF)) || in x86emu_exec_two_byte()
5792 !(xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF)) || in x86emu_exec_two_byte()
5989 CLEAR_FLAG(F_SF); in aaa_word()
6013 CLEAR_FLAG(F_SF); in aas_word()
6036 CONDITIONAL_SET_FLAG(l & 0x80, F_SF); in aad_word()
6058 CONDITIONAL_SET_FLAG(l & 0x80, F_SF); in aam_word()
6081 CONDITIONAL_SET_FLAG(res & 0x80, F_SF); in adc_byte()
6108 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in adc_word()
6141 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in adc_long()
6164 CONDITIONAL_SET_FLAG(res & 0x80, F_SF); in add_byte()
6187 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in add_word()
6215 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in add_long()
6241 CONDITIONAL_SET_FLAG(res & 0x80, F_SF); in and_byte()
6262 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in and_word()
6283 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in and_long()
6301 CONDITIONAL_SET_FLAG(res & 0x80, F_SF); in cmp_byte()
6330 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in cmp_word()
6359 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in cmp_long()
6393 CONDITIONAL_SET_FLAG(res & 0x80, F_SF); in daa_byte()
6414 CONDITIONAL_SET_FLAG(d & 0x80, F_SF); in das_byte()
6431 CONDITIONAL_SET_FLAG(res & 0x80, F_SF); in dec_byte()
6455 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in dec_word()
6480 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in dec_long()
6504 CONDITIONAL_SET_FLAG(res & 0x80, F_SF); in inc_byte()
6526 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in inc_word()
6548 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in inc_long()
6571 CONDITIONAL_SET_FLAG(res & 0x80, F_SF); in or_byte()
6591 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in or_word()
6612 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in or_long()
6631 CONDITIONAL_SET_FLAG(res & 0x80, F_SF); in neg_byte()
6657 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in neg_word()
6684 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in neg_long()
7169 CONDITIONAL_SET_FLAG(res & 0x80, F_SF); in shl_byte()
7189 CLEAR_FLAG(F_SF); in shl_byte()
7212 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in shl_word()
7230 CLEAR_FLAG(F_SF); in shl_word()
7253 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in shl_long()
7268 CLEAR_FLAG(F_SF); in shl_long()
7291 CONDITIONAL_SET_FLAG(res & 0x80, F_SF); in shr_byte()
7306 CLEAR_FLAG(F_SF); in shr_byte()
7329 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in shr_word()
7345 CLEAR_FLAG(F_SF); in shr_word()
7367 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in shr_long()
7382 CLEAR_FLAG(F_SF); in shr_long()
7410 CONDITIONAL_SET_FLAG(res & 0x80, F_SF); in sar_byte()
7416 SET_FLAG(F_SF); in sar_byte()
7422 CLEAR_FLAG(F_SF); in sar_byte()
7450 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in sar_word()
7457 SET_FLAG(F_SF); in sar_word()
7463 CLEAR_FLAG(F_SF); in sar_word()
7491 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in sar_long()
7498 SET_FLAG(F_SF); in sar_long()
7504 CLEAR_FLAG(F_SF); in sar_long()
7527 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in shld_word()
7542 CLEAR_FLAG(F_SF); in shld_word()
7565 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in shld_long()
7580 CLEAR_FLAG(F_SF); in shld_long()
7603 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in shrd_word()
7619 CLEAR_FLAG(F_SF); in shrd_word()
7641 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in shrd_long()
7656 CLEAR_FLAG(F_SF); in shrd_long()
7676 CONDITIONAL_SET_FLAG(res & 0x80, F_SF); in sbb_byte()
7702 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in sbb_word()
7728 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in sbb_long()
7751 CONDITIONAL_SET_FLAG(res & 0x80, F_SF); in sub_byte()
7774 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in sub_word()
7797 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in sub_long()
7821 CONDITIONAL_SET_FLAG(res & 0x80, F_SF); in test_byte()
7840 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in test_word()
7859 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in test_long()
7877 CONDITIONAL_SET_FLAG(res & 0x80, F_SF); in xor_byte()
7896 CONDITIONAL_SET_FLAG(res & 0x8000, F_SF); in xor_word()
7915 CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF); in xor_long()
8091 CLEAR_FLAG(F_SF); in idiv_word()
8121 CLEAR_FLAG(F_SF); in idiv_long()
8174 CLEAR_FLAG(F_SF); in div_word()
8204 CLEAR_FLAG(F_SF); in div_long()