Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dmetag.h41 UNIT_RAM_D0, enumerator
303 { "D0AR.0", UNIT_RAM_D0, 0 },
304 { "D0AR.1", UNIT_RAM_D0, 1 },
305 { "D0AW.0", UNIT_RAM_D0, 2 },
306 { "D0AW.1", UNIT_RAM_D0, 3 },
307 { "D0BR.0", UNIT_RAM_D0, 4 },
308 { "D0BR.1", UNIT_RAM_D0, 5 },
309 { "D0BW.0", UNIT_RAM_D0, 6 },
310 { "D0BW.1", UNIT_RAM_D0, 7 },
311 { "D0ARI.0", UNIT_RAM_D0, 8 },
[all …]
/toolchain/binutils/binutils-2.27/opcodes/
Dmetag-dis.c2242 if ((reg->unit == UNIT_RAM_D0 || reg->unit == UNIT_ACC_D0) && in __lookup_dsp_name()
2298 unsigned int dunit = (unit == UNIT_D0) ? UNIT_RAM_D0 : UNIT_RAM_D1; in lookup_any_reg_name()
2479 ram_unit = (data_unit == UNIT_D0) ? UNIT_RAM_D0 : UNIT_RAM_D1; in decode_template_definition()
3088 u = (insn_word & 0x1) ? UNIT_RAM_D1 : UNIT_RAM_D0; in print_dalu()
3153 ram_unit = (data_unit == UNIT_D0) ? UNIT_RAM_D0 : UNIT_RAM_D1; in print_dalu()
3227 ram_unit = (data_unit == UNIT_D0) ? UNIT_RAM_D0 : UNIT_RAM_D1; in print_dalu()