freebsd-dev/gnu/usr.bin/cc/include/insn-attr.h
1994-08-02 20:15:59 +00:00

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