Revision 38de4c46 target-i386/op_helper.c

b/target-i386/op_helper.c
4715 4715
#endif
4716 4716

  
4717 4717
#define SHIFT 0
4718
#include "helper_template.h"
4718
#include "cc_helper_template.h"
4719 4719
#undef SHIFT
4720 4720

  
4721 4721
#define SHIFT 1
4722
#include "helper_template.h"
4722
#include "cc_helper_template.h"
4723 4723
#undef SHIFT
4724 4724

  
4725 4725
#define SHIFT 2
4726
#include "helper_template.h"
4726
#include "cc_helper_template.h"
4727 4727
#undef SHIFT
4728 4728

  
4729 4729
#ifdef TARGET_X86_64
4730 4730

  
4731 4731
#define SHIFT 3
4732
#include "helper_template.h"
4732
#include "cc_helper_template.h"
4733 4733
#undef SHIFT
4734 4734

  
4735 4735
#endif
4736 4736

  
4737
#define SHIFT 0
4738
#include "shift_helper_template.h"
4739
#undef SHIFT
4740

  
4741
#define SHIFT 1
4742
#include "shift_helper_template.h"
4743
#undef SHIFT
4744

  
4745
#define SHIFT 2
4746
#include "shift_helper_template.h"
4747
#undef SHIFT
4748

  
4749
#ifdef TARGET_X86_64
4750
#define SHIFT 3
4751
#include "shift_helper_template.h"
4752
#undef SHIFT
4753
#endif
4754

  
4737 4755
/* bit operations */
4738 4756
target_ulong helper_bsf(target_ulong t0)
4739 4757
{

Also available in: Unified diff