Home
last modified time | relevance | path

Searched refs:PSW_B (Results 1 – 4 of 4) sorted by relevance

/qemu/target/hppa/
H A Dhelper.c95 env->psw = psw & (uint32_t)~(PSW_B | PSW_N | PSW_V | PSW_X | PSW_CB); in cpu_hppa_put_psw()
96 env->psw_xb = psw & (PSW_X | PSW_B); in cpu_hppa_put_psw()
168 psw_c[8] = (psw & PSW_B ? 'B' : '-'); in hppa_cpu_dump_state()
H A Dcpu.h116 #define PSW_B 0x00080000 macro
H A Dcpu.c113 cpu->env.psw_xb = tb->flags & (PSW_X | PSW_B); in hppa_cpu_synchronize_from_tb()
H A Dtranslate.c525 tcg_debug_assert(xb == 0 || xb == PSW_B); in store_psw_xb()
1907 store_psw_xb(ctx, PSW_B); in do_dbranch()
1969 store_psw_xb(ctx, PSW_B); in do_cbranch()
2017 store_psw_xb(ctx, PSW_B); in do_ibranch()
2081 if (ctx->psw_xb & PSW_B) { in do_page_zero()
3979 if (ctx->psw_xb & PSW_B) { in trans_b_gate()
4641 ctx->psw_xb = ctx->tb_flags & (PSW_X | PSW_B); in hppa_tr_init_disas_context()
4753 set_psw_xb(ctx, ctx->psw_b_next ? PSW_B : 0); in hppa_tr_translate_insn()