Lines Matching refs:base_unit

473   unsigned int base_unit, base_no;
478 base_unit = short_unit ((insn_word >> 5) & SHORT_UNIT_MASK);
481 base_reg = lookup_reg_name (base_unit, base_no);
533 offset_reg = lookup_reg_name (base_unit, offset_no);
553 unsigned int base_unit, base_no;
556 base_unit = short_unit ((insn_word >> 5) & SHORT_UNIT_MASK);
559 base_reg = lookup_reg_name (base_unit, base_no);
583 unsigned int base_unit, base_no;
585 base_unit = short_unit ((insn_word >> 5) & SHORT_UNIT_MASK);
588 base_reg = lookup_reg_name (base_unit, base_no);
599 unsigned int base_unit, base_no;
601 base_unit = short_unit ((insn_word >> 5) & SHORT_UNIT_MASK);
604 base_reg = lookup_reg_name (base_unit, base_no);
615 unsigned int base_unit, base_no;
618 base_unit = short_unit ((insn_word >> 5) & SHORT_UNIT_MASK);
621 base_reg = lookup_reg_name (base_unit, base_no);
910 unsigned int base_unit, base_no;
923 base_unit = short_unit ((insn_word >> 5) & SHORT_UNIT_MASK);
926 base_reg = lookup_reg_name (base_unit, base_no);
1189 enum metag_unit base_unit;
1205 base_unit = UNIT_A1;
1207 base_unit = UNIT_A0;
1212 base_unit = UNIT_D1;
1214 base_unit = UNIT_D0;
1221 dest_unit = base_unit;
1235 src1_reg = lookup_reg_name (base_unit, src1_no);
1257 src1_reg = lookup_reg_name (base_unit, 0x10);
1262 src1_reg = lookup_reg_name (base_unit, dest_no);
1296 src1_reg = lookup_reg_name (base_unit, src1_no);
1299 src2_reg = lookup_o2r (base_unit, src2_no);
1301 src2_reg = lookup_reg_name (base_unit, src2_no);
1312 dest_unit = base_unit;
1400 enum metag_unit base_unit;
1408 base_unit = UNIT_D1;
1410 base_unit = UNIT_D0;
1416 dest_unit = base_unit;
1425 src1_reg = lookup_reg_name (base_unit, src1_no);
1439 src1_reg = lookup_reg_name (base_unit, src1_no);
1440 src2_reg = lookup_reg_name (base_unit, src2_no);
1458 unsigned int base_unit, dest_no, src1_no, src2_no;
1465 base_unit = UNIT_D1;
1467 base_unit = UNIT_D0;
1473 dest_reg = lookup_reg_name (base_unit, dest_no);
1475 src1_reg = lookup_reg_name (base_unit, src1_no);
1476 src2_reg = lookup_reg_name (base_unit, src2_no);
1490 unsigned int base_unit, src_unit, dest_no, src_no;
1503 base_unit = UNIT_D1;
1505 base_unit = UNIT_D0;
1510 base_unit = UNIT_D1;
1512 base_unit = UNIT_D0;
1515 src_unit = base_unit;
1518 base_unit = get_pair_unit (base_unit);
1522 dest_reg = lookup_reg_name (base_unit, dest_no);
1546 enum metag_unit base_unit;
1552 base_unit = UNIT_D1;
1554 base_unit = UNIT_D0;
1559 dest_reg = lookup_reg_name (base_unit, dest_no);
1573 dest_reg = lookup_reg_name (base_unit, dest_no);
1591 src_reg = lookup_o2r (base_unit, src_no);
1593 src_reg = lookup_reg_name (base_unit, src_no);
1807 enum metag_unit base_unit;
1815 base_unit = UNIT_D1;
1817 base_unit = UNIT_D0;
1822 src_reg = lookup_reg_name (base_unit, src_no);
1826 dest_reg = lookup_reg_name (base_unit, dest_no);