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

  /toolchain/binutils/binutils-2.27/opcodes/
metag-dis.c 151 case UNIT_D0:
154 return UNIT_D0;
209 actual_unit = UNIT_D0;
227 actual_unit = UNIT_D0;
237 else if (unit == UNIT_D0)
263 actual_unit = UNIT_D0;
1214 base_unit = UNIT_D0;
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
metag.h 29 UNIT_D0,
121 { "D0Re0", UNIT_D0, 0 },
122 { "D0.0", UNIT_D0, 0 },
123 { "D0Ar6", UNIT_D0, 1 },
124 { "D0.1", UNIT_D0, 1 },
125 { "D0Ar4", UNIT_D0, 2 },
126 { "D0.2", UNIT_D0, 2 },
127 { "D0Ar2", UNIT_D0, 3 },
128 { "D0.3", UNIT_D0, 3 },
129 { "D0FrT", UNIT_D0, 4 }
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-metag.c 391 (reg1->unit == UNIT_D0 &&
394 (reg2->unit == UNIT_D0)))
974 case UNIT_D0:
1014 if (!(regs[0]->unit == UNIT_D0 ||
1047 if (!(regs[0]->unit == UNIT_D0 ||
    [all...]

Completed in 476 milliseconds