Searched refs:first_regno (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/config/nds32/
H A Dnds32-predicates.c209 int first_regno; local
285 first_regno = REGNO (elt_reg);
294 first_regno,
/haiku-buildtools/legacy/gcc/gcc/
H A Dresource.c91 int first_regno, last_regno;
99 first_regno = REGNO (SUBREG_REG (dest)) + SUBREG_WORD (dest);
101 first_regno = REGNO (dest);
103 last_regno = first_regno + HARD_REGNO_NREGS (first_regno, GET_MODE (dest));
106 for (i = first_regno; i < last_regno; i++)
109 for (i = first_regno; i < last_regno; i++)
1005 int first_regno = REGNO (XEXP (link, 0));
1007 = (first_regno
1008 + HARD_REGNO_NREGS (first_regno,
89 int first_regno, last_regno; local
998 int first_regno = REGNO (XEXP (link, 0)); local
1017 int first_regno = REGNO (XEXP (link, 0)); local
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dm68k-dis.c1048 int first_regno;
1054 first_regno = regno;
1057 if (regno > first_regno)
1086 int first_regno;
1091 first_regno = regno;
1094 if (regno > first_regno)
1046 int first_regno; local
1084 int first_regno; local
/haiku-buildtools/gcc/gcc/
H A Dresource.c104 int first_regno, last_regno;
113 first_regno = subreg_regno (dest);
114 last_regno = first_regno + subreg_nregs (dest);
119 first_regno = REGNO (dest);
124 for (i = first_regno; i < last_regno; i++)
127 for (i = first_regno; i < last_regno; i++)
102 int first_regno, last_regno; local
/haiku-buildtools/binutils/opcodes/
H A Dm68k-dis.c1162 int first_regno;
1168 first_regno = regno;
1171 if (regno > first_regno)
1201 int first_regno;
1206 first_regno = regno;
1209 if (regno > first_regno)
1160 int first_regno; local
1199 int first_regno; local
H A Daarch64-asm.c165 insert_field (self->fields[0], code, info->reglist.first_regno, 0);
183 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
227 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
253 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
1068 insert_field (self->fields[0], code, info->reglist.first_regno, 0);
H A Daarch64-dis.c375 info->reglist.first_regno = extract_field (self->fields[0], code, 0);
411 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
431 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
459 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
1640 info->reglist.first_regno = extract_field (self->fields[0], code, 0);
H A Daarch64-opc.c2894 const int first_reg = opnd->reglist.first_regno;
/haiku-buildtools/gcc/gcc/config/visium/
H A Dvisium.c3300 const int first_regno[last_type] = {0, MDB_REGNUM, MDC_REGNUM, FP_FIRST_REGNUM}; variable
3447 int mask_bit = 1 << (regno - first_regno[reg_type]);
3464 int mask_bit = 1 << (regno - first_regno[reg_type]);
3530 int mask_bit = 1 << (regno - first_regno[reg_type]);
3567 int mask_bit = 1 << (regno - first_regno[reg_type]);
3800 int mask_bit = 1 << (regno - first_regno[reg_type]);
/haiku-buildtools/binutils/include/opcode/
H A Daarch64.h907 unsigned first_regno : 5;
904 unsigned first_regno : 5; member in struct:aarch64_opnd_info::__anon861::__anon864
/haiku-buildtools/binutils/gas/config/
H A Dtc-aarch64.c5490 info->reglist.first_regno = val;
5503 info->reglist.first_regno = (val >> 2) & 0x1f;
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c13459 unsigned first_regno;
13530 first_regno = regno;
13572 (unsigned int) (first_regno + regs_per_val * (i - base))))
13446 unsigned first_regno; local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c1891 rs6000_debug_reg_print (int first_regno, int last_regno, const char *reg_name)
1895 for (r = first_regno; r <= last_regno; ++r)
1900 if (first_regno == last_regno)
1903 fprintf (stderr, "%s%d:\t", reg_name, r - first_regno);
1883 rs6000_debug_reg_print(int first_regno, int last_regno, const char *reg_name) argument
[all...]

Completed in 416 milliseconds