Home
last modified time | relevance | path

Searched refs:helper_cc_compute_all (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dcc_helper.c97 target_ulong helper_cc_compute_all(target_ulong dst, target_ulong src1, in helper_cc_compute_all() function
224 return helper_cc_compute_all(CC_DST, CC_SRC, CC_SRC2, op); in cpu_cc_compute_all()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dcc_helper.c96 target_ulong helper_cc_compute_all(target_ulong dst, target_ulong src1, in helper_cc_compute_all() function
221 return (uint32_t)helper_cc_compute_all(CC_DST, CC_SRC, CC_SRC2, op); in cpu_cc_compute_all()
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dcc_helper.c97 target_ulong helper_cc_compute_all(target_ulong dst, target_ulong src1, in helper_cc_compute_all() function
224 return helper_cc_compute_all(CC_DST, CC_SRC, CC_SRC2, op); in cpu_cc_compute_all()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/
H A Dcc_helper.c97 target_ulong helper_cc_compute_all(target_ulong dst, target_ulong src1, in helper_cc_compute_all() function
224 return helper_cc_compute_all(CC_DST, CC_SRC, CC_SRC2, op); in cpu_cc_compute_all()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dcc_helper.c97 target_ulong helper_cc_compute_all(target_ulong dst, target_ulong src1, in helper_cc_compute_all() function
224 return helper_cc_compute_all(CC_DST, CC_SRC, CC_SRC2, op); in cpu_cc_compute_all()
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dcc_helper.c97 target_ulong helper_cc_compute_all(target_ulong dst, target_ulong src1, in helper_cc_compute_all() function
224 return helper_cc_compute_all(CC_DST, CC_SRC, CC_SRC2, op); in cpu_cc_compute_all()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dcc_helper.c97 target_ulong helper_cc_compute_all(target_ulong dst, target_ulong src1, in helper_cc_compute_all() function
224 return helper_cc_compute_all(CC_DST, CC_SRC, CC_SRC2, op); in cpu_cc_compute_all()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/
H A Dcc_helper.c98 target_ulong helper_cc_compute_all(target_ulong dst, target_ulong src1, in helper_cc_compute_all() function
225 return helper_cc_compute_all(CC_DST, CC_SRC, CC_SRC2, op); in cpu_cc_compute_all()
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/
H A Dcc_helper.c98 target_ulong helper_cc_compute_all(target_ulong dst, target_ulong src1, in helper_cc_compute_all() function
225 return helper_cc_compute_all(CC_DST, CC_SRC, CC_SRC2, op); in cpu_cc_compute_all()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/tcg/
H A Dcc_helper.c98 target_ulong helper_cc_compute_all(target_ulong dst, target_ulong src1, in helper_cc_compute_all() function
225 return helper_cc_compute_all(CC_DST, CC_SRC, CC_SRC2, op); in cpu_cc_compute_all()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dcc_helper.c96 target_ulong helper_cc_compute_all(target_ulong dst, target_ulong src1, in helper_cc_compute_all() function
221 return (uint32_t)helper_cc_compute_all(CC_DST, CC_SRC, CC_SRC2, op); in cpu_cc_compute_all()
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/
H A Dcpu-exec.c549 env->eflags = env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK); in cpu_exec()
662 env->eflags = env->eflags | helper_cc_compute_all(CC_OP) | (DF & DF_MASK); in cpu_exec()