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.c346 static DisasCond cond_make_f(void) in cond_make_f()
569 ctx->null_cond = cond_make_f(); in nullify_save()
587 ctx->null_cond = cond_make_f(); in nullify_set()
773 ctx->null_cond = cond_make_f(); in gen_illegal()
866 cond = cond_make_f(); in do_cond()
991 return cf & 1 ? cond_make_t() : cond_make_f(); in do_log_cond()
1065 return cf & 1 ? cond_make_t() : cond_make_f(); in do_unit_zero_cond()
1178 *cond = cond_make_f(); in gen_tsv()
2134 ctx->null_cond = cond_make_f(); in trans_sync()
2148 ctx->null_cond = cond_make_f(); in trans_mfia()
340 static DisasCond cond_make_f(void) cond_make_f() function
[all...]