Searched refs:DSP_ARGS_ACC2 (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | metag.h | 588 #define DSP_ARGS_ACC2 0x0000002 /* Accumulator source operand 2 */ macro 1206 DSP_ARGS_1|DSP_ARGS_ACC2|DSP_ARGS_XACC|DSP_ARGS_IMM }, 1215 0x08000100, 0xfe000104, INSN_DSP, ENC_DALU, DSP_ARGS_1|DSP_ARGS_ACC2 }, 1256 DSP_ARGS_1|DSP_ARGS_ACC2|DSP_ARGS_XACC }, 1270 0x18000100, 0xfe000104, INSN_DSP, ENC_DALU, DSP_ARGS_1|DSP_ARGS_ACC2 },
|
/toolchain/binutils/binutils-2.25/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()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-metag.c | 5211 if (!(template->arg_type & DSP_ARGS_ACC2)) in parse_dalu() 5229 if (template->arg_type & DSP_ARGS_ACC2) in parse_dalu()
|