Home | History | Annotate | Download | only in priv

Lines Matching refs:Ity_I8

289       case Ity_I8:  return mkU8(i);
317 case Ity_I8: return 0 +op8;
615 case 1: return Ity_I8;
974 /* Read the %CL register :: Ity_I8, for shift/rotate operations. */
979 return IRExpr_Get( OFFB_RCX, Ity_I8 );
988 vassert(typeOfIRExpr(irsb->tyenv, e) == Ity_I8);
1011 case 1: return IRExpr_Get( OFFB_RAX, Ity_I8 );
1033 case 1: vassert(ty == Ity_I8);
1059 case 1: return IRExpr_Get( OFFB_RDX, Ity_I8 );
1613 || tyE == Ity_I16 || tyE == Ity_I8);
1727 case Ity_I8: return unop(Iop_8Uto64, e);
1740 case Ity_I8: return unop(Iop_8Sto64, e);
1754 if (src_ty == Ity_I32 && dst_ty == Ity_I8)
1760 if (src_ty == Ity_I64 && dst_ty == Ity_I8)
1780 case Ity_I8: ccOp = 0; break;
1805 case Ity_I8: ccOp = 0; break;
1836 case Ity_I8: ccOp = 0; break;
1855 /* guard :: Ity_I8. We need to convert it to I1. */
1884 case Ity_I8: ccOp += 0; break;
1907 case Ity_I8:
3610 IRTemp shift_amt = newTemp(Ity_I8);
3665 Int ccOp = ty==Ity_I8 ? 0 : (ty==Ity_I16 ? 1
3668 IRTemp rot_amt = newTemp(Ity_I8);
3669 IRTemp rot_amt64 = newTemp(Ity_I8);
3726 /* rot_amt64 :: Ity_I8. We need to convert it to I1. */
3965 case Ity_I8: {
3967 IRTemp resHi = newTemp(Ity_I8);
3968 IRTemp resLo = newTemp(Ity_I8);
3971 setFlags_MUL ( Ity_I8, t1, tmp, tBaseOp );
4173 IRType ty = Ity_I8;
5002 vassert(typeOfIRExpr(irsb->tyenv, value) == Ity_I8);
5003 descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 );
5012 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 );
5088 IRTemp old_tag = newTemp(Ity_I8);
5090 IRTemp new_tag = newTemp(Ity_I8);
6996 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 );
7007 IRRegArray* descr = mkIRRegArray( OFFB_FPTAGS, Ity_I8, 8 );
7198 IRTemp amt8 = newTemp(Ity_I8);
7765 /* shift_amt :: Ity_I8 is the amount to shift. shift_amt_txt is used
7774 IRTemp tmpSH = newTemp(Ity_I8);
7775 IRTemp tmpSS = newTemp(Ity_I8);
7957 t_fetched = newTemp(Ity_I8);
7958 t_new = newTemp(Ity_I8);
7961 t_bitno2 = newTemp(Ity_I8);
8045 t_mask = newTemp(Ity_I8);
8051 assign( t_fetched, loadLE(Ity_I8, mkexpr(t_addr1)) );
9217 IRTemp amt8 = newTemp(Ity_I8);
16154 IRTemp sh = newTemp(Ity_I8);
16177 IRTemp sh = newTemp(Ity_I8);
19019 IRTemp new8 = newTemp(Ity_I8);
19032 assign( new8, loadLE( Ity_I8, mkexpr(addr) ) );
21366 t1 = newTemp(Ity_I8);
22264 IRTemp amt8 = newTemp(Ity_I8);
22338 IRTemp amt8 = newTemp(Ity_I8);
27058 narrowTo(Ity_I8, binop(mkSizedOp(ty,Iop_And8), mkexpr(amt),
28748 IRTemp t8 = newTemp(Ity_I8);
28758 assign(t8, loadLE(Ity_I8, mkexpr(addr)));
28775 IRTemp t8 = newTemp(Ity_I8);
28785 assign(t8, loadLE(Ity_I8, mkexpr(addr)));
29348 IRTemp start = newTemp(Ity_I8);
29366 assign( start, narrowTo( Ity_I8, mkexpr(src2) ) );
29544 IRTemp start = newTemp(Ity_I8);
29545 IRTemp len = newTemp(Ity_I8);
30624 IRTemp src_u8 = newTemp(Ity_I8);
30636 assign( src_u8, loadLE( Ity_I8, mkexpr(addr) ) );