Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c14699 unsigned float_or_poly; member
14801 #define NEON_ENC_POLY_(X) (neon_enc_tab[(X) & 0x0fffffff].float_or_poly)
14802 #define NEON_ENC_FLOAT_(X) (neon_enc_tab[(X) & 0x0fffffff].float_or_poly)
14806 #define NEON_ENC_LANE_(X) (neon_enc_tab[(X) & 0x0fffffff].float_or_poly)
14811 ((neon_enc_tab[(X) & 0x0fffffff].float_or_poly) | ((X) & 0xf0000000))
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c14729 unsigned float_or_poly; member
14831 #define NEON_ENC_POLY_(X) (neon_enc_tab[(X) & 0x0fffffff].float_or_poly)
14832 #define NEON_ENC_FLOAT_(X) (neon_enc_tab[(X) & 0x0fffffff].float_or_poly)
14836 #define NEON_ENC_LANE_(X) (neon_enc_tab[(X) & 0x0fffffff].float_or_poly)
14841 ((neon_enc_tab[(X) & 0x0fffffff].float_or_poly) | ((X) & 0xf0000000))