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
412 if (reg == 0 || ctx->null_cond.c != TCG_COND_NEVER) {
421 if (ctx->null_cond.c != TCG_COND_NEVER) { in save_or_nullify()
422 tcg_gen_movcond_i64(ctx->null_cond.c, dest, ctx->null_cond.a0,
423 ctx->null_cond.a1, dest, t); in save_gpr()
548 if (ctx->null_cond.c != TCG_COND_NEVER) { in nullify_over()
550 assert(ctx->null_cond.c != TCG_COND_ALWAYS); in nullify_over()
555 if (ctx->null_cond.a0 == cpu_psw_n) { in nullify_over()
556 ctx->null_cond in nullify_over()
[all...]