Home
last modified time | relevance | path

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

/external/qemu/tcg/hppa/
Dtcg-target.c817 TCGArg bl, int blconst, TCGArg bh, int bhconst, in tcg_out_brcond2() argument
824 tcg_out_brcond(s, cond, ah, bh, bhconst, label_index); in tcg_out_brcond2()
828 tcg_out_brcond(s, cond, ah, bh, bhconst, label_index); in tcg_out_brcond2()
829 tcg_out_comclr(s, TCG_COND_NE, TCG_REG_R0, ah, bh, bhconst); in tcg_out_brcond2()
845 TCGArg bh, int bhconst) in tcg_out_setcond2() argument
851 && (bhconst || ret != bh)) { in tcg_out_setcond2()
859 tcg_out_comclr(s, TCG_COND_EQ, TCG_REG_R0, ah, bh, bhconst); in tcg_out_setcond2()
865 tcg_out_comclr(s, TCG_COND_EQ, TCG_REG_R0, ah, bh, bhconst); in tcg_out_setcond2()
867 tcg_out_comclr(s, cond, TCG_REG_R0, ah, bh, bhconst); in tcg_out_setcond2()
/external/qemu/tcg/sparc/
Dtcg-target.c545 TCGArg bh, int bhconst, int label_dest) in tcg_out_brcond2_i32() argument
549 tcg_out_cmp(s, ah, bh, bhconst); in tcg_out_brcond2_i32()
659 TCGArg bh, int bhconst) in tcg_out_setcond2_i32() argument
666 tcg_out_setcond_i32(s, TCG_COND_EQ, ret, ah, bh, bhconst); in tcg_out_setcond2_i32()
672 tcg_out_setcond_i32(s, TCG_COND_NE, ret, ah, bh, bhconst); in tcg_out_setcond2_i32()
679 tcg_out_cmp(s, ah, bh, bhconst); in tcg_out_setcond2_i32()