Home
last modified time | relevance | path

Searched refs:g_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/nbperf/
H A Dnbperf-chm.c150 const char *g_type; in print_hash() local
162 g_type = "uint32_t"; in print_hash()
166 g_type = "uint16_t"; in print_hash()
170 g_type = "uint8_t"; in print_hash()
175 g_type, state->graph.v); in print_hash()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c15238 neon_modify_type_size (unsigned typebits, enum neon_el_type *g_type, in neon_modify_type_size() argument
15250 *g_type = NT_signed; in neon_modify_type_size()
15252 *g_type = NT_unsigned; in neon_modify_type_size()
15254 *g_type = NT_integer; in neon_modify_type_size()
15256 *g_type = NT_float; in neon_modify_type_size()
15258 *g_type = NT_untyped; in neon_modify_type_size()
15529 enum neon_el_type g_type = inst.vectype.el[i].type; in neon_check_type() local
15534 if ((g_type == NT_signed || g_type == NT_unsigned) in neon_check_type()
15536 g_type = NT_integer; in neon_check_type()
15546 g_type = NT_untyped; in neon_check_type()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c15268 neon_modify_type_size (unsigned typebits, enum neon_el_type *g_type, in neon_modify_type_size() argument
15280 *g_type = NT_signed; in neon_modify_type_size()
15282 *g_type = NT_unsigned; in neon_modify_type_size()
15284 *g_type = NT_integer; in neon_modify_type_size()
15286 *g_type = NT_float; in neon_modify_type_size()
15288 *g_type = NT_untyped; in neon_modify_type_size()
15559 enum neon_el_type g_type = inst.vectype.el[i].type; in neon_check_type() local
15564 if ((g_type == NT_signed || g_type == NT_unsigned) in neon_check_type()
15566 g_type = NT_integer; in neon_check_type()
15576 g_type = NT_untyped; in neon_check_type()
[all …]