Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/nbperf/
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/dist/gas/config/
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 …]