Searched refs:if_condition_goto (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_s390_toIR.c | 314 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_CmpNE64, get_gpr_dw0(r1), mkU64(0)), in s390_irgen_BRCTG() 3850 if_condition_goto(binop(Iop_CmpLT32S, mkexpr(value), get_gpr_w1(r1)), in s390_irgen_BRXH() 3863 if_condition_goto(binop(Iop_CmpLT64S, mkexpr(value), get_gpr_dw0(r1)), in s390_irgen_BRXHG() 3876 if_condition_goto(binop(Iop_CmpLE32S, get_gpr_w1(r1), mkexpr(value)), in s390_irgen_BRXLE() 3889 if_condition_goto(binop(Iop_CmpLE64S, get_gpr_dw0(r1), mkexpr(value)), in s390_irgen_BRXLG() 4121 if_condition_goto(binop(Iop_CmpNE32, mkexpr(cond), mkU32(0)), in s390_irgen_CRJ() [all …]
|