Lines Matching refs:F_OF
975 CLEAR_FLAG(F_OF); in x86emuOp_imul_word_IMM()
978 SET_FLAG(F_OF); in x86emuOp_imul_word_IMM()
997 CLEAR_FLAG(F_OF); in x86emuOp_imul_word_IMM()
1000 SET_FLAG(F_OF); in x86emuOp_imul_word_IMM()
1020 CLEAR_FLAG(F_OF); in x86emuOp_imul_word_IMM()
1023 SET_FLAG(F_OF); in x86emuOp_imul_word_IMM()
1040 CLEAR_FLAG(F_OF); in x86emuOp_imul_word_IMM()
1043 SET_FLAG(F_OF); in x86emuOp_imul_word_IMM()
1099 CLEAR_FLAG(F_OF); in x86emuOp_imul_byte_IMM()
1102 SET_FLAG(F_OF); in x86emuOp_imul_byte_IMM()
1120 CLEAR_FLAG(F_OF); in x86emuOp_imul_byte_IMM()
1123 SET_FLAG(F_OF); in x86emuOp_imul_byte_IMM()
1142 CLEAR_FLAG(F_OF); in x86emuOp_imul_byte_IMM()
1145 SET_FLAG(F_OF); in x86emuOp_imul_byte_IMM()
1162 CLEAR_FLAG(F_OF); in x86emuOp_imul_byte_IMM()
1165 SET_FLAG(F_OF); in x86emuOp_imul_byte_IMM()
3579 if (ACCESS_FLAG(F_OF)) { in x86emuOp_into()