Home
last modified time | relevance | path

Searched refs:DSP_REG_MASK (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/opcodes/
Dmetag-dis.c2375 base_no = (insn_word >> 14) & DSP_REG_MASK; in print_dget_set()
2401 unsigned int offset_part = (insn_word >> 9) & DSP_REG_MASK; in print_dget_set()
2489 addr_reg_nums[0] = ((insn_word >> 19) & DSP_REG_MASK); in decode_template_definition()
2509 addr_reg_nums[1] = ((insn_word >> 14) & DSP_REG_MASK); in decode_template_definition()
3237 addr_reg_nums[0] = ((insn_word >> 19) & DSP_REG_MASK); in print_dalu()
3257 addr_reg_nums[1] = ((insn_word >> 14) & DSP_REG_MASK); in print_dalu()
/toolchain/binutils/binutils-2.27/include/opcode/
Dmetag.h2074 #define DSP_REG_MASK 0xf macro