Lines Matching refs:CC_SRC
1789 CC_SRC = eflags; in helper_aaa()
1813 CC_SRC = eflags; in helper_aas()
1840 CC_SRC = eflags; in helper_daa()
1870 CC_SRC = eflags; in helper_das()
1899 CC_SRC = eflags; in helper_cmpxchg8b()
1925 CC_SRC = eflags; in helper_cmpxchg16b()
3335 CC_SRC = eflags & ~CC_Z; in helper_lsl()
3340 CC_SRC = eflags | CC_Z; in helper_lsl()
3382 CC_SRC = eflags & ~CC_Z; in helper_lar()
3386 CC_SRC = eflags | CC_Z; in helper_lar()
3416 CC_SRC = eflags & ~CC_Z; in helper_verr()
3420 CC_SRC = eflags | CC_Z; in helper_verr()
3446 CC_SRC = eflags & ~CC_Z; in helper_verw()
3450 CC_SRC = eflags | CC_Z; in helper_verw()
3719 CC_SRC = eflags; in helper_fcomi_ST0_FT0()
3730 CC_SRC = eflags; in helper_fucomi_ST0_FT0()
4626 CC_SRC = r1; in helper_mulq_EAX_T0()
4637 CC_SRC = ((int64_t)r1 != ((int64_t)r0 >> 63)); in helper_imulq_EAX_T0()
4646 CC_SRC = ((int64_t)r1 != ((int64_t)r0 >> 63)); in helper_imulq_T0_T1()
5521 return CC_SRC; in compute_all_eflags()
5526 return CC_SRC & CC_C; in compute_c_eflags()