Home | History | Annotate | Download | only in priv

Lines Matching defs:byte3

13643 s390_call_cu12_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3,
13647 args = mkIRExprVec_5(byte1, byte2, byte3, byte4, stuff);
13658 s390_call_cu14_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3,
13662 args = mkIRExprVec_5(byte1, byte2, byte3, byte4, stuff);
13716 IRExpr *cond, *addr, *byte2, *byte3, *byte4;
13723 byte3 = mkite(cond, unop(Iop_8Uto64, load(Ity_I8, addr)), mkU64(0));
13737 assign(retval2, s390_call_cu12_helper2(mkexpr(byte1), byte2, byte3,
13740 assign(retval2, s390_call_cu14_helper2(mkexpr(byte1), byte2, byte3,