| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-call.cc | 1295 int this_regno, intregs, intoffset; 1328 this_regno = cum->words + intoffset / BITS_PER_WORD; 1330 if (intregs > 0 && intregs > GP_ARG_NUM_REG - this_regno) 1333 intregs = MIN (intregs, GP_ARG_NUM_REG - this_regno); 1340 regno = GP_ARG_MIN_REG + this_regno; 1345 this_regno += 1; 1293 int this_regno, intregs, intoffset; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| regrename.cc | 223 /* Create a new chain for THIS_NREGS registers starting at THIS_REGNO, 228 create_new_chain (unsigned this_regno, unsigned this_nregs, rtx *loc, 237 head->regno = this_regno; 1104 unsigned this_regno = REGNO (x); local 1114 c = create_new_chain (this_regno, this_nregs, loc, insn, cl); 1150 int exact_match = (head->regno == this_regno 1152 int superset = (this_regno <= head->regno 1153 && this_regno + this_nregs >= head->regno + head->nregs); 1154 int subset = (this_regno >= head->regno 1155 && this_regno + this_nregs <= head->regno + head->nregs) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-call.cc | 1303 int this_regno, intregs, intoffset; 1336 this_regno = cum->words + intoffset / BITS_PER_WORD; 1338 if (intregs > 0 && intregs > GP_ARG_NUM_REG - this_regno) 1341 intregs = MIN (intregs, GP_ARG_NUM_REG - this_regno); 1348 regno = GP_ARG_MIN_REG + this_regno; 1353 this_regno += 1; 1301 int this_regno, intregs, intoffset; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| regrename.cc | 223 /* Create a new chain for THIS_NREGS registers starting at THIS_REGNO, 228 create_new_chain (unsigned this_regno, unsigned this_nregs, rtx *loc, 237 head->regno = this_regno; 1104 unsigned this_regno = REGNO (x); local 1114 c = create_new_chain (this_regno, this_nregs, loc, insn, cl); 1150 int exact_match = (head->regno == this_regno 1152 int superset = (this_regno <= head->regno 1153 && this_regno + this_nregs >= head->regno + head->nregs); 1154 int subset = (this_regno >= head->regno 1155 && this_regno + this_nregs <= head->regno + head->nregs) [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/epiphany/ |
| epiphany.cc | 2905 int this_regno 2907 const char *this_name = reg_names[this_regno]; 2894 int this_regno local
|
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32.cc | 2235 int this_regno; 2241 this_regno = (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function) 2270 this_regno, this_regno, delta); 2275 fprintf (file, "\tadd\t$r%d, $r%d, $ta\n", this_regno, this_regno); 2285 fprintf (file, "\tadd\t$r%d, $r%d, $ta\n", this_regno, this_regno); 2231 int this_regno; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/ |
| epiphany.cc | 2904 int this_regno 2906 const char *this_name = reg_names[this_regno]; 2893 int this_regno local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32.cc | 2238 int this_regno; 2244 this_regno = (aggregate_value_p (TREE_TYPE (TREE_TYPE (function)), function) 2273 this_regno, this_regno, delta); 2278 fprintf (file, "\tadd\t$r%d, $r%d, $ta\n", this_regno, this_regno); 2288 fprintf (file, "\tadd\t$r%d, $r%d, $ta\n", this_regno, this_regno); 2234 int this_regno; local
|