Searched refs:cc_dst (Results 1 – 9 of 9) sorted by relevance
/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 407 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 D | decode-new.h | 340 TCGv cc_dst, cc_src, cc_src2; member
|
H A D | decode-new.c.inc | 2855 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 D | translate.c | 3589 cpu_cc_dst = tcg_global_mem_new(tcg_env, offsetof(CPUX86State, cc_dst), in tcg_x86_init()
|
/qemu/target/s390x/tcg/ |
H A D | translate.c | 189 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 D | cpu-dump.c | 470 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 D | cpu.h | 1744 target_ulong cc_dst; member 2521 #define CC_DST (env->cc_dst)
|
/qemu/target/s390x/ |
H A D | cpu.c | 105 env->cc_dst, env->cc_vr); in s390_cpu_get_psw_mask()
|
H A D | cpu.h | 83 uint64_t cc_dst; member
|