Home
last modified time | relevance | path

Searched refs:if_condition_goto (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_s390_toIR.c314 if_condition_goto(IRExpr *condition, Addr64 target) in if_condition_goto() function
3791 if_condition_goto(binop(Iop_CmpNE32, mkexpr(cond), mkU32(0)), in s390_irgen_BRC()
3813 if_condition_goto(binop(Iop_CmpNE32, mkexpr(cond), mkU32(0)), in s390_irgen_BRCL()
3827 if_condition_goto(binop(Iop_CmpNE32, get_gpr_w1(r1), mkU32(0)), in s390_irgen_BRCT()
3837 if_condition_goto(binop(Iop_CmpNE32, get_gpr_w0(r1), mkU32(0)), in s390_irgen_BRCTH()
3847 if_condition_goto(binop(Iop_CmpNE64, get_gpr_dw0(r1), mkU64(0)), in s390_irgen_BRCTG()
3860 if_condition_goto(binop(Iop_CmpLT32S, mkexpr(value), get_gpr_w1(r1)), in s390_irgen_BRXH()
3873 if_condition_goto(binop(Iop_CmpLT64S, mkexpr(value), get_gpr_dw0(r1)), in s390_irgen_BRXHG()
3886 if_condition_goto(binop(Iop_CmpLE32S, get_gpr_w1(r1), mkexpr(value)), in s390_irgen_BRXLE()
3899 if_condition_goto(binop(Iop_CmpLE64S, get_gpr_dw0(r1), mkexpr(value)), in s390_irgen_BRXLG()
[all …]