OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:N_U32
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
14796
N_U32
= 0x0000040,
14830
#define N_SU_ALL (N_S8 | N_S16 | N_S32 | N_S64 | N_U8 | N_U16 |
N_U32
| N_U64)
14831
#define N_SU_32 (N_S8 | N_S16 | N_S32 | N_U8 | N_U16 |
N_U32
)
14832
#define N_SU_16_64 (N_S16 | N_S32 | N_S64 | N_U16 |
N_U32
| N_U64)
14841
#define N_SU_MVE (N_S8 | N_S16 | N_S32 | N_U8 | N_U16 |
N_U32
)
15106
case 32: return
N_U32
;
15137
else if ((mask & (N_S32 |
N_U32
| N_I32 | N_32 | N_F32)) != 0)
15146
else if ((mask & (N_U8 | N_U16 |
N_U32
| N_U64)) != 0)
16010
et = neon_check_type (2, rs, N_KEY | N_U8 | N_U16 |
N_U32
, N_EQK);
16022
et = neon_check_type (3, rs, N_KEY | N_U8 | N_U16 |
N_U32
, N_EQK, N_EQK)
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
14799
N_U32
= 0x0000040,
14833
#define N_SU_ALL (N_S8 | N_S16 | N_S32 | N_S64 | N_U8 | N_U16 |
N_U32
| N_U64)
14834
#define N_SU_32 (N_S8 | N_S16 | N_S32 | N_U8 | N_U16 |
N_U32
)
14835
#define N_SU_16_64 (N_S16 | N_S32 | N_S64 | N_U16 |
N_U32
| N_U64)
14844
#define N_SU_MVE (N_S8 | N_S16 | N_S32 | N_U8 | N_U16 |
N_U32
)
15109
case 32: return
N_U32
;
15140
else if ((mask & (N_S32 |
N_U32
| N_I32 | N_32 | N_F32)) != 0)
15149
else if ((mask & (N_U8 | N_U16 |
N_U32
| N_U64)) != 0)
16013
et = neon_check_type (2, rs, N_KEY | N_U8 | N_U16 |
N_U32
, N_EQK);
16025
et = neon_check_type (3, rs, N_KEY | N_U8 | N_U16 |
N_U32
, N_EQK, N_EQK)
[
all
...]
Completed in 155 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026