Searched refs:if_condition_goto_computed (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_s390_toIR.c | 297 if_condition_goto_computed(IRExpr *condition, IRExpr *target) in if_condition_goto_computed() function 3634 if_condition_goto_computed(binop(Iop_CmpNE32, mkexpr(cond), mkU32(0)), in s390_irgen_BCR() 3655 if_condition_goto_computed(binop(Iop_CmpNE32, mkexpr(cond), mkU32(0)), in s390_irgen_BC() 3670 if_condition_goto_computed(binop(Iop_CmpNE32, get_gpr_w1(r1), mkU32(0)), in s390_irgen_BCTR() 3682 if_condition_goto_computed(binop(Iop_CmpNE64, get_gpr_dw0(r1), mkU64(0)), in s390_irgen_BCTGR() 3693 if_condition_goto_computed(binop(Iop_CmpNE32, get_gpr_w1(r1), mkU32(0)), in s390_irgen_BCT() 3703 if_condition_goto_computed(binop(Iop_CmpNE64, get_gpr_dw0(r1), mkU64(0)), in s390_irgen_BCTG() 3716 if_condition_goto_computed(binop(Iop_CmpLT32S, mkexpr(value), in s390_irgen_BXH() 3729 if_condition_goto_computed(binop(Iop_CmpLT64S, mkexpr(value), in s390_irgen_BXHG() 3742 if_condition_goto_computed(binop(Iop_CmpLE32S, get_gpr_w1(r1), in s390_irgen_BXLE() [all …]
|