OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEP_OMASK
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-mep.c
396
if ((
MEP_OMASK
& (1 << CGEN_INSN_OPTIONAL_MUL_INSN))
397
|| (
MEP_OMASK
& (1 << CGEN_INSN_OPTIONAL_DIV_INSN)))
399
if (
MEP_OMASK
& (1 << CGEN_INSN_OPTIONAL_DEBUG_INSN))
401
if (
MEP_OMASK
& (1 << CGEN_INSN_OPTIONAL_CP_INSN))
482
MEP_OMASK
&= ~OPTION_MASK;
483
MEP_OMASK
|= optbits;
486
MEP_OMASK
= (
MEP_OMASK
& ~optbitset) | optbits;
[
all
...]
/toolchain/binutils/binutils-2.25/cpu/
mep.opc
58
#define
MEP_OMASK
(mep_config_map[mep_config_index].option_mask)
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
mep-opc.h
63
#define
MEP_OMASK
(mep_config_map[mep_config_index].option_mask)
mep-opc.c
151
if (CGEN_INSN_ATTRS (insn)->bool_ & OPTION_MASK & ~
MEP_OMASK
)
[
all
...]
Completed in 73 milliseconds