Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c341 NT_signed, enumerator
1309 case 's': thistype = NT_signed; break; in parse_neon_type()
13289 *g_type = NT_signed; in neon_modify_type_size()
13366 case NT_signed: in type_chk_of_el_type()
13416 *type = NT_signed; in el_type_of_type_chk()
13566 if ((g_type == NT_signed || g_type == NT_unsigned) in neon_check_type()
15806 case 8: abcdebits = (et.type == NT_signed) ? 0x08 : 0x18; break; in do_neon_mov()
15807 case 16: abcdebits = (et.type == NT_signed) ? 0x01 : 0x11; break; in do_neon_mov()