Home
last modified time | relevance | path

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

/openbmc/qemu/target/hppa/
H A Dtranslate.c283 static DisasCond cond_make_0_tmp(TCGCond c, TCGv_i64 a0) in cond_make_0_tmp() function
292 return cond_make_0_tmp(c, tmp); in cond_make_0()
688 cond = cond_make_0_tmp(TCG_COND_LT, tmp); in do_cond()
710 cond = cond_make_0_tmp(TCG_COND_EQ, tmp); in do_cond()
723 cond = cond_make_0_tmp(TCG_COND_EQ, tmp); in do_cond()
736 cond = cond_make_0_tmp(TCG_COND_NE, tmp); in do_cond()
872 return cond_make_0_tmp(tc, tmp); in do_log_cond()
3342 cond = cond_make_0_tmp(a->c ? TCG_COND_GE : TCG_COND_LT, tmp); in trans_bb_sar()