OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PROCESSOR_ALL
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/include/opcode/
v850.h
86
#define
PROCESSOR_ALL
(PROCESSOR_V850 | PROCESSOR_V850E_UP)
88
#define PROCESSOR_MASK (
PROCESSOR_ALL
)
89
#define PROCESSOR_NOT_V850 (
PROCESSOR_ALL
& (~ PROCESSOR_V850)) /* Any processor except the V850. */
/src/external/gpl3/binutils.old/dist/include/opcode/
v850.h
86
#define
PROCESSOR_ALL
(PROCESSOR_V850 | PROCESSOR_V850E_UP)
88
#define PROCESSOR_MASK (
PROCESSOR_ALL
)
89
#define PROCESSOR_NOT_V850 (
PROCESSOR_ALL
& (~ PROCESSOR_V850)) /* Any processor except the V850. */
/src/external/gpl3/gdb/dist/include/opcode/
v850.h
86
#define
PROCESSOR_ALL
(PROCESSOR_V850 | PROCESSOR_V850E_UP)
88
#define PROCESSOR_MASK (
PROCESSOR_ALL
)
89
#define PROCESSOR_NOT_V850 (
PROCESSOR_ALL
& (~ PROCESSOR_V850)) /* Any processor except the V850. */
/src/external/gpl3/gdb.old/dist/include/opcode/
v850.h
86
#define
PROCESSOR_ALL
(PROCESSOR_V850 | PROCESSOR_V850E_UP)
88
#define PROCESSOR_MASK (
PROCESSOR_ALL
)
89
#define PROCESSOR_NOT_V850 (
PROCESSOR_ALL
& (~ PROCESSOR_V850)) /* Any processor except the V850. */
Completed in 25 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026