Home | History | Annotate | Download | only in priv

Lines Matching full:retval2

13864    IRTemp retval2 = newTemp(Ity_I64);
13867 assign(retval2, s390_call_cu12_helper2(mkexpr(byte1), byte2, byte3,
13870 assign(retval2, s390_call_cu14_helper2(mkexpr(byte1), byte2, byte3,
13876 is_invalid = unop(Iop_64to1, mkexpr(retval2));
13882 binop(Iop_Shr64, mkexpr(retval2), mkU8(8)),
13889 assign(data, binop(Iop_Shr64, mkexpr(retval2), mkU8(16)));