Home | History | Annotate | Download | only in priv

Lines Matching refs:current1

8781    IRTemp current1 = newTemp(Ity_I8);
8788 assign(current1, load(Ity_I8, binop(Iop_Add64, mkexpr(start1),
8792 s390_cc_thunk_put2(S390_CC_OP_UNSIGNED_COMPARE, current1, current2,
8796 next_insn_if(binop(Iop_CmpNE8, mkexpr(current1), mkexpr(current2)));