OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FR400_MAJOR_M_2
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
frv-desc.c
117
{ "M_2",
FR400_MAJOR_M_2
},
[
all
...]
frv-desc.h
[
all
...]
frv-opc.c
92
if (major >= FR400_MAJOR_M_1 && major <=
FR400_MAJOR_M_2
)
498
Catch the invalid combinations here. Insns of major class
FR400_MAJOR_M_2
502
case
FR400_MAJOR_M_2
:
504
&& ! find_major_in_vliw (vliw,
FR400_MAJOR_M_2
);
506
return ! find_major_in_vliw (vliw,
FR400_MAJOR_M_2
);
[
all
...]
/toolchain/binutils/binutils-2.25/cpu/
frv.opc
141
if (major >= FR400_MAJOR_M_1 && major <=
FR400_MAJOR_M_2
)
547
Catch the invalid combinations here. Insns of major class
FR400_MAJOR_M_2
551
case
FR400_MAJOR_M_2
:
553
&& ! find_major_in_vliw (vliw,
FR400_MAJOR_M_2
);
555
return ! find_major_in_vliw (vliw,
FR400_MAJOR_M_2
);
[
all
...]
Completed in 48 milliseconds