Searched refs:DSP_ARGS_ACC2 (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | metag.h | 592 #define DSP_ARGS_ACC2 0x0000002 /* Accumulator source operand 2 */ macro 1210 DSP_ARGS_1|DSP_ARGS_ACC2|DSP_ARGS_XACC|DSP_ARGS_IMM }, 1219 0x08000100, 0xfe000104, INSN_DSP, ENC_DALU, DSP_ARGS_1|DSP_ARGS_ACC2 }, 1260 DSP_ARGS_1|DSP_ARGS_ACC2|DSP_ARGS_XACC }, 1274 0x18000100, 0xfe000104, INSN_DSP, ENC_DALU, DSP_ARGS_1|DSP_ARGS_ACC2 },
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | metag-dis.c | 2594 if (template->arg_type & DSP_ARGS_ACC2) in print_dalu() 2644 if ((template->arg_type & DSP_ARGS_ACC2) && in print_dalu() 2654 else if (ac && (template->arg_type & DSP_ARGS_ACC2)) in print_dalu() 2719 if (template->arg_type & DSP_ARGS_ACC2) in print_dalu() 2801 if (ac && (template->arg_type & DSP_ARGS_ACC2)) in print_dalu()
|