Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  assembly.h   Sprache: C

 
/* ===-- assembly.h - compiler-rt assembler support macros -----------------===
 *
 *                     The LLVM Compiler Infrastructure
 *
 * This file is dual licensed under the MIT and the University of Illinois Open
 * Source Licenses. See LICENSE.TXT for details.
 *
 * ===----------------------------------------------------------------------===
 *
 * This file defines macros for use in compiler-rt assembler source.
 * This file is not part of the interface of this library.
 *
 * ===----------------------------------------------------------------------===
 */


#ifndef COMPILERRT_ASSEMBLY_H
#define COMPILERRT_ASSEMBLY_H

#if defined(__POWERPC__) || defined(__powerpc__) || defined(__ppc__)
#  define SEPARATOR @
#else
#  define SEPARATOR ;
#endif

#if defined(__APPLE__)
#  define HIDDEN_DIRECTIVE .private_extern
#  define LOCAL_LABEL(name) L_##name
#else
#  define HIDDEN_DIRECTIVE .hidden
#  define LOCAL_LABEL(name) .L_##name
#endif

#define GLUE2(a, b) a##b
#define GLUE(a, b) GLUE2(a, b)
#define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)

#ifdef VISIBILITY_HIDDEN
#  define DECLARE_SYMBOL_VISIBILITY(name) \
    HIDDEN_DIRECTIVE SYMBOL_NAME(name) SEPARATOR
#else
#  define DECLARE_SYMBOL_VISIBILITY(name)
#endif

#define DEFINE_COMPILERRT_FUNCTION(name) \
  .globl SYMBOL_NAME(name)               \
  SEPARATOR DECLARE_SYMBOL_VISIBILITY(name) SYMBOL_NAME(name) :

#define DEFINE_COMPILERRT_PRIVATE_FUNCTION(name) \
  .globl SYMBOL_NAME(name)                       \
  SEPARATOR HIDDEN_DIRECTIVE SYMBOL_NAME(name)   \
  SEPARATOR SYMBOL_NAME(name) :

#define DEFINE_COMPILERRT_PRIVATE_FUNCTION_UNMANGLED(name) \
  .globl name SEPARATOR HIDDEN_DIRECTIVE name SEPARATOR name:

#define DEFINE_COMPILERRT_FUNCTION_ALIAS(name, target)      \
  .globl SYMBOL_NAME(name) SEPARATOR.set SYMBOL_NAME(name), \
      SYMBOL_NAME(target) SEPARATOR

#if defined(__ARM_EABI__)
#  define DEFINE_AEABI_FUNCTION_ALIAS(aeabi_name, name) \
    DEFINE_COMPILERRT_FUNCTION_ALIAS(aeabi_name, name)
#else
#  define DEFINE_AEABI_FUNCTION_ALIAS(aeabi_name, name)
#endif

#endif /* COMPILERRT_ASSEMBLY_H */

Messung V0.5
C=91 H=79 G=84

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge