Home
last modified time | relevance | path

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

/openbmc/qemu/target/hppa/
H A Dtranslate.c78 DisasCond null_cond; member
406 if (reg == 0 || ctx->null_cond.c != TCG_COND_NEVER) { in dest_gpr()
415 if (ctx->null_cond.c != TCG_COND_NEVER) { in save_or_nullify()
416 tcg_gen_movcond_i64(ctx->null_cond.c, dest, ctx->null_cond.a0, in save_or_nullify()
417 ctx->null_cond.a1, dest, t); in save_or_nullify()
542 if (ctx->null_cond.c != TCG_COND_NEVER) { in nullify_over()
544 assert(ctx->null_cond.c != TCG_COND_ALWAYS); in nullify_over()
549 if (ctx->null_cond.a0 == cpu_psw_n) { in nullify_over()
550 ctx->null_cond.a0 = tcg_temp_new_i64(); in nullify_over()
551 tcg_gen_mov_i64(ctx->null_cond.a0, cpu_psw_n); in nullify_over()
[all …]