OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROCESSOR_ALL
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
v850-opc.c
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-v850.c
607
{ "ep", 30,
PROCESSOR_ALL
}, /* ep - element ptr. */
608
{ "gp", 4,
PROCESSOR_ALL
}, /* gp - global ptr. */
609
{ "hp", 2,
PROCESSOR_ALL
}, /* hp - handler stack ptr. */
610
{ "lp", 31,
PROCESSOR_ALL
}, /* lp - link ptr. */
611
{ "r0", 0,
PROCESSOR_ALL
},
612
{ "r1", 1,
PROCESSOR_ALL
},
613
{ "r10", 10,
PROCESSOR_ALL
},
614
{ "r11", 11,
PROCESSOR_ALL
},
615
{ "r12", 12,
PROCESSOR_ALL
},
616
{ "r13", 13,
PROCESSOR_ALL
},
[
all
...]
/toolchain/binutils/binutils-2.25/include/opcode/
v850.h
82
#define
PROCESSOR_ALL
(PROCESSOR_V850 | PROCESSOR_V850E_UP)
84
#define PROCESSOR_MASK (
PROCESSOR_ALL
)
85
#define PROCESSOR_NOT_V850 (
PROCESSOR_ALL
& (~ PROCESSOR_V850)) /* Any processor except the V850. */
Completed in 399 milliseconds