Home | History | Annotate | Download | only in priv

Lines Matching refs:dis_branch

851 static void dis_branch(Bool link, IRExpr * guard, UInt imm, IRStmt ** set)
1368 dis_branch(False, mkexpr(t3), imm, &bstmt);
1374 dis_branch(False, mkexpr(t3), imm, &bstmt);
3181 dis_branch(False, binop(Iop_CmpEQ32, binop(Iop_And32, getIReg(rs),
3196 dis_branch(False, binop(Iop_CmpEQ32, binop(Iop_And32, getIReg(rs),
3209 dis_branch(True, binop(Iop_CmpEQ32, binop(Iop_And32, getIReg(rs),
3223 dis_branch(True, binop(Iop_CmpEQ32, binop(Iop_And32, getIReg(rs),
3289 dis_branch(False, binop(Iop_CmpEQ32, getIReg(rs), getIReg(rt)),
3301 dis_branch(False, binop(Iop_CmpNE32, getIReg(rs), getIReg(rt)),
3313 dis_branch(False, unop(Iop_Not1, binop(Iop_CmpLE32S, getIReg(rs),
3325 dis_branch(False,binop(Iop_CmpLE32S, getIReg(rs), mkU32(0x0)), imm,