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

  /external/clang/include/clang/Basic/
ABI.h 46 // Itanium ABI
51 } Itanium;
112 // Itanium ABI
117 } Itanium;
  /external/llvm/include/llvm/ADT/
Triple.h 137 Itanium,
357 return getOS() == Triple::Win32 && getEnvironment() == Triple::Itanium;
  /external/openssl/crypto/bn/asm/
ia64-mont.pl 21 # "wider" IA-64, "wider" than Itanium 2 that is, which is not of
23 # reportedly based on Itanium 2 design;
38 # So far 'openssl speed rsa dsa' output on 900MHz Itanium 2 *with*
235 // This loop spins in 4*(n+7) ticks on Itanium 2 and should spin in
236 // 7*(n+7) ticks on Itanium (the one codenamed Merced). Factor of 7
239 // attempt was made to address this, because original Itanium is
491 // The loop is scheduled for 32*n ticks on Itanium 2. Actual attempt
495 // to platform-specific instruction-level profiler. On Itanium it
  /external/clang/lib/AST/
VTableBuilder.cpp 619 // Itanium C++ ABI 2.5.2:
    [all...]
ItaniumMangle.cpp 1 //===--- ItaniumMangle.cpp - Itanium C++ Name Mangling ----------*- C++ -*-===//
10 // Implements C++ name mangling according to the Itanium C++ ABI,
670 // representation (IEEE on Itanium), high-order bytes first,
672 // on Itanium.
    [all...]
  /external/libunwind/doc/
libunwind-ia64.tex 17 the Itanium Processor Family. This includes both little-endian Linux
59 please see the ``Itanium Software Conventions and Runtime Architecture
62 \URL{http://www.intel.com/design/itanium/downloads/245358.htm}
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 232 case llvm::Triple::Itanium:
  /external/llvm/lib/Support/
Triple.cpp 173 case Itanium: return "itanium";
348 .StartsWith("itanium", Triple::Itanium)
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 475 triple.getEnvironment() == llvm::Triple::Itanium ||
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 179 Possible results are "Intel", "Itanium", or "AMD64".
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 179 Possible results are "Intel", "Itanium", or "AMD64".
  /external/openssl/crypto/modes/asm/
ghash-ia64.pl 16 # on Itanium 2, which is >90% better than Microsoft compiler generated
18 # byte in 5.7 cycles. On Itanium GHASH should run at ~8.5 cycles per
24 # "528B" variant on Itanium 2 for following reason. Because number of
32 # Itanium performance should remain the same as the "256B" version,
50 # Loop is scheduled for 6 ticks on Itanium 2 and 8 on Itanium, i.e.
142 add Hhi=1,Xi };; // pipeline flush on Itanium
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 10 // This provides C++ code generation targeting the Itanium C++ ABI. The class
11 // in this file generates structures that follow the Itanium C++ ABI, which is
153 // Itanium does not emit any destructor variant as an inline thunk.
342 llvm_unreachable("Microsoft ABI is not Itanium-based");
354 /// In the Itanium and ARM ABIs, method pointers have the form:
357 /// In the Itanium ABI:
482 /// Bitcast conversions are always a no-op under Itanium.
510 // Under Itanium, reinterprets don't require any additional processing.
565 // Under Itanium, reinterprets don't require any additional processing.
608 // Itanium C++ ABI 2.3
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 570 milliseconds