Searched refs:CGEN_INSN_OPTIONAL_DSP_INSN (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mep.c | 191 | (1 << CGEN_INSN_OPTIONAL_DSP_INSN) ) 318 optbits |= 1 << CGEN_INSN_OPTIONAL_DSP_INSN; in md_parse_option() 319 optbitset |= 1 << CGEN_INSN_OPTIONAL_DSP_INSN; in md_parse_option() 322 optbits &= ~(1 << CGEN_INSN_OPTIONAL_DSP_INSN); in md_parse_option() 323 optbitset |= 1 << CGEN_INSN_OPTIONAL_DSP_INSN; in md_parse_option()
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mep-desc.h | 300 …, CGEN_INSN_OPTIONAL_UCI_INSN, CGEN_INSN_OPTIONAL_DSP_INSN, CGEN_INSN_OPTIONAL_CP_INSN, CGEN_INSN_… enumerator 340 …EN_INSN_OPTIONAL_DSP_INSN_VALUE(attrs) (((attrs)->bool_ & (1 << CGEN_INSN_OPTIONAL_DSP_INSN)) != 0)
|
D | mep-opc.c | 86 | (1 << CGEN_INSN_OPTIONAL_DSP_INSN) \ 95 … 1, "\x4" }, { 1, "\x3c" }, { 1, "\xc0" }, OPTION_MASK | (1 << CGEN_INSN_OPTIONAL_DSP_INSN) | (1 <…
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | mep.opc | 1576 | (1 << CGEN_INSN_OPTIONAL_DSP_INSN) \ 1585 … 1, "\x4" }, { 1, "\x3c" }, { 1, "\xc0" }, OPTION_MASK | (1 << CGEN_INSN_OPTIONAL_DSP_INSN) | (1 <…
|