Revision b6abf97d target-i386/helper.c

b/target-i386/helper.c
5220 5220
#define SHIFT 1
5221 5221
#include "ops_sse.h"
5222 5222

  
5223
#define SHIFT 0
5224
#include "helper_template.h"
5225
#undef SHIFT
5226

  
5227
#define SHIFT 1
5228
#include "helper_template.h"
5229
#undef SHIFT
5230

  
5231
#define SHIFT 2
5232
#include "helper_template.h"
5233
#undef SHIFT
5234

  
5235
#ifdef TARGET_X86_64
5236

  
5237
#define SHIFT 3
5238
#include "helper_template.h"
5239
#undef SHIFT
5240

  
5241
#endif

Also available in: Unified diff