| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-call.cc | 914 int intregs, intoffset; 922 && (cum->intoffset % 64 == 0 923 || (cum->intoffset == -1 && final))) 929 if (cum->intoffset == -1) 932 intoffset = cum->intoffset; 933 cum->intoffset = -1; 936 if (intoffset % BITS_PER_WORD != 0) 938 unsigned int bits = BITS_PER_WORD - intoffset % BITS_PER_WORD; 943 Back intoffset back to the beginning of the word in thi 912 int intregs, intoffset; local 1293 int this_regno, intregs, intoffset; local [all...] |
| rs6000.h | 1495 int intoffset; /* running offset in struct (darwin64) */ 1491 int intoffset; \/* running offset in struct (darwin64) *\/ member in struct:rs6000_args
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-call.cc | 922 int intregs, intoffset; 930 && (cum->intoffset % 64 == 0 931 || (cum->intoffset == -1 && final))) 937 if (cum->intoffset == -1) 940 intoffset = cum->intoffset; 941 cum->intoffset = -1; 944 if (intoffset % BITS_PER_WORD != 0) 946 unsigned int bits = BITS_PER_WORD - intoffset % BITS_PER_WORD; 951 Back intoffset back to the beginning of the word in thi 920 int intregs, intoffset; local 1301 int this_regno, intregs, intoffset; local [all...] |
| rs6000.h | 1542 int intoffset; /* running offset in struct (darwin64) */ 1538 int intoffset; \/* running offset in struct (darwin64) *\/ member in struct:rs6000_args
|
| /src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| sparc.cc | 7038 int intoffset; /* offset of the first pending integer field. */ 7045 registers to be assigned between PARMS->intoffset and BITPOS. Return 7051 if (data->intoffset < 0) 7054 const int intoffset = data->intoffset; 7055 data->intoffset = -1; 7057 const int this_slotno = data->slotno + intoffset / BITS_PER_WORD; 7058 const unsigned int startbit = ROUND_DOWN (intoffset, BITS_PER_WORD); 7131 to be assigned for FIELD and between PARMS->intoffset and BITPOS. */ 7149 if (data->intoffset < 0 local 7027 int intoffset; \/* offset of the first pending integer field. *\/ member in struct:__anon13534 7043 const int intoffset = data->intoffset; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
| sparc.cc | 7030 int intoffset; /* offset of the first pending integer field. */ 7037 registers to be assigned between PARMS->intoffset and BITPOS. Return 7043 if (data->intoffset < 0) 7046 const int intoffset = data->intoffset; 7047 data->intoffset = -1; 7049 const int this_slotno = data->slotno + intoffset / BITS_PER_WORD; 7050 const unsigned int startbit = ROUND_DOWN (intoffset, BITS_PER_WORD); 7116 to be assigned for FIELD and between PARMS->intoffset and BITPOS. */ 7134 if (data->intoffset < 0 local 7019 int intoffset; \/* offset of the first pending integer field. *\/ member in struct:__anon15962 7035 const int intoffset = data->intoffset; local [all...] |