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_U8
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
14794
N_U8
= 0x0000010,
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)
14841
#define N_SU_MVE (N_S8 | N_S16 | N_S32 |
N_U8
| N_U16 | N_U32)
15104
case 8: return
N_U8
;
15132
if ((mask & (N_S8 |
N_U8
| N_I8 | N_8 | N_P8)) != 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);
16066
= neon_check_type (2, NS_QQI, N_EQK, N_S8 |
N_U8
| N_S16 | N_U16 | N_KEY)
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
14797
N_U8
= 0x0000010,
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)
14844
#define N_SU_MVE (N_S8 | N_S16 | N_S32 |
N_U8
| N_U16 | N_U32)
15107
case 8: return
N_U8
;
15135
if ((mask & (N_S8 |
N_U8
| N_I8 | N_8 | N_P8)) != 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);
16069
= neon_check_type (2, NS_QQI, N_EQK, N_S8 |
N_U8
| N_S16 | N_U16 | N_KEY)
[
all
...]
Completed in 50 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026