Home | History | Annotate | Download | only in priv

Lines Matching refs:byte2

9072    IRTemp byte2 = newTemp(Ity_I8);
9080 assign(byte2, load(Ity_I8, mkexpr(address2)));
9089 binop(Iop_Xor8, mkexpr(byte2), mkexpr(end)))));
9100 next_insn_if(binop(Iop_CmpEQ8, mkexpr(end), mkexpr(byte2)));
9105 unop(Iop_8Uto32, mkexpr(byte2))));
9109 next_insn_if(binop(Iop_CmpLT32U, unop(Iop_8Uto32, mkexpr(byte2)),
11582 s390_call_cu12_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3,
11586 args = mkIRExprVec_5(byte1, byte2, byte3, byte4, stuff);
11597 s390_call_cu14_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3,
11601 args = mkIRExprVec_5(byte1, byte2, byte3, byte4, stuff);
11655 IRExpr *cond, *addr, *byte2, *byte3, *byte4;
11659 byte2 = mkite(cond, unop(Iop_8Uto64, load(Ity_I8, addr)), mkU64(0));
11676 assign(retval2, s390_call_cu12_helper2(mkexpr(byte1), byte2, byte3,
11679 assign(retval2, s390_call_cu14_helper2(mkexpr(byte1), byte2, byte3,