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.c76 DisasCond null_cond; member
404 if (reg == 0 || ctx->null_cond.c != TCG_COND_NEVER) { in dest_gpr()
413 if (ctx->null_cond.c != TCG_COND_NEVER) { in save_or_nullify()
414 tcg_gen_movcond_i64(ctx->null_cond.c, dest, ctx->null_cond.a0, in save_or_nullify()
415 ctx->null_cond.a1, dest, t); in save_or_nullify()
540 if (ctx->null_cond.c != TCG_COND_NEVER) { in nullify_over()
542 assert(ctx->null_cond.c != TCG_COND_ALWAYS); in nullify_over()
547 if (ctx->null_cond.a0 == cpu_psw_n) { in nullify_over()
548 ctx->null_cond.a0 = tcg_temp_new_i64(); in nullify_over()
549 tcg_gen_mov_i64(ctx->null_cond.a0, cpu_psw_n); in nullify_over()
[all …]