Lines Matching refs:CC_C
1499 load_eflags(0, ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in do_smm_enter()
1563 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_rsm()
1579 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_rsm()
1783 eflags |= CC_C | CC_A; in helper_aaa()
1785 eflags &= ~(CC_C | CC_A); in helper_aaa()
1807 eflags |= CC_C | CC_A; in helper_aas()
1809 eflags &= ~(CC_C | CC_A); in helper_aas()
1822 cf = eflags & CC_C; in helper_daa()
1833 eflags |= CC_C; in helper_daa()
1849 cf = eflags & CC_C; in helper_das()
1858 eflags |= CC_C; in helper_das()
1863 eflags |= CC_C; in helper_das()
3709 static const int fcomi_ccval[4] = {CC_C, CC_Z, 0, CC_Z | CC_P | CC_C};
3718 eflags = (eflags & ~(CC_Z | CC_P | CC_C)) | fcomi_ccval[ret + 1]; in helper_fcomi_ST0_FT0()
3729 eflags = (eflags & ~(CC_Z | CC_P | CC_C)) | fcomi_ccval[ret + 1]; in helper_fucomi_ST0_FT0()
5022 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_vmrun()
5378 ~(CC_O | CC_S | CC_Z | CC_A | CC_P | CC_C | DF_MASK)); in helper_vmexit()
5526 return CC_SRC & CC_C; in compute_c_eflags()