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

  /toolchain/binutils/binutils-2.25/include/opcode/
metag.h 28 UNIT_A1,
213 { "A1GbP", UNIT_A1, 0 },
214 { "A1.0", UNIT_A1, 0 },
215 { "A1LbP", UNIT_A1, 1 },
216 { "A1.1", UNIT_A1, 1 },
217 { "A1.2", UNIT_A1, 2 },
218 { "A1.3", UNIT_A1, 3 },
219 { "A1.4", UNIT_A1, 4 },
220 { "A1.5", UNIT_A1, 5 },
221 { "A1.6", UNIT_A1, 6 }
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c 109 return UNIT_A1;
156 return UNIT_A1;
157 case UNIT_A1:
206 actual_unit = UNIT_A1;
219 else if (unit == UNIT_A1)
242 actual_unit = UNIT_A1;
260 actual_unit = UNIT_A1;
1205 base_unit = UNIT_A1;
1241 unsigned int qr_unit = unit_bit ? UNIT_A1 : UNIT_A0;
1326 unsigned int qr_unit = unit_bit ? UNIT_A1 : UNIT_A0
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 388 (reg2->unit == UNIT_A1)) ||
389 (reg1->unit == UNIT_A1 &&
973 case UNIT_A1:
1017 regs[0]->unit == UNIT_A1 ||
1050 regs[0]->unit == UNIT_A1 ||
    [all...]

Completed in 54 milliseconds