Searched defs:bhconst (Results 1 - 2 of 2) sorted by relevance

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

Completed in 60 milliseconds