Searched refs:UNIT_ACC_D1 (Results 1 – 2 of 2) sorted by relevance
/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() 2606 ac_unit = (data_unit == UNIT_D0) ? UNIT_ACC_D0 : UNIT_ACC_D1; in print_dalu() 2609 ao_unit = UNIT_ACC_D1; in print_dalu() 2629 ac_unit = (data_unit == UNIT_D0) ? UNIT_ACC_D0 : UNIT_ACC_D1; in print_dalu() 2649 ac_unit = (data_unit == UNIT_D0) ? UNIT_ACC_D0 : UNIT_ACC_D1; in print_dalu() 2661 reg_names[2] = lookup_dsp_name (reg_nums[2], UNIT_ACC_D1); in print_dalu() 2736 ac_unit = (data_unit == UNIT_D0) ? UNIT_ACC_D0 : UNIT_ACC_D1; in print_dalu() 2739 ao_unit = UNIT_ACC_D1; in print_dalu() 2758 ac_unit = (data_unit == UNIT_D0) ? UNIT_ACC_D0 : UNIT_ACC_D1; in print_dalu() 2806 reg_names[2] = lookup_dsp_name (reg_nums[2], UNIT_ACC_D1); in print_dalu() [all …]
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | metag.h | 40 UNIT_ACC_D1, enumerator 342 { "AC1.0", UNIT_ACC_D1, 16 }, 343 { "AC1.1", UNIT_ACC_D1, 17 }, 344 { "AC1.2", UNIT_ACC_D1, 18 }, 345 { "AC1.3", UNIT_ACC_D1, 19 },
|