| /src/external/gpl3/gcc/dist/gcc/ |
| resource.cc | 92 int first_regno, last_regno; 102 last_regno = first_regno + subreg_nregs (dest); 108 last_regno = END_REGNO (dest); 112 for (i = first_regno; i < last_regno; i++) 115 for (i = first_regno; i < last_regno; i++) 229 unsigned int last_regno = regno + subreg_nregs (x); 231 gcc_assert (last_regno <= FIRST_PSEUDO_REGISTER); 232 for (r = regno; r < last_regno; r++) 758 unsigned int last_regno = regno + subreg_nregs (x); 760 gcc_assert (last_regno <= FIRST_PSEUDO_REGISTER) 90 int first_regno, last_regno; local 225 unsigned int last_regno = regno + subreg_nregs (x); local 752 unsigned int last_regno = regno + subreg_nregs (x); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| resource.cc | 92 int first_regno, last_regno; 102 last_regno = first_regno + subreg_nregs (dest); 108 last_regno = END_REGNO (dest); 112 for (i = first_regno; i < last_regno; i++) 115 for (i = first_regno; i < last_regno; i++) 229 unsigned int last_regno = regno + subreg_nregs (x); 231 gcc_assert (last_regno <= FIRST_PSEUDO_REGISTER); 232 for (r = regno; r < last_regno; r++) 758 unsigned int last_regno = regno + subreg_nregs (x); 760 gcc_assert (last_regno <= FIRST_PSEUDO_REGISTER) 90 int first_regno, last_regno; local 225 unsigned int last_regno = regno + subreg_nregs (x); local 752 unsigned int last_regno = regno + subreg_nregs (x); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32-memory-manipulation.cc | 909 unsigned last_regno = start_regno + prepare_regs - 1; local 917 while (regno <= last_regno) 919 if ((regno + 1) <=last_regno)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32-memory-manipulation.cc | 909 unsigned last_regno = start_regno + prepare_regs - 1; local 917 while (regno <= last_regno) 919 if ((regno + 1) <=last_regno)
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| mips-dis.c | 1305 unsigned int last_regno; 1348 state->last_regno = regno; 1752 print_reg (info, opcode, state->last_reg_type, state->last_regno); 1853 if (((prev_op->less_than_ok && uval < state.last_regno) 1854 || (prev_op->greater_than_ok && uval > state.last_regno) 1855 || (prev_op->equal_ok && uval == state.last_regno))) 1302 unsigned int last_regno; member in struct:mips_print_arg_state
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mips-dis.c | 1305 unsigned int last_regno; 1348 state->last_regno = regno; 1752 print_reg (info, opcode, state->last_reg_type, state->last_regno); 1853 if (((prev_op->less_than_ok && uval < state.last_regno) 1854 || (prev_op->greater_than_ok && uval > state.last_regno) 1855 || (prev_op->equal_ok && uval == state.last_regno))) 1302 unsigned int last_regno; member in struct:mips_print_arg_state
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| mips-dis.c | 1278 unsigned int last_regno; 1321 state->last_regno = regno; 1725 print_reg (info, opcode, state->last_reg_type, state->last_regno); 1826 if (((prev_op->less_than_ok && uval < state.last_regno) 1827 || (prev_op->greater_than_ok && uval > state.last_regno) 1828 || (prev_op->equal_ok && uval == state.last_regno))) 1275 unsigned int last_regno; member in struct:mips_print_arg_state
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| mips-dis.c | 1278 unsigned int last_regno; 1321 state->last_regno = regno; 1725 print_reg (info, opcode, state->last_reg_type, state->last_regno); 1826 if (((prev_op->less_than_ok && uval < state.last_regno) 1827 || (prev_op->greater_than_ok && uval > state.last_regno) 1828 || (prev_op->equal_ok && uval == state.last_regno))) 1275 unsigned int last_regno; member in struct:mips_print_arg_state
|
| /src/external/gpl3/gcc/dist/gcc/config/nios2/ |
| nios2.cc | 5051 int start, i, end = XVECLEN (op, 0) - 1, last_regno = -1; 5092 if (last_regno >= 0) 5094 if (inc_p && last_regno >= regno) 5096 if (!inc_p && last_regno <= regno) 5099 last_regno = regno; 5040 int start, i, end = XVECLEN (op, 0) - 1, last_regno = -1; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
| nios2.cc | 5045 int start, i, end = XVECLEN (op, 0) - 1, last_regno = -1; 5086 if (last_regno >= 0) 5088 if (inc_p && last_regno >= regno) 5090 if (!inc_p && last_regno <= regno) 5093 last_regno = regno; 5034 int start, i, end = XVECLEN (op, 0) - 1, last_regno = -1; local
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-mips.c | 5234 unsigned int last_regno; 5727 arg->last_regno = regno; 5858 if ((operand->less_than_ok && regno < arg->last_regno) 5859 || (operand->greater_than_ok && regno > arg->last_regno) 5860 || (operand->equal_ok && regno == arg->last_regno)) 5862 arg->last_regno = regno; 5887 arg->last_regno = regno; 6389 arg->last_regno = regno; 6654 return match_tied_reg_operand (arg, arg->last_regno); 8668 arg.last_regno = ILLEGAL_REG 5225 unsigned int last_regno; member in struct:mips_arg_info [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-mips.c | 4925 unsigned int last_regno; 5418 arg->last_regno = regno; 5549 if ((operand->less_than_ok && regno < arg->last_regno) 5550 || (operand->greater_than_ok && regno > arg->last_regno) 5551 || (operand->equal_ok && regno == arg->last_regno)) 5553 arg->last_regno = regno; 5578 arg->last_regno = regno; 6080 arg->last_regno = regno; 6345 return match_tied_reg_operand (arg, arg->last_regno); 8356 arg.last_regno = ILLEGAL_REG 4916 unsigned int last_regno; member in struct:mips_arg_info [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000.cc | 1857 int last_regno = regno + rs6000_hard_regno_nregs[mode][regno] - 1; 1877 && IN_RANGE (last_regno, FIRST_GPR_REGNO, LAST_GPR_REGNO) 1892 return FP_REGNO_P (last_regno); 1899 return ALTIVEC_REGNO_P (last_regno); 1906 return INT_REGNO_P (last_regno); 1917 && FP_REGNO_P (last_regno)) 2030 rs6000_debug_reg_print (int first_regno, int last_regno, const char *reg_name) 2034 for (r = first_regno; r <= last_regno; ++r) 2039 if (first_regno == last_regno) 1850 int last_regno = regno + rs6000_hard_regno_nregs[mode][regno] - 1; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000.cc | 1846 int last_regno = regno + rs6000_hard_regno_nregs[mode][regno] - 1; 1866 && IN_RANGE (last_regno, FIRST_GPR_REGNO, LAST_GPR_REGNO) 1881 return FP_REGNO_P (last_regno); 1888 return ALTIVEC_REGNO_P (last_regno); 1895 return INT_REGNO_P (last_regno); 1906 && FP_REGNO_P (last_regno)) 2019 rs6000_debug_reg_print (int first_regno, int last_regno, const char *reg_name) 2023 for (r = first_regno; r <= last_regno; ++r) 2028 if (first_regno == last_regno) 1839 int last_regno = regno + rs6000_hard_regno_nregs[mode][regno] - 1; local
|