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

  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 2855 object. SIZE is the number of bytes in the object and ALIGNED_P
2863 integer_asm_op (int size, int aligned_p)
2867 if (aligned_p)
2919 int aligned_p ATTRIBUTE_UNUSED)
2921 const char *op = integer_asm_op (size, aligned_p);
2937 int aligned_p;
2939 aligned_p = (align >= MIN (size * BITS_PER_UNIT, BIGGEST_ALIGNMENT));
2942 if (targetm.asm_out.integer (x, size, aligned_p))
2927 int aligned_p; local
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 2821 object. SIZE is the number of bytes in the object and ALIGNED_P
2829 integer_asm_op (int size, int aligned_p)
2833 if (aligned_p)
2885 int aligned_p ATTRIBUTE_UNUSED)
2887 const char *op = integer_asm_op (size, aligned_p);
2903 int aligned_p;
2905 aligned_p = (align >= MIN (size * BITS_PER_UNIT, BIGGEST_ALIGNMENT));
2908 if (targetm.asm_out.integer (x, size, aligned_p))
2893 int aligned_p; local

Completed in 50 milliseconds