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

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/mips/
switchcontext.S 48 #define ALIGN8(val) (val + (-val & 7))
49 #define BELOW (ALIGN8(6 * 8 + 4))
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 80 ALIGN8
83 AlignVariant = ALIGN8;
  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.h 66 ALIGN8 = 267, /* ALIGN8 */
244 #define ALIGN8 267
bfin-parse.c 550 ALIGN8 = 267, /* ALIGN8 */
728 #define ALIGN8 267
938 YYSYMBOL_ALIGN8 = 12, /* ALIGN8 */
1601 "BYTEPACK", "PACK", "SAA", "ALIGN8", "ALIGN16", "ALIGN24", "VIT_MAX",
3259 notethat ("dsp32shift: dregs = ALIGN8 (dregs , dregs )\n");
6974 case 278: /* c_align: ALIGN8 */
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.h 66 ALIGN8 = 267, /* ALIGN8 */
244 #define ALIGN8 267
bfin-parse.c 550 ALIGN8 = 267, /* ALIGN8 */
728 #define ALIGN8 267
938 YYSYMBOL_ALIGN8 = 12, /* ALIGN8 */
1601 "BYTEPACK", "PACK", "SAA", "ALIGN8", "ALIGN16", "ALIGN24", "VIT_MAX",
3259 notethat ("dsp32shift: dregs = ALIGN8 (dregs , dregs )\n");
6974 case 278: /* c_align: ALIGN8 */
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
frame.c 2025 enum { NONE, ALIGN4, ALIGN8, FAIL } workaround = NONE;
2068 if (workaround < ALIGN8 && (start_offset & 7) != 0)
2071 workaround = ALIGN8;
2095 case ALIGN8:
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame.c 2027 enum { NONE, ALIGN4, ALIGN8, FAIL } workaround = NONE;
2070 if (workaround < ALIGN8 && (start_offset & 7) != 0)
2073 workaround = ALIGN8;
2097 case ALIGN8:

Completed in 49 milliseconds