RTEMS 6.1-rc1
Macros | Variables
asm.h File Reference

AArch64 Assembler Support API. More...

#include <rtems/score/percpu.h>

Go to the source code of this file.

Macros

#define ASM
 
#define FUNCTION_ENTRY(name)
 
#define FUNCTION_END(name)    .size name, . - name
 
#define DEFINE_FUNCTION_AARCH64(name)    .align 8 ; .globl name ; name: ; .globl name ## _aarch64 ; name ## _aarch64:
 

Variables

macro GET_SELF_CPU_CONTROL REG ldr REG
 

Detailed Description

AArch64 Assembler Support API.

This include file attempts to address the problems caused by incompatible flavors of assemblers and toolsets. It primarily addresses variations in the use of leading underscores on symbols and the requirement that register names be preceded by a %.

NOTE: The spacing in the use of these macros is critical to them working as advertised.