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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 4058 HOST_WIDE_INT alignofs = 0;
4082 align = a, alignofs = 8 - c % 8;
4084 align = a, alignofs = 4 - c % 4;
4086 align = a, alignofs = 2 - c % 2;
4092 if (alignofs > 0)
4094 /* Given that alignofs is bounded by align, the only time BWX could
4097 if ((!TARGET_BWX || alignofs == 7)
4099 && !(alignofs == 4 && bytes >= 4))
4102 int inv_alignofs = (align >= 64 ? 8 : 4) - alignofs;
4110 if (bytes < alignofs)
4049 HOST_WIDE_INT alignofs = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 4045 HOST_WIDE_INT alignofs = 0;
4069 align = a, alignofs = 8 - c % 8;
4071 align = a, alignofs = 4 - c % 4;
4073 align = a, alignofs = 2 - c % 2;
4079 if (alignofs > 0)
4081 /* Given that alignofs is bounded by align, the only time BWX could
4084 if ((!TARGET_BWX || alignofs == 7)
4086 && !(alignofs == 4 && bytes >= 4))
4089 int inv_alignofs = (align >= 64 ? 8 : 4) - alignofs;
4097 if (bytes < alignofs)
4036 HOST_WIDE_INT alignofs = 0; local
    [all...]

Completed in 21 milliseconds