Home
last modified time | relevance | path

Searched refs:DSP_ARGS_DACC (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dmetag-dis.c2582 if (template->arg_type & DSP_ARGS_DACC) in print_dalu()
2624 if (template->arg_type & DSP_ARGS_DACC && in print_dalu()
2753 if ((template->arg_type & DSP_ARGS_DACC) && in print_dalu()
/toolchain/binutils/binutils-2.25/include/opcode/
Dmetag.h591 #define DSP_ARGS_DACC 0x0000010 /* Target accumulator as destination */ macro
1939 DSP_ARGS_1|DSP_ARGS_DACC },
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-metag.c5094 if (template->arg_type & DSP_ARGS_DACC) in parse_dalu()
5157 if (is_accumulator_reg(regs[0]) && !(template->arg_type & DSP_ARGS_DACC)) in parse_dalu()