Home
last modified time | relevance | path

Searched refs:CC_OP (Results 1 – 10 of 10) sorted by relevance

/qemu/target/i386/tcg/
H A Dint_helper.c190 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()
H A Dmisc_helper.c34 CC_OP = CC_OP_EFLAGS; in cpu_load_eflags()
H A Dtcg-cpu.c37 CC_OP = CC_OP_EFLAGS; in x86_cpu_exec_enter()
H A Dcc_helper.c225 return helper_cc_compute_all(CC_DST, CC_SRC, CC_SRC2, CC_OP); in cpu_cc_compute_all()
H A Dseg_helper.c2358 CC_OP = CC_OP_EFLAGS; in helper_verr()
2392 CC_OP = CC_OP_EFLAGS; in helper_verw()
H A Dfpu_helper.c496 CC_OP = CC_OP_EFLAGS; in helper_fcomi_ST0_FT0()
509 CC_OP = CC_OP_EFLAGS; in helper_fucomi_ST0_FT0()
H A Ddecode-new.c.inc2596 * cause incorrect tracking of CC_OP for instructions that write to both memory
/qemu/target/m68k/
H A Dqregs.h.inc3 DEFO32(CC_OP, cc_op)
/qemu/target/i386/
H A Dops_sse.h1114 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()
H A Dcpu.h2400 #define CC_OP (env->cc_op) macro