OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEP_VLIW64
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/cpu/
mep.opc
61
#define
MEP_VLIW64
(mep_config_map[mep_config_index].vliw_bits == 64)
1066
if ((!
MEP_VLIW64
&& (status != 4)) || (
MEP_VLIW64
&& (status != 8)))
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
mep-dis.c
262
if ((!
MEP_VLIW64
&& (status != 4)) || (
MEP_VLIW64
&& (status != 8)))
651
/* This instantly redefines MEP_CONFIG, MEP_OMASK, ....
MEP_VLIW64
*/
673
if (
MEP_VLIW64
)
[
all
...]
mep-opc.h
66
#define
MEP_VLIW64
(mep_config_map[mep_config_index].vliw_bits == 64)
/toolchain/binutils/binutils-2.25/gas/config/
tc-mep.c
[
all
...]
Completed in 103 milliseconds