Searched refs:g_type (Results 1 – 3 of 3) sorted by relevance
150 const char *g_type; in print_hash() local162 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()
15238 neon_modify_type_size (unsigned typebits, enum neon_el_type *g_type, in neon_modify_type_size() argument15250 *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() local15534 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 …]
15268 neon_modify_type_size (unsigned typebits, enum neon_el_type *g_type, in neon_modify_type_size() argument15280 *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() local15564 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 …]