Home
last modified time | relevance | path

Searched refs:cc_dst (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/i386/emulate/
H A Dx86_flags.c68 env->cc_dst = (target_ulong)(int##size##_t)(lf_result); \
92 env->cc_dst = (target_ulong)(int##size##_t)(lf_result); \
211 return ((parity8(env->cc_dst) - 1) ^ env->cc_src) & CC_P; in get_PF()
234 return env->cc_dst ? 0 : CC_Z; in get_ZF()
239 return ((env->cc_dst >> (LF_SIGN_BIT - LF_BIT_SD)) ^ in get_SF()
261 env->cc_dst = !(env->eflags & CC_Z) << 8; in rflags_to_lflags()
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc394 decode->cc_dst = s->T0;
401 decode->cc_dst = s->T0;
415 decode->cc_dst = s->T0;
442 decode->cc_dst = cf;
1202 TCGv *carry_out = (cc_op == CC_OP_ADCX ? &decode->cc_dst : &decode->cc_src2);
1218 if (carry_out == &decode->cc_dst) {
1221 decode->cc_dst = cpu_cc_dst;
1395 decode->cc_dst = tcg_temp_new();
1397 tcg_gen_mov_tl(decode->cc_dst, s->T0);
1414 decode->cc_dst = tcg_temp_new();
[all …]
H A Ddecode-new.h342 TCGv cc_dst, cc_src, cc_src2; member
H A Ddecode-new.c.inc2879 if (decode.cc_dst) {
2880 tcg_gen_mov_tl(cpu_cc_dst, decode.cc_dst);
2898 assert(!!decode.cc_dst == !!(cc_live & USES_CC_DST));
H A Dtranslate.c3716 cpu_cc_dst = tcg_global_mem_new(tcg_env, offsetof(CPUX86State, cc_dst), in tcg_x86_init()
/openbmc/qemu/target/s390x/
H A Dcpu.c105 env->cc_dst, env->cc_vr); in s390_cpu_get_psw_mask()
H A Dcpu.h81 uint64_t cc_dst; member