Searched refs:UNIT_RAM_D1 (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | metag.h | 42 UNIT_RAM_D1, enumerator 325 { "D1AR.0", UNIT_RAM_D1, 0 }, 326 { "D1AR.1", UNIT_RAM_D1, 1 }, 327 { "D1AW.0", UNIT_RAM_D1, 2 }, 328 { "D1AW.1", UNIT_RAM_D1, 3 }, 329 { "D1BR.0", UNIT_RAM_D1, 4 }, 330 { "D1BR.1", UNIT_RAM_D1, 5 }, 331 { "D1BW.0", UNIT_RAM_D1, 6 }, 332 { "D1BW.1", UNIT_RAM_D1, 7 }, 333 { "D1ARI.0", UNIT_RAM_D1, 8 }, [all …]
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | metag-dis.c | 2246 if ((reg->unit == UNIT_RAM_D1 || reg->unit == UNIT_ACC_D1) && 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()
|