OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FRV_VLIW_SIZE
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
frv-opc.h
39
#define
FRV_VLIW_SIZE
8 /* fr550 has largest vliw size of 8. */
42
typedef CGEN_ATTR_VALUE_ENUM_TYPE VLIW_COMBO[
FRV_VLIW_SIZE
];
52
CGEN_ATTR_VALUE_ENUM_TYPE major[
FRV_VLIW_SIZE
];
53
const CGEN_INSN * insn[
FRV_VLIW_SIZE
];
frv-opc.c
810
if (slot_index >=
FRV_VLIW_SIZE
)
[
all
...]
/toolchain/binutils/binutils-2.25/cpu/
frv.opc
53
#define
FRV_VLIW_SIZE
8 /* fr550 has largest vliw size of 8. */
56
typedef CGEN_ATTR_VALUE_ENUM_TYPE VLIW_COMBO[
FRV_VLIW_SIZE
];
66
CGEN_ATTR_VALUE_ENUM_TYPE major[
FRV_VLIW_SIZE
];
67
const CGEN_INSN * insn[
FRV_VLIW_SIZE
];
859
if (slot_index >=
FRV_VLIW_SIZE
)
[
all
...]
Completed in 202 milliseconds