Lines Matching refs:Ity_I8
743 case Ity_I64: case Ity_I32: case Ity_I16: case Ity_I8: in doHelperCall()
860 case Ity_I8: szBbits = 0; break; in iselIntExpr_AMode_wrk()
1262 vassert(ty == Ity_I64 || ty == Ity_I8); in iselIntExpr_RI6_wrk()
1474 vassert(ty == Ity_I64 || ty == Ity_I32 || ty == Ity_I16 || ty == Ity_I8); in iselIntExpr_R_wrk()
1505 if (ty == Ity_I8) { in iselIntExpr_R_wrk()
1780 = iselIntExpr_AMode(env, arg->Iex.Load.addr, Ity_I8); in iselIntExpr_R_wrk()
2007 if (ty == Ity_I8 in iselIntExpr_R_wrk()
3580 if (tyd == Ity_I8) { in iselStmt()
3630 if (tyd == Ity_I8 && offs < (1<<12)) { in iselStmt()
3670 if (ty == Ity_I64 || ty == Ity_I32 || ty == Ity_I16 || ty == Ity_I8) { in iselStmt()
3739 case Ity_I64: case Ity_I32: case Ity_I16: case Ity_I8: in iselStmt()
3765 case Ity_I64: case Ity_I32: case Ity_I16: case Ity_I8: { in iselStmt()
3807 || ty == Ity_I16 || ty == Ity_I8) { in iselStmt()
3812 case Ity_I8: szB = 1; break; in iselStmt()
3828 || tyd == Ity_I16 || tyd == Ity_I8) { in iselStmt()
3833 case Ity_I8: szB = 1; break; in iselStmt()
3875 case Ity_I8: sz = 1; break; in iselStmt()
4158 case Ity_I8: case Ity_I16: case Ity_I32: case Ity_I64: in iselSB_ARM64()