Lines Matching defs:field

1675    Usually the offset in an unextended instruction is a 5-bit field.
1678 stack pointer, which have an 8-bit immediate field. */
3799 tree field;
3801 /* First check to see if there is any such field. */
3802 for (field = TYPE_FIELDS (type); field; field = TREE_CHAIN (field))
3803 if (TREE_CODE (field) == FIELD_DECL
3804 && TREE_CODE (TREE_TYPE (field)) == REAL_TYPE
3805 && TYPE_PRECISION (TREE_TYPE (field)) == BITS_PER_WORD
3806 && host_integerp (bit_position (field), 0)
3807 && int_bit_position (field) % BITS_PER_WORD == 0)
3810 if (field != 0)
3824 field = TYPE_FIELDS (type);
3829 for (; field; field = TREE_CHAIN (field))
3830 if (TREE_CODE (field) == FIELD_DECL
3831 && int_bit_position (field) >= bitpos)
3834 if (field
3835 && int_bit_position (field) == bitpos
3836 && TREE_CODE (TREE_TYPE (field)) == REAL_TYPE
3838 && TYPE_PRECISION (TREE_TYPE (field)) == BITS_PER_WORD)
4384 *OP is a BLKmode reference to the whole field.
4390 *RIGHT is a QImode reference to the opposite end of the field and
4409 a reference to the first byte of the field, it is not necessary to
4419 /* Adjust *OP to refer to the whole field. This also has the effect
4424 /* Get references to both ends of the field. We deliberately don't
5822 setting bits in the ELF header's flags field, but we have run out of
7324 floating-point registers as long as every field has a floating-point
7330 tree field;
7340 for (field = TYPE_FIELDS (valtype); field != 0; field = TREE_CHAIN (field))
7342 if (TREE_CODE (field) != FIELD_DECL)
7345 if (TREE_CODE (TREE_TYPE (field)) != REAL_TYPE)
7351 fields[i++] = field;
8712 (which is usually the "rt" field).
8714 In beq, beql, bne and bnel instructions, the rt field is actually an
10175 branch instruction. TARGET_FLAGS is a builtin_description field. */