HomeSort by: relevance | last modified time | path
    Searched defs:reg_no (Results 1 - 18 of 18) sorted by relevancy

  /src/usr.sbin/gspa/gspa/
gsp_ass.h 94 int16_t reg_no; member in struct:operand
  /src/external/gpl3/binutils/dist/opcodes/
metag-dis.c 639 /* Format a list of registers starting at REG_UNIT and REG_NO and conforming
643 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
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
2670 int reg_no; local
2816 int reg_no; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
metag-dis.c 639 /* Format a list of registers starting at REG_UNIT and REG_NO and conforming
643 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
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
2670 int reg_no; local
2816 int reg_no; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
metag-dis.c 639 /* Format a list of registers starting at REG_UNIT and REG_NO and conforming
643 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
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
2670 int reg_no; local
2816 int reg_no; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
metag-dis.c 639 /* Format a list of registers starting at REG_UNIT and REG_NO and conforming
643 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
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
2670 int reg_no; local
2816 int reg_no; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 7759 int reg_no;
7781 reg_no = *p1;
7782 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7788 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7789 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7741 int reg_no; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-metag.c 998 unsigned int reg_no; local
1036 reg_no = regs[0]->no;
1075 reg_no = 16;
1078 reg_no = regs[0]->no;
1082 (reg_no << 19) |
1661 unsigned int reg_no; local
1678 reg_no = 16;
1681 reg_no = regs[0]->no;
1691 (reg_no << 19) |
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 7678 int reg_no;
7700 reg_no = *p1;
7701 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7707 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7708 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7660 int reg_no; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-metag.c 998 unsigned int reg_no; local
1036 reg_no = regs[0]->no;
1075 reg_no = 16;
1078 reg_no = regs[0]->no;
1082 (reg_no << 19) |
1661 unsigned int reg_no; local
1678 reg_no = 16;
1681 reg_no = regs[0]->no;
1691 (reg_no << 19) |
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 7678 int reg_no;
7700 reg_no = *p1;
7701 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7707 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7708 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7660 int reg_no; local
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc 109 int reg_no; member in struct:m68k_frame
865 current_frame.reg_no = saved;
1083 if (current_frame.reg_no >= MIN_MOVEM_REGS)
1084 fsize_with_regs += current_frame.reg_no * GET_MODE_SIZE (SImode);
1141 if (current_frame.reg_no < MIN_MOVEM_REGS)
1144 offset = current_frame.reg_no * GET_MODE_SIZE (SImode);
1166 if (current_frame.reg_no < MIN_MOVEM_REGS)
1187 current_frame.reg_no, D0_REG,
1192 current_frame.reg_no * -GET_MODE_SIZE (SImode),
1193 current_frame.reg_no, D0_REG
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 7678 int reg_no;
7700 reg_no = *p1;
7701 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7707 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7708 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7660 int reg_no; local
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc 109 int reg_no; member in struct:m68k_frame
861 current_frame.reg_no = saved;
1079 if (current_frame.reg_no >= MIN_MOVEM_REGS)
1080 fsize_with_regs += current_frame.reg_no * GET_MODE_SIZE (SImode);
1137 if (current_frame.reg_no < MIN_MOVEM_REGS)
1140 offset = current_frame.reg_no * GET_MODE_SIZE (SImode);
1162 if (current_frame.reg_no < MIN_MOVEM_REGS)
1183 current_frame.reg_no, D0_REG,
1188 current_frame.reg_no * -GET_MODE_SIZE (SImode),
1189 current_frame.reg_no, D0_REG
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 7678 int reg_no;
7700 reg_no = *p1;
7701 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7707 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7708 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7660 int reg_no; local
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 7678 int reg_no;
7700 reg_no = *p1;
7701 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7707 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7708 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7660 int reg_no; local
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 7678 int reg_no;
7700 reg_no = *p1;
7701 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7707 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7708 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7660 int reg_no; local
  /src/external/gpl2/diffutils/dist/lib/
regex.c 7879 int reg_no;
7901 reg_no = *p1;
7902 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7908 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7909 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7861 int reg_no; local
  /src/external/gpl2/grep/dist/lib/
regex.c 7428 int reg_no;
7450 reg_no = *p1;
7451 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7457 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7458 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7407 int reg_no; local

Completed in 87 milliseconds