Home | History | Annotate | Download | only in priv

Lines Matching full:bstmt

316   IRStmt *bstmt = NULL;  /* Branch statement. */
592 bstmt = dis_branch(binop(Iop_CmpEQ64, getIReg(ra), mkU64(0)),
685 bstmt = dis_branch(binop(Iop_CmpEQ64,
696 bstmt = dis_branch(unop(Iop_Not1,
705 bstmt = dis_branch(unop(Iop_64to1,
714 bstmt = dis_branch(unop(Iop_64to1,
719 bstmt = dis_branch(binop(Iop_CmpLE64S, getIReg(ra),
724 bstmt = dis_branch(binop(Iop_CmpLE64S, getIReg(ra),
729 bstmt = dis_branch(binop(Iop_CmpLT64S, getIReg(ra),
734 bstmt = dis_branch(binop(Iop_CmpLT64S, getIReg(ra),
742 bstmt = dis_branch(binop(Iop_CmpNE64, getIReg(ra),
2496 if (bstmt) {
2497 stmt(bstmt);