Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/
H A Demit.c.inc407 decode->cc_dst = s->T0;
414 decode->cc_dst = s->T0;
428 decode->cc_dst = s->T0;
455 decode->cc_dst = cf;
1717 decode->cc_dst = s->T0;
1778 decode->cc_dst = cmpv;
2474 decode->cc_dst = s->T0;
2712 decode->cc_dst = s->T0;
3811 decode->cc_dst = s->T0;
3939 decode->cc_dst = s->T0;
[all …]
H A Ddecode-new.h340 TCGv cc_dst, cc_src, cc_src2; member
H A Ddecode-new.c.inc2855 if (decode.cc_dst) {
2856 tcg_gen_mov_tl(cpu_cc_dst, decode.cc_dst);
2874 assert(!!decode.cc_dst == !!(cc_live & USES_CC_DST));
H A Dtranslate.c3589 cpu_cc_dst = tcg_global_mem_new(tcg_env, offsetof(CPUX86State, cc_dst), in tcg_x86_init()
/qemu/target/s390x/tcg/
H A Dtranslate.c189 static TCGv_i64 cc_dst; variable
213 cc_dst = tcg_global_mem_new_i64(tcg_env, offsetof(CPUS390XState, cc_dst), in s390x_translate_init()
580 tcg_gen_setcondi_i64(TCG_COND_NE, cc_dst, cc_dst, 0); in gen_op_calc_cc()
825 c->u.s64.a = cc_dst; in disas_jcc()
835 c->u.s64.b = cc_dst; in disas_jcc()
1342 set_cc_nz_u64(s, cc_dst); in op_andi()
2063 tcg_gen_xor_i64(cc_dst, cc_dst, regs[r1]); in op_cdsg()
2065 tcg_gen_or_i64(cc_dst, cc_dst, cc_src); in op_cdsg()
2066 set_cc_nz_u64(s, cc_dst); in op_cdsg()
3504 set_cc_nz_u64(s, cc_dst); in op_ori()
[all …]
/qemu/target/i386/
H A Dcpu-dump.c470 env->cc_src, env->cc_dst, in x86_cpu_dump_state()
476 (uint32_t)env->cc_src, (uint32_t)env->cc_dst, in x86_cpu_dump_state()
H A Dcpu.h1744 target_ulong cc_dst; member
2521 #define CC_DST (env->cc_dst)
/qemu/target/s390x/
H A Dcpu.c105 env->cc_dst, env->cc_vr); in s390_cpu_get_psw_mask()
H A Dcpu.h83 uint64_t cc_dst; member