Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dasm.h174 # define _PROF_PROLOGUE mflr 0; \ macro
189 # define _PROF_PROLOGUE mflr 0; stw 0,4(1); bl _mcount macro
192 # define _PROF_PROLOGUE macro
196 #define ASENTRY(y) _ENTRY(ASMNAME(y)); _PROF_PROLOGUE
198 #define ENTRY(y) _ENTRY(CNAME(y)); _PROF_PROLOGUE