Lines Matching defs:integer
1453 a 4-bit integer. */
2370 /* Try parsing as an integer. */
4675 Integer arg to pass to the function. */
4959 /* Detect the presence of a floating point or integer zero constant,
4997 loaded as integer constants. */
5009 /* We must not accidentally parse an integer as a floating-point number. Make
5010 sure that the value we parse is not an integer by checking for special
13153 unsigned integer;
13199 X(vcvt, 0x1b30600, N_INV, 0x0800e10), /* integer, fixed-point. */ \
13251 #define NEON_ENC_INTEGER_(X) (neon_enc_tab[(X) & 0x0fffffff].integer)
13252 #define NEON_ENC_ARMREG_(X) (neon_enc_tab[(X) & 0x0fffffff].integer)
13257 #define NEON_ENC_INTERLV_(X) (neon_enc_tab[(X) & 0x0fffffff].integer)
13261 ((neon_enc_tab[(X) & 0x0fffffff].integer) | ((X) & 0xf0000000))
13265 ((neon_enc_tab[(X) & 0x0fffffff].integer) | ((X) & 0xf000000))
13477 N_INT = 0x0000010, /* If N_EQK, this operand is forced to be integer. */
13941 integer types if sign-specific variants are unavailable. */
14574 NEON_ENCODE (INTEGER, inst);
14604 NEON_ENCODE (INTEGER, inst);
14687 NEON_ENCODE (INTEGER, inst);
14787 NEON_ENCODE (INTEGER, inst);
15066 is encoded the same as the integer type. */
15099 NEON_ENCODE (INTEGER, inst);
15131 NEON_ENCODE (INTEGER, inst);
15237 NEON_ENCODE (INTEGER, inst);
15251 NEON_ENCODE (INTEGER, inst);
15317 NEON_ENCODE (INTEGER, inst);
15357 NEON_ENCODE (INTEGER, inst);
15675 integer conversion. */
15740 NEON_ENCODE (INTEGER, inst);
15970 NEON_ENCODE (INTEGER, inst);
16037 NEON_ENCODE (INTEGER, inst);
16062 so force the operand type to integer. */
16086 NEON_ENCODE (INTEGER, inst);
16537 NEON_ENCODE (INTEGER, inst);
17245 NEON_ENCODE (INTEGER, inst);
17270 NEON_ENCODE (INTEGER, inst);
18597 /* ARM integer registers. */
19390 /* ARM V6 not included in V7M (eg. integer SIMD). */
20374 /* integer ops, valid types S8 S16 S32 U8 U16 U32. */
20383 /* integer ops, valid types S8 S16 S32 S64 U8 U16 U32 U64. */
21037 /* Turn an integer of n bytes (in val) into a stream of bytes appropriate
26357 We set Tag_DIV_use to two when integer divide instructions have been used
26358 in ARM state, or when Thumb integer divide instructions have been used,
26361 For ARMv8-A and ARMv8-M we set the tag to 0 as integer divide is implied
26612 /* Given a symbolic attribute NAME, return the proper integer value.