Searched refs:DSP_ARGS_IMM (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | metag.h | 600 #define DSP_ARGS_IMM 0x0000200 /* Immediate value for src 2 */ macro 1210 DSP_ARGS_1|DSP_ARGS_ACC2|DSP_ARGS_XACC|DSP_ARGS_IMM }, 1213 DSP_ARGS_1|DSP_ARGS_IMM }, 1221 0x0a000003, 0xfe000003, INSN_DSP, ENC_DALU, DSP_ARGS_1|DSP_ARGS_IMM }, 1262 0x12000003, 0xfe000003, INSN_DSP, ENC_DALU, DSP_ARGS_1|DSP_ARGS_IMM }, 1276 0x1a000003, 0xfe000003, INSN_DSP, ENC_DALU, DSP_ARGS_1|DSP_ARGS_IMM }, 1890 0x22000003, 0xfe000003, INSN_DSP, ENC_DALU, DSP_ARGS_1|DSP_ARGS_IMM }, 1894 0x2a000003, 0xfe000003, INSN_DSP, ENC_DALU, DSP_ARGS_1|DSP_ARGS_IMM }, 1904 0x32000003, 0xfe000003, INSN_DSP, ENC_DALU, DSP_ARGS_1|DSP_ARGS_IMM }, 1908 0x3a000003, 0xfe000003, INSN_DSP, ENC_DALU, DSP_ARGS_1|DSP_ARGS_IMM }, [all …]
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | metag-dis.c | 2709 imm = (((insn_word >> 24) & 0x2) && (template->arg_type & DSP_ARGS_IMM)); in print_dalu() 2929 else if (template->arg_type & DSP_ARGS_IMM) in print_dalu()
|