Home | History | Annotate | Download | only in config

Lines Matching defs:integer

1403    a 4-bit integer.  */
2315 /* Try parsing as an integer. */
4669 Integer arg to pass to the function. */
4951 /* Detect the presence of a floating point or integer zero constant,
4979 loaded as integer constants. */
4991 /* We must not accidentally parse an integer as a floating-point number. Make
4992 sure that the value we parse is not an integer by checking for special
12849 unsigned integer;
12893 X(vcvt, 0x1b30600, N_INV, 0x0800e10), /* integer, fixed-point. */ \
12945 #define NEON_ENC_INTEGER_(X) (neon_enc_tab[(X) & 0x0fffffff].integer)
12946 #define NEON_ENC_ARMREG_(X) (neon_enc_tab[(X) & 0x0fffffff].integer)
12951 #define NEON_ENC_INTERLV_(X) (neon_enc_tab[(X) & 0x0fffffff].integer)
12955 ((neon_enc_tab[(X) & 0x0fffffff].integer) | ((X) & 0xf0000000))
12959 ((neon_enc_tab[(X) & 0x0fffffff].integer) | ((X) & 0xf000000))
13156 N_INT = 0x0000010, /* If N_EQK, this operand is forced to be integer. */
13572 integer types if sign-specific variants are unavailable. */
14137 NEON_ENCODE (INTEGER, inst);
14165 NEON_ENCODE (INTEGER, inst);
14248 NEON_ENCODE (INTEGER, inst);
14348 NEON_ENCODE (INTEGER, inst);
14625 is encoded the same as the integer type. */
14658 NEON_ENCODE (INTEGER, inst);
14762 NEON_ENCODE (INTEGER, inst);
14776 NEON_ENCODE (INTEGER, inst);
14842 NEON_ENCODE (INTEGER, inst);
14882 NEON_ENCODE (INTEGER, inst);
15136 integer conversion. */
15183 NEON_ENCODE (INTEGER, inst);
15397 NEON_ENCODE (INTEGER, inst);
15464 NEON_ENCODE (INTEGER, inst);
15489 so force the operand type to integer. */
15513 NEON_ENCODE (INTEGER, inst);
15935 NEON_ENCODE (INTEGER, inst);
16611 NEON_ENCODE (INTEGER, inst);
16636 NEON_ENCODE (INTEGER, inst);
17908 /* ARM integer registers. */
18695 /* ARM V6 not included in V7M (eg. integer SIMD). */
19648 /* integer ops, valid types S8 S16 S32 U8 U16 U32. */
19657 /* integer ops, valid types S8 S16 S32 S64 U8 U16 U32 U64. */
20286 /* Turn an integer of n bytes (in val) into a stream of bytes appropriate
25275 We set Tag_DIV_use to two when integer divide instructions have been used
25276 in ARM state, or when Thumb integer divide instructions have been used,
25279 For ARMv8 we set the tag to 0 as integer divide is implied by the base
25514 /* Given a symbolic attribute NAME, return the proper integer value.