Searched refs:CC_OP (Results 1 – 10 of 10) sorted by relevance
3 DEFO32(CC_OP, cc_op)
189 CC_OP = CC_OP_EFLAGS; in helper_aaa()214 CC_OP = CC_OP_EFLAGS; in helper_aas()242 CC_OP = CC_OP_EFLAGS; in helper_daa()274 CC_OP = CC_OP_EFLAGS; in helper_das()
34 CC_OP = CC_OP_EFLAGS; in cpu_load_eflags()
39 CC_OP = CC_OP_EFLAGS; in x86_cpu_exec_enter()
210 return helper_cc_compute_all(CC_DST, CC_SRC, CC_SRC2, CC_OP); in cpu_cc_compute_all()
2361 assert(CC_OP == CC_OP_EFLAGS); in helper_lsl()2408 assert(CC_OP == CC_OP_EFLAGS); in helper_lar()2486 CC_OP = CC_OP_EFLAGS; in helper_verr()2520 CC_OP = CC_OP_EFLAGS; in helper_verw()
559 CC_OP = CC_OP_EFLAGS; in helper_fcomi_ST0_FT0()572 CC_OP = CC_OP_EFLAGS; in helper_fucomi_ST0_FT0()
2876 * cause incorrect tracking of CC_OP for instructions that write to both memory
1114 CC_OP = CC_OP_EFLAGS; in helper_ucomiss()1126 CC_OP = CC_OP_EFLAGS; in helper_comiss()1138 CC_OP = CC_OP_EFLAGS; in helper_ucomisd()1150 CC_OP = CC_OP_EFLAGS; in helper_comisd()1617 CC_OP = CC_OP_EFLAGS; in glue()1974 CC_OP = CC_OP_EFLAGS; in pcmpxstrx()2306 CC_OP = CC_OP_EFLAGS; in SSE_HELPER_L()2319 CC_OP = CC_OP_EFLAGS; in glue()
2675 #define CC_OP (env->cc_op) macro