Home
last modified time | relevance | path

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

/openbmc/qemu/target/hppa/
H A Dtranslate.c338 static DisasCond cond_make_f(void) in cond_make_f() function
561 ctx->null_cond = cond_make_f(); in nullify_over()
579 ctx->null_cond = cond_make_f(); in nullify_save()
765 ctx->null_cond = cond_make_f(); in gen_excp_iir()
858 cond = cond_make_f(); in do_cond()
983 return cf & 1 ? cond_make_t() : cond_make_f(); in do_log_cond()
1057 return cf & 1 ? cond_make_t() : cond_make_f(); in do_unit_zero_cond()
1170 *cond = cond_make_f(); in gen_tc()
2124 ctx->null_cond = cond_make_f(); in trans_nop()
2138 ctx->null_cond = cond_make_f(); in trans_sync()
[all …]