Searched refs:dis_branch (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_tilegx_toIR.c | 242 static IRStmt* dis_branch ( IRExpr* guard, ULong imm ) in dis_branch() function 576 bstmt = dis_branch(binop(Iop_CmpEQ64, getIReg(ra), mkU64(0)), in disInstr_TILEGX_WRK() 669 bstmt = dis_branch(binop(Iop_CmpEQ64, in disInstr_TILEGX_WRK() 680 bstmt = dis_branch(unop(Iop_Not1, in disInstr_TILEGX_WRK() 689 bstmt = dis_branch(unop(Iop_64to1, in disInstr_TILEGX_WRK() 698 bstmt = dis_branch(unop(Iop_64to1, in disInstr_TILEGX_WRK() 703 bstmt = dis_branch(binop(Iop_CmpLE64S, getIReg(ra), in disInstr_TILEGX_WRK() 708 bstmt = dis_branch(binop(Iop_CmpLE64S, getIReg(ra), in disInstr_TILEGX_WRK() 713 bstmt = dis_branch(binop(Iop_CmpLT64S, getIReg(ra), in disInstr_TILEGX_WRK() 718 bstmt = dis_branch(binop(Iop_CmpLT64S, getIReg(ra), in disInstr_TILEGX_WRK() [all …]
|
D | guest_mips_toIR.c | 1375 static void dis_branch(Bool link, IRExpr * guard, UInt imm, IRStmt ** set) in dis_branch() function 12265 dis_branch(False, mkexpr(t3), imm, &bstmt); in disInstr_MIPS_WRK() 12271 dis_branch(False, mkexpr(t3), imm, &bstmt); in disInstr_MIPS_WRK() 16529 dis_branch(False, binop(Iop_CmpEQ32, binop(Iop_And32, getIReg(rs), in disInstr_MIPS_WRK() 16540 dis_branch(False, binop(Iop_CmpEQ32, binop(Iop_And32, getIReg(rs), in disInstr_MIPS_WRK() 16568 dis_branch(True, binop(Iop_CmpEQ32, binop(Iop_And32, getIReg(rs), in disInstr_MIPS_WRK() 16590 dis_branch(True, binop(Iop_CmpEQ32, binop(Iop_And32, getIReg(rs), in disInstr_MIPS_WRK() 16728 dis_branch(False, unop(Iop_Not1, binop(Iop_CmpLT32U, mkexpr(t0), in disInstr_MIPS_WRK() 16744 dis_branch(False, binop(Iop_CmpEQ64, getIReg(rs), getIReg(rt)), in disInstr_MIPS_WRK() 16747 dis_branch(False, binop(Iop_CmpEQ32, getIReg(rs), getIReg(rt)), in disInstr_MIPS_WRK() [all …]
|
D | guest_ppc_toIR.c | 5713 static Bool dis_branch ( UInt theInstr, in dis_branch() function 19096 if (dis_branch(theInstr, abiinfo, &dres, in disInstr_PPC_WRK() 19628 if (dis_branch(theInstr, abiinfo, &dres, in disInstr_PPC_WRK()
|