HomeSort by relevance Sort by last modified time
    Searched refs:STACK_ALIGN (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
param.h 144 * size, no questions asked. STACK_ALIGN aligns a stack pointer.
155 #define STACK_ALIGN(sp, bytes) \
162 #define STACK_ALIGN(sp, bytes) \
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 45 STACK_ALIGN = 's' ///< Stack objects alignment
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 199 case 's': AlignType = STACK_ALIGN; break;
509 if (Alignments[i].AlignType == STACK_ALIGN)
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 289 STACK_ALIGN: 8,
    [all...]

Completed in 4758 milliseconds