Searched refs:CC_OP (Results 1 – 10 of 10) sorted by relevance
190 CC_OP = CC_OP_EFLAGS; in helper_aaa()215 CC_OP = CC_OP_EFLAGS; in helper_aas()243 CC_OP = CC_OP_EFLAGS; in helper_daa()275 CC_OP = CC_OP_EFLAGS; in helper_das()
34 CC_OP = CC_OP_EFLAGS; in cpu_load_eflags()
37 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()
2333 assert(CC_OP == CC_OP_EFLAGS); in helper_lsl()2380 assert(CC_OP == CC_OP_EFLAGS); in helper_lar()2458 CC_OP = CC_OP_EFLAGS; in helper_verr()2492 CC_OP = CC_OP_EFLAGS; in helper_verw()
536 CC_OP = CC_OP_EFLAGS; in helper_fcomi_ST0_FT0()549 CC_OP = CC_OP_EFLAGS; in helper_fucomi_ST0_FT0()
2851 * cause incorrect tracking of CC_OP for instructions that write to both memory
3 DEFO32(CC_OP, cc_op)
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()
2525 #define CC_OP (env->cc_op) macro