OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROCESSOR_V850
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
v850.h
70
#define
PROCESSOR_V850
(1 << (arch_V850)) /* Just the V850. */
82
#define PROCESSOR_ALL (
PROCESSOR_V850
| PROCESSOR_V850E_UP)
85
#define PROCESSOR_NOT_V850 (PROCESSOR_ALL & (~
PROCESSOR_V850
)) /* Any processor except the V850. */
/toolchain/binutils/binutils-2.25/opcodes/
v850-dis.c
236
target_processor =
PROCESSOR_V850
;
594
target_processor =
PROCESSOR_V850
;
703
&& target_processor !=
PROCESSOR_V850
)
/toolchain/binutils/binutils-2.25/gas/config/
tc-v850.c
527
case 0: SET_PROCESSOR_MASK (processor_mask,
PROCESSOR_V850
); break;
528
case bfd_mach_v850: SET_PROCESSOR_MASK (processor_mask,
PROCESSOR_V850
); break;
[
all
...]
Completed in 209 milliseconds