Searched refs:DSP_ARGS_DACC (Results 1 – 3 of 3) sorted by relevance
2582 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()
591 #define DSP_ARGS_DACC 0x0000010 /* Target accumulator as destination */ macro1939 DSP_ARGS_1|DSP_ARGS_DACC },
5094 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()