OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPTION_MASK
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/cpu/
mep.opc
46
unsigned int
option_mask
;
58
#define MEP_OMASK (mep_config_map[mep_config_index].
option_mask
)
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-mep.c
180
#define
OPTION_MASK
\
482
MEP_OMASK &= ~
OPTION_MASK
;
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
mep-opc.c
74
#define
OPTION_MASK
\
95
{ "", 0, EF_MEP_COP_IVC2 | EF_MEP_CPU_C5,0, 64, { 1, "\x20" }, { 1, "\x10" }, { 1, "\x8" }, { 1, "\x4" }, { 1, "\x3c" }, { 1, "\xc0" },
OPTION_MASK
| (1 << CGEN_INSN_OPTIONAL_DSP_INSN) | (1 << CGEN_INSN_OPTIONAL_UCI_INSN) },
151
if (CGEN_INSN_ATTRS (insn)->bool_ &
OPTION_MASK
& ~MEP_OMASK)
[
all
...]
Completed in 661 milliseconds