Home | History | Annotate | Download | only in include

Lines Matching refs:mode

30   enum machine_mode mode;	/* Use machine mode to know IBIT and FBIT.  */
44 #define FCONST0(mode) fconst0[mode - QQmode]
45 #define FCONST1(mode) fconst1[mode - HAmode]
47 /* Return a CONST_FIXED with value R and mode M. */
52 /* Construct a FIXED_VALUE from a bit payload and machine mode MODE.
53 The bits in PAYLOAD are sign-extended/zero-extended according to MODE. */
57 /* Return a CONST_FIXED from a bit payload and machine mode MODE.
58 The bits in PAYLOAD are sign-extended/zero-extended according to MODE. */
61 enum machine_mode mode)
64 const_fixed_from_fixed_value (fixed_from_double_int (payload, mode),
65 mode);
75 /* Extend or truncate to a new mode. */
79 /* Convert to a fixed-point mode from an integer. */
83 /* Convert to a fixed-point mode from a real. */
87 /* Convert to a real mode from a fixed-point. */