Home
last modified time | relevance | path

Searched refs:_PROF_PROLOGUE (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/powerpc/include/
HDasm.h112 # define _PROF_PROLOGUE mflr 0; \ macro
127 # define _PROF_PROLOGUE mflr 0; stw 0,4(1); bl _mcount macro
130 # define _PROF_PROLOGUE macro
133 #define ASENTRY(y) _ENTRY(ASMNAME(y)); _PROF_PROLOGUE
135 #define ENTRY(y) _ENTRY(CNAME(y)); _PROF_PROLOGUE
/trueos/sys/arm/include/
HDasm.h71 #define _PROF_PROLOGUE \ macro
75 #define _PROF_PROLOGUE macro
100 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
106 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
107 #define ASLENTRY(y) _LENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE