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

  /toolchain/binutils/binutils-2.25/include/opcode/
metag.h 30 UNIT_RD,
236 { "RD", UNIT_RD, 0 },
237 { "RA", UNIT_RD, 16 },
238 { "RD", UNIT_RD, 16 },
239 { "RAPF", UNIT_RD, 17 },
240 { "RAM8X32", UNIT_RD, 22 },
241 { "RAM8X", UNIT_RD, 23 },
242 { "RABZ", UNIT_RD, 24 },
243 { "RAWZ", UNIT_RD, 25 },
244 { "RADZ", UNIT_RD, 26 }
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c 212 actual_unit = UNIT_RD;
230 actual_unit = UNIT_RD;
248 actual_unit = UNIT_RD;
266 actual_unit = UNIT_RD;
408 src_unit = UNIT_RD;
742 if (!is_get && reg_unit == UNIT_RD)
754 if (reg_unit == UNIT_RD)
764 if (reg_unit == UNIT_RD)
789 reg_unit = UNIT_RD;
866 if (src_unit == UNIT_RD)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 431 if (regs[0]->unit == UNIT_RD)
502 if (port_regs[0]->unit != UNIT_RD ||
926 regs[0]->unit != UNIT_RD)
1018 (regs[0]->unit == UNIT_RD && is_mov) ||
1029 if (regs[0]->unit == UNIT_RD)
1051 regs[0]->unit == UNIT_RD ||
1070 if (regs[0]->unit == UNIT_RD)
1168 if (regs[0]->unit != UNIT_RD)
1467 if (l == NULL || regs[0]->unit != UNIT_RD)
1487 if (ra_regs[i]->unit != UNIT_RD ||
    [all...]

Completed in 67 milliseconds