20 lines
523 B
C
20 lines
523 B
C
/* Generated automatically by the program `genattr'
|
|
from the machine description file `md'. */
|
|
|
|
#ifndef PROTO
|
|
#if defined (USE_PROTOTYPES) ? USE_PROTOTYPES : defined (__STDC__)
|
|
#define PROTO(ARGS) ARGS
|
|
#else
|
|
#define PROTO(ARGS) ()
|
|
#endif
|
|
#endif
|
|
#define HAVE_ATTR_alternative
|
|
#define get_attr_alternative(insn) which_alternative
|
|
|
|
#define ATTR_FLAG_forward 0x1
|
|
#define ATTR_FLAG_backward 0x2
|
|
#define ATTR_FLAG_likely 0x4
|
|
#define ATTR_FLAG_very_likely 0x8
|
|
#define ATTR_FLAG_unlikely 0x10
|
|
#define ATTR_FLAG_very_unlikely 0x20
|