Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dmetag.h593 #define DSP_ARGS_2 0x0000040 /* De.r,Dx.r (2 register operands) */ macro
1847 DSP_ARGS_2|DSP_ARGS_DSP_SRC1 },
1850 DSP_ARGS_2|DSP_ARGS_DSP_SRC2 },
1943 0x70000128, 0xfe0001ec, INSN_DSP, ENC_DALU, DSP_ARGS_2 },
1945 0x70000104, 0xfe0001ec, INSN_DSP, ENC_DALU, DSP_ARGS_2 },
1947 0x70000108, 0xfe0001ec, INSN_DSP, ENC_DALU, DSP_ARGS_2 },
1949 0x70000000, 0xfe0000ec, INSN_DSP, ENC_DALU, DSP_ARGS_2|DSP_ARGS_IMM },
1951 0x72000003, 0xfe000003, INSN_DSP, ENC_DALU, DSP_ARGS_2|DSP_ARGS_IMM },
1953 0x78000100, 0xfe0001ec, INSN_DSP, ENC_DALU, DSP_ARGS_2|DSP_ARGS_IMM },
1955 0x7a000003, 0xfe000003, INSN_DSP, ENC_DALU, DSP_ARGS_2|DSP_ARGS_IMM },
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
Dmetag-dis.c2916 else if (template->arg_type & DSP_ARGS_2) /* Group 2. */ in print_dalu()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-metag.c5311 if (template->arg_type & DSP_ARGS_2) in parse_dalu()