Searched refs:field_t (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/binutils/opcodes/
H A Dnds32-dis.c46 extern const field_t operand_fields[];
142 nds32_parse_audio_ext (const field_t *pfd,
239 const field_t *pfd;
297 pfd = (const field_t *) &operand_fields[0];
H A Dnds32-asm.h265 } field_t; typedef in typeref:struct:nds32_field
H A Dnds32-asm.c98 const field_t operand_fields[] =
1455 field_t *fd;
1505 fd = (field_t *) htab_find_with_hash (field_htab, odstr, hash);
1957 const field_t *fld = &LEX_GET_FIELD (syn);
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c7537 tree tmp_ha, field_t, field_ptr_t; local
7547 field_t = float_type_node;
7551 field_t = double_type_node;
7555 field_t = long_double_type_node;
7563 field_t = float_type_node;
7571 field_t = build_vector_type_for_mode (innertype, ag_mode);
7572 field_ptr_t = build_pointer_type (field_t);
7583 t = build2 (MODIFY_EXPR, field_t,
7584 build1 (INDIRECT_REF, field_t, tmp_ha),
7585 build1 (INDIRECT_REF, field_t,
[all...]

Completed in 103 milliseconds