Searched refs:UNIT_D1 (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | metag.h | 26 UNIT_D1, enumerator 155 { "D1Re0", UNIT_D1, 0 }, 156 { "D1.0", UNIT_D1, 0 }, 157 { "D1Ar5", UNIT_D1, 1 }, 158 { "D1.1", UNIT_D1, 1 }, 159 { "D1Ar3", UNIT_D1, 2 }, 160 { "D1.2", UNIT_D1, 2 }, 161 { "D1Ar1", UNIT_D1, 3 }, 162 { "D1.3", UNIT_D1, 3 }, 163 { "D1RtP", UNIT_D1, 4 }, [all …]
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | metag-dis.c | 152 return UNIT_D1; in get_pair_unit() 153 case UNIT_D1: in get_pair_unit() 215 actual_unit = UNIT_D1; in lookup_o2r() 224 actual_unit = UNIT_D1; in lookup_o2r() 245 actual_unit = UNIT_D1; in lookup_o2r() 255 else if (unit == UNIT_D1) in lookup_o2r() 1212 base_unit = UNIT_D1; in print_alu() 1408 base_unit = UNIT_D1; in print_shift() 1465 base_unit = UNIT_D1; in print_min_max() 1503 base_unit = UNIT_D1; in print_bitop() [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-metag.c | 392 (reg2->unit == UNIT_D1)) || in is_unit_pair() 393 (reg1->unit == UNIT_D1 && in is_unit_pair() 975 case UNIT_D1: in is_short_unit() 1015 regs[0]->unit == UNIT_D1 || in parse_get_set() 1048 regs[0]->unit == UNIT_D1 || in parse_get_set() 2219 case UNIT_D1: in lookup_o2r() 2241 case UNIT_D1: in lookup_o2r() 2272 case UNIT_D1: in lookup_o2r() 2327 else if (dest_regs[0]->unit == UNIT_D1) in parse_alu() 2354 else if (dest_regs[0]->unit == UNIT_D1) in parse_alu() [all …]
|