Lines Matching refs:Ity_I64
365 if (arg_ty == Ity_I64) { in pushArg()
663 case Ity_I64: in doHelperCall()
2090 vassert(typeOfIRExpr(env->type_env,e) == Ity_I64); in iselInt64Expr_wrk()
2124 vassert(e->Iex.Load.ty == Ity_I64); in iselInt64Expr_wrk()
3318 IRExpr_Load(Iend_LE,Ity_I64,bind(0)))); in iselVecExpr_wrk()
3904 if (tyd == Ity_I64) { in iselStmt()
3947 if (ty == Ity_I64) { in iselStmt()
4004 if (ty == Ity_I64) { in iselStmt()
4049 if (ty == Ity_I64) { in iselStmt()
4096 case Ity_I64: case Ity_I32: case Ity_I16: case Ity_I8: in iselStmt()
4131 case Ity_I64: { in iselStmt()
4479 case Ity_I64: hreg = mkHReg(True, HRcInt32, 0, j++); in iselSB_X86()