aboutsummaryrefslogtreecommitdiff
path: root/xlat/pr_fp_mode.h
blob: 90275021cd7bdf868e24f9ca8b4d55b4debb5d5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Generated by ./xlat/gen.sh from ./xlat/pr_fp_mode.in; do not edit. */
#if !(defined(PR_FP_MODE_FR) || (defined(HAVE_DECL_PR_FP_MODE_FR) && HAVE_DECL_PR_FP_MODE_FR))
# define PR_FP_MODE_FR (1 << 0)	/* 64b FP registers */
#endif
#if !(defined(PR_FP_MODE_FRE) || (defined(HAVE_DECL_PR_FP_MODE_FRE) && HAVE_DECL_PR_FP_MODE_FRE))
# define PR_FP_MODE_FRE (1 << 1)	/* 32b compatibility */
#endif

#ifdef IN_MPERS

# error static const struct xlat pr_fp_mode in mpers mode

#else

static
const struct xlat pr_fp_mode[] = {
 XLAT(PR_FP_MODE_FR),
 XLAT(PR_FP_MODE_FRE),
 XLAT_END
};

#endif /* !IN_MPERS */