Searched refs:dis_branch (Results 1 - 4 of 4) sorted by relevance

/external/qemu/
H A Ddis-asm.h239 dis_branch, /* Unconditional branch */ enumerator in enum:dis_insn_type
H A Dmips-dis.c4036 info->insn_type = dis_branch;
4281 info->insn_type = dis_branch;
4521 info->insn_type = dis_branch;
/external/valgrind/main/VEX/priv/
H A Dguest_mips_toIR.c851 static void dis_branch(Bool link, IRExpr * guard, UInt imm, IRStmt ** set) function
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(Fals
[all...]
H A Dguest_ppc_toIR.c5259 static Bool dis_branch ( UInt theInstr, function
16655 if (dis_branch(theInstr, abiinfo, &dres,
17182 if (dis_branch(theInstr, abiinfo, &dres,

Completed in 143 milliseconds