HomeSort by: relevance | last modified time | path
    Searched defs:_C_LABEL (Results 1 - 16 of 16) sorted by relevancy

  /src/common/lib/libc/arch/vax/gen/
bswap16.S 37 ALTENTRY(_C_LABEL(bswap16))
39 ALTENTRY(_C_LABEL(ntohs))
40 ALTENTRY(_C_LABEL(htons))
42 ENTRY(_C_LABEL(__bswap16), 0)
47 END(_C_LABEL(__bswap16))
bswap32.S 37 ALTENTRY(_C_LABEL(bswap32))
39 ALTENTRY(_C_LABEL(ntohl))
40 ALTENTRY(_C_LABEL(htonl))
42 ENTRY(_C_LABEL(__bswap32), 0)
48 END(_C_LABEL(__bswap32))
  /src/sys/arch/hppa/include/
asm.h 41 #define _C_LABEL(x) x
  /src/sys/arch/amd64/include/
asm.h 50 #define _C_LABEL(x) x
53 #define CVAROFF(x,y) (_C_LABEL(x)+y)(%rip)
106 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
107 #define NENTRY(y) _ENTRY(_C_LABEL(y))
110 #define LABEL(y) _LABEL(_C_LABEL(y))
  /src/sys/arch/ia64/include/
asm.h 37 #define _C_LABEL(x) x
  /src/sys/arch/or1k/include/
asm.h 38 #define _C_LABEL(x) x
64 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
65 #define ENTRY_NP(y) _ENTRY(_C_LABEL(y))
66 #define END(y) _END(_C_LABEL(y))
67 #define END(y) _END(_C_LABEL(y))
  /src/sys/arch/sparc/include/
asm.h 54 #define _C_LABEL(name) name
57 #define _C_LABEL(name) _ ## name
59 #define _C_LABEL(name) _/**/name
89 sethi %hi(_C_LABEL(_GLOBAL_OFFSET_TABLE_)-(3b-.)),dest; \
90 or dest,%lo(_C_LABEL(_GLOBAL_OFFSET_TABLE_)-(3b-.)),dest; \
149 #define ENTRY(name) _ENTRY(_C_LABEL(name)); _PROF_PROLOGUE
150 #define ENTRY_NOPROFILE(name) _ENTRY(_C_LABEL(name))
153 #define RODATA(name) .align 4; .text; .globl _C_LABEL(name); \
154 OTYPE(_C_LABEL(name)); _C_LABEL(name)
    [all...]
  /src/sys/arch/i386/include/
asm.h 65 # define _C_LABEL(x) x
68 # define _C_LABEL(x) _ ## x
70 # define _C_LABEL(x) _/**/x
75 #define CVAROFF(x, y) _C_LABEL(x) + y
150 #define MCOUNT_ASM call _C_LABEL(__mcount)
152 #define MCOUNT_ASM call _C_LABEL(mcount)
174 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
175 #define NENTRY(y) _ENTRY(_C_LABEL(y))
178 #define LABEL(y) _LABEL(_C_LABEL(y))
  /src/sys/arch/sh3/include/
asm.h 47 # define _C_LABEL(x) x
50 # define _C_LABEL(x) _ ## x
52 # define _C_LABEL(x) _/**/x
90 #define ENTRY(y) _ENTRY(_C_LABEL(y)) _PROF_PROLOGUE
91 #define NENTRY(y) _ENTRY(_C_LABEL(y))
95 .size _C_LABEL(y), . - _C_LABEL(y)
102 .globl _C_LABEL(name) ;\
103 .type _C_LABEL(name),@function ;\
104 _C_LABEL(name)
    [all...]
  /src/sys/arch/vax/include/
asm.h 49 #define _C_LABEL(x) x
76 #define ENTRY(x, regs) _ENTRY(_C_LABEL(x), regs); _PROF_PROLOGUE
77 #define NENTRY(x, regs) _ENTRY(_C_LABEL(x), regs)
79 #define END(x) .size _C_LABEL(x),.-_C_LABEL(x)
81 #define ALTENTRY(x) .globl _C_LABEL(x); _C_LABEL(x):
  /src/sys/sys/
cdefs_aout.h 11 #define _C_LABEL(x) __CONCAT(_,x)
15 #define ___RENAME(x) __asm(___STRING(_C_LABEL(x)))
cdefs_elf.h 34 #define _C_LABEL(x) __CONCAT(_,x)
37 #define _C_LABEL(x) x
42 #define ___RENAME(x) __asm(___STRING(_C_LABEL(x)))
  /src/sys/arch/m68k/include/
asm.h 97 #define _C_LABEL(x) x
113 #define ENTRY(name) _ENTRY(_C_LABEL(name)) _PROF_PROLOG
116 #define ENTRY_NOPROFILE(name) _ENTRY(_C_LABEL(name))
135 #define ALTENTRY(name, rname) _ENTRY(_C_LABEL(name))
155 .globl _C_LABEL(x) ; \
156 _C_LABEL(x):
166 _C_LABEL(x):
175 .comm _C_LABEL(name),size
199 jbsr _C_LABEL(panic) ; \
205 lea _C_LABEL(cpu_info_store)+(n)+4,%a1;
    [all...]
  /src/sys/arch/arm/include/
asm.h 89 #define _C_LABEL(x) x
174 #define ENTRY(y) _ENTRY(_C_LABEL(y)); _BTI_PROLOGUE ; _PROF_PROLOGUE
175 #define ENTRY_NP(y) _ENTRY(_C_LABEL(y)); _BTI_PROLOGUE
176 #define ENTRY_NBTI(y) _ENTRY(_C_LABEL(y))
177 #define END(y) _END(_C_LABEL(y))
178 #define ARM_ENTRY(y) _ARM_ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
179 #define ARM_ENTRY_NP(y) _ARM_ENTRY(_C_LABEL(y))
180 #define THUMB_ENTRY(y) _THUMB_ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
181 #define THUMB_ENTRY_NP(y) _THUMB_ENTRY(_C_LABEL(y))
214 gotsym: .word _C_LABEL(_GLOBAL_OFFSET_TABLE_) - (initlabel+(1+2)*_INSN_SIZE
    [all...]
  /src/sys/arch/riscv/include/
asm.h 35 #define _C_LABEL(x) x
89 .globl _C_LABEL(x); \
90 .type _C_LABEL(x), @function; \
91 _C_LABEL(x):
96 #define END(x) .size _C_LABEL(x), . - _C_LABEL(x)
103 call _C_LABEL(panic); \
108 call _C_LABEL(printf); \
270 #define CPUVAR(off) _C_LABEL(cpu_info_store)+__CONCAT(CPU_INFO_,off)
  /src/sys/arch/powerpc/include/
asm.h 90 #define _C_LABEL(x) x
146 # define ENTRY(y) _ENTRY(_C_LABEL(y)); _PROF_PROLOGUE
148 # define END(y) .size _C_LABEL(y),.-_C_LABEL(y)
153 # define ENTRY_NOPROFILE(y) _ENTRY(_C_LABEL(y))
157 #define GLOBAL(y) _GLOBAL(_C_LABEL(y))
231 lis tmp1,_C_LABEL(cpu_info)@ha; \
232 addi tmp1,tmp1,_C_LABEL(cpu_info)@l; \
235 lis tmp2,_C_LABEL(emptyidlespin)@h; \
236 ori tmp2,tmp2,_C_LABEL(emptyidlespin)@l;
    [all...]

Completed in 31 milliseconds