HomeSort by relevance Sort by last modified time
    Searched refs:UNIT_D1 (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
metag.h 26 UNIT_D1,
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/
metag-dis.c 152 return UNIT_D1;
153 case UNIT_D1:
215 actual_unit = UNIT_D1;
224 actual_unit = UNIT_D1;
245 actual_unit = UNIT_D1;
255 else if (unit == UNIT_D1)
1212 base_unit = UNIT_D1;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 392 (reg2->unit == UNIT_D1)) ||
393 (reg1->unit == UNIT_D1 &&
975 case UNIT_D1:
1015 regs[0]->unit == UNIT_D1 ||
1048 regs[0]->unit == UNIT_D1 ||
    [all...]

Completed in 60 milliseconds