NetBSD/gnu/usr.bin/gcc2/i386/insn-attr.h

23 lines
582 B
C

/* Generated automatically by the program `genattr'
from the machine description file `md'.
$Id: insn-attr.h,v 1.2 1993/08/02 17:36:56 mycroft Exp $
*/
#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