OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROCESSOR_V850
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl3/binutils/dist/include/opcode/
v850.h
74
#define
PROCESSOR_V850
(1 << (arch_V850)) /* Just the V850. */
86
#define PROCESSOR_ALL (
PROCESSOR_V850
| PROCESSOR_V850E_UP)
89
#define PROCESSOR_NOT_V850 (PROCESSOR_ALL & (~
PROCESSOR_V850
)) /* Any processor except the V850. */
/src/external/gpl3/binutils.old/dist/include/opcode/
v850.h
74
#define
PROCESSOR_V850
(1 << (arch_V850)) /* Just the V850. */
86
#define PROCESSOR_ALL (
PROCESSOR_V850
| PROCESSOR_V850E_UP)
89
#define PROCESSOR_NOT_V850 (PROCESSOR_ALL & (~
PROCESSOR_V850
)) /* Any processor except the V850. */
/src/external/gpl3/gdb/dist/include/opcode/
v850.h
74
#define
PROCESSOR_V850
(1 << (arch_V850)) /* Just the V850. */
86
#define PROCESSOR_ALL (
PROCESSOR_V850
| PROCESSOR_V850E_UP)
89
#define PROCESSOR_NOT_V850 (PROCESSOR_ALL & (~
PROCESSOR_V850
)) /* Any processor except the V850. */
/src/external/gpl3/gdb.old/dist/include/opcode/
v850.h
74
#define
PROCESSOR_V850
(1 << (arch_V850)) /* Just the V850. */
86
#define PROCESSOR_ALL (
PROCESSOR_V850
| PROCESSOR_V850E_UP)
89
#define PROCESSOR_NOT_V850 (PROCESSOR_ALL & (~
PROCESSOR_V850
)) /* Any processor except the V850. */
/src/external/gpl3/binutils/dist/opcodes/
v850-dis.c
293
target_processor =
PROCESSOR_V850
;
659
target_processor =
PROCESSOR_V850
;
768
&& target_processor !=
PROCESSOR_V850
)
/src/external/gpl3/binutils.old/dist/opcodes/
v850-dis.c
293
target_processor =
PROCESSOR_V850
;
659
target_processor =
PROCESSOR_V850
;
768
&& target_processor !=
PROCESSOR_V850
)
/src/external/gpl3/gdb/dist/opcodes/
v850-dis.c
293
target_processor =
PROCESSOR_V850
;
659
target_processor =
PROCESSOR_V850
;
768
&& target_processor !=
PROCESSOR_V850
)
/src/external/gpl3/gdb.old/dist/opcodes/
v850-dis.c
293
target_processor =
PROCESSOR_V850
;
659
target_processor =
PROCESSOR_V850
;
768
&& target_processor !=
PROCESSOR_V850
)
/src/external/gpl3/binutils/dist/gas/config/
tc-v850.c
519
case 0: SET_PROCESSOR_MASK (processor_mask,
PROCESSOR_V850
); break;
520
case bfd_mach_v850: SET_PROCESSOR_MASK (processor_mask,
PROCESSOR_V850
); break;
1581
SET_PROCESSOR_MASK (processor_mask,
PROCESSOR_V850
);
1915
SET_PROCESSOR_MASK (processor_mask,
PROCESSOR_V850
);
/src/external/gpl3/binutils.old/dist/gas/config/
tc-v850.c
524
case 0: SET_PROCESSOR_MASK (processor_mask,
PROCESSOR_V850
); break;
525
case bfd_mach_v850: SET_PROCESSOR_MASK (processor_mask,
PROCESSOR_V850
); break;
1586
SET_PROCESSOR_MASK (processor_mask,
PROCESSOR_V850
);
1920
SET_PROCESSOR_MASK (processor_mask,
PROCESSOR_V850
);
Completed in 37 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026