OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:F_ALIAS
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/include/opcode/
sparc.h
131
#define
F_ALIAS
0x00000002 /* Alias for a "real" instruction. */
139
#define F_PREF_ALIAS (
F_ALIAS
|F_PREFERRED)
aarch64.h
1439
#define
F_ALIAS
(1 << 0)
1474
N.B. this flag requires
F_ALIAS
to be used together. */
1476
/* Use together with
F_ALIAS
to indicate an alias opcode is a programmer
1570
return (opcode->flags &
F_ALIAS
) != 0;
/src/external/gpl3/binutils.old/dist/include/opcode/
sparc.h
131
#define
F_ALIAS
0x00000002 /* Alias for a "real" instruction. */
139
#define F_PREF_ALIAS (
F_ALIAS
|F_PREFERRED)
aarch64.h
1458
#define
F_ALIAS
(1 << 0)
1493
N.B. this flag requires
F_ALIAS
to be used together. */
1495
/* Use together with
F_ALIAS
to indicate an alias opcode is a programmer
1589
return (opcode->flags &
F_ALIAS
) != 0;
/src/external/gpl3/gdb/dist/include/opcode/
sparc.h
131
#define
F_ALIAS
0x00000002 /* Alias for a "real" instruction. */
139
#define F_PREF_ALIAS (
F_ALIAS
|F_PREFERRED)
aarch64.h
1322
#define
F_ALIAS
(1 << 0)
1357
N.B. this flag requires
F_ALIAS
to be used together. */
1359
/* Use together with
F_ALIAS
to indicate an alias opcode is a programmer
1433
return (opcode->flags &
F_ALIAS
) != 0;
/src/external/gpl3/gdb.old/dist/include/opcode/
sparc.h
131
#define
F_ALIAS
0x00000002 /* Alias for a "real" instruction. */
139
#define F_PREF_ALIAS (
F_ALIAS
|F_PREFERRED)
aarch64.h
1236
#define
F_ALIAS
(1 << 0)
1271
N.B. this flag requires
F_ALIAS
to be used together. */
1273
/* Use together with
F_ALIAS
to indicate an alias opcode is a programmer
1324
return (opcode->flags &
F_ALIAS
) != 0;
Completed in 40 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026