Searched refs:reg_no (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/binutils/opcodes/
H A Dmetag-dis.c643 unsigned int reg_no, unsigned int rmask,
649 regs[0] = lookup_reg_name (reg_unit, reg_no);
656 regs[used_regs] = lookup_reg_name (reg_unit, reg_no + (i * 2));
658 regs[used_regs] = lookup_reg_name (reg_unit, reg_no + i);
733 unsigned int reg_unit, reg_no; local
739 reg_no = (insn_word >> 19) & REG_MASK;
743 reg_no = 0;
745 reg_name = lookup_reg_name (reg_unit, reg_no);
747 pair_reg = lookup_pair_reg_name (reg_unit, reg_no);
783 unsigned int reg_unit, reg_no; local
642 lookup_reg_list(char *reg_buf, size_t buf_len, unsigned int reg_unit, unsigned int reg_no, unsigned int rmask, bfd_boolean is_fpu_64bit) argument
824 unsigned int reg_unit, reg_no, rmask; local
1060 unsigned int reg_no; local
1125 unsigned int reg_no, reg_unit; local
1147 unsigned int reg_no, reg_unit; local
1609 unsigned int reg_unit, reg_no; local
1638 unsigned int reg_unit, reg_no; local
1689 unsigned int reg_unit, reg_no; local
2669 int reg_no; local
2815 int reg_no; local
[all...]
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dm68k.c118 int reg_no; member in struct:m68k_frame
819 current_frame.reg_no = saved;
1037 if (current_frame.reg_no >= MIN_MOVEM_REGS)
1038 fsize_with_regs += current_frame.reg_no * GET_MODE_SIZE (SImode);
1095 if (current_frame.reg_no < MIN_MOVEM_REGS)
1098 offset = current_frame.reg_no * GET_MODE_SIZE (SImode);
1120 if (current_frame.reg_no < MIN_MOVEM_REGS)
1141 current_frame.reg_no, D0_REG,
1146 current_frame.reg_no * -GET_MODE_SIZE (SImode),
1147 current_frame.reg_no, D0_RE
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-metag.c999 unsigned int reg_no; local
1037 reg_no = regs[0]->no;
1076 reg_no = 16;
1079 reg_no = regs[0]->no;
1083 (reg_no << 19) |
1663 unsigned int reg_no; local
1680 reg_no = 16;
1683 reg_no = regs[0]->no;
1693 (reg_no << 19) |
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c5362 int reg_no;
5384 reg_no = *p1;
5385 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
5391 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
5392 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
5342 int reg_no; local
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c7667 int reg_no;
7689 reg_no = *p1;
7690 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7696 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7697 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7649 int reg_no; local
/haiku-buildtools/gcc/libiberty/
H A Dregex.c7672 int reg_no;
7694 reg_no = *p1;
7695 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7701 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7702 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7654 int reg_no; local
/haiku-buildtools/binutils/libiberty/
H A Dregex.c7675 int reg_no;
7697 reg_no = *p1;
7698 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7704 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7705 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7657 int reg_no; local

Completed in 230 milliseconds