Home
last modified time | relevance | path

Searched refs:PSW_C (Results 1 – 6 of 6) sorted by relevance

/qemu/target/hppa/
H A Dcpu.c46 return hppa_form_gva_psw(env->psw, (env->psw & PSW_C ? env->iasq_f : 0), in hppa_cpu_get_pc()
82 flags |= env->psw & (PSW_W | PSW_C | PSW_D | PSW_P); in cpu_get_tb_cpu_state()
136 if (env->psw & (ifetch ? PSW_C : PSW_D)) { in hppa_cpu_mmu_index()
H A Dint_helper.c113 if (old_psw & PSW_C) { in hppa_cpu_do_interrupt()
165 if (old_psw & PSW_C) { in hppa_cpu_do_interrupt()
H A Dhelper.c149 psw_c[9] = (psw & PSW_C ? 'C' : '-'); in hppa_cpu_dump_state()
H A Dcpu.h114 #define PSW_C 0x00040000 macro
H A Dtranslate.c2563 if (ctx->tb_flags & PSW_C) { in trans_ixtlbx()
2601 if (ctx->tb_flags & PSW_C) { in do_pxtlb()
2628 if (ctx->tb_flags & PSW_C) { in trans_pxtlbe()
2680 if (ctx->tb_flags & PSW_C) { in trans_ixtlbxf()
2706 if (ctx->tb_flags & PSW_C) { in trans_ixtlbt()
3991 } else if (!(ctx->tb_flags & PSW_C)) { in trans_b_gate()
/qemu/target/rx/
H A Dtranslate.c2039 PSW_C = 0, enumerator
2051 case PSW_C: in clrsetpsw()