Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c15601 unsigned regwidth, match; in neon_check_type() local
15610 regwidth = neon_shape_el_size[regshape]; in neon_check_type()
15621 if (regwidth == 32 && match == 16) in neon_check_type()
15624 match = regwidth; in neon_check_type()
15632 if (regwidth != match) in neon_check_type()