Searched refs:NT_unsigned (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-arm.c | 342 NT_unsigned enumerator 1310 case 'u': thistype = NT_unsigned; break; in parse_neon_type() 13291 *g_type = NT_unsigned; in neon_modify_type_size() 13377 case NT_unsigned: in type_chk_of_el_type() 13418 *type = NT_unsigned; in el_type_of_type_chk() 13566 if ((g_type == NT_signed || g_type == NT_unsigned) in neon_check_type() 14072 neon_three_same (neon_quad (rs), et.type == NT_unsigned, et.size); in do_neon_dyadic_i_su() 14081 neon_three_same (neon_quad (rs), et.type == NT_unsigned, et.size); in do_neon_dyadic_i64_su() 14131 neon_three_same (neon_quad (rs), et.type == NT_unsigned, et.size); in do_neon_shl_imm() 14144 neon_imm_shift (TRUE, et.type == NT_unsigned, neon_quad (rs), et, in do_neon_qshl_imm() [all …]
|