HomeSort by: relevance | last modified time | path
    Searched refs:GLUE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
ppc-asm.h 242 * Macros to glue together two tokens.
251 #define GLUE(a,b) XGLUE(a,b)
264 #define FUNC_NAME(name) GLUE(__USER_LABEL_PREFIX__,name)
266 #define JUMP_TARGET(name) GLUE(FUNC_NAME(name),@notoc)
292 #define FUNC_NAME(name) GLUE(.,name)
297 .quad GLUE(.,name); \
301 .type GLUE(.,name),@function; \
303 .globl GLUE(.,name); \
304 GLUE(.,name):
309 .hidden GLUE(.,name)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
ppc-asm.h 242 * Macros to glue together two tokens.
251 #define GLUE(a,b) XGLUE(a,b)
264 #define FUNC_NAME(name) GLUE(__USER_LABEL_PREFIX__,name)
266 #define JUMP_TARGET(name) GLUE(FUNC_NAME(name),@notoc)
292 #define FUNC_NAME(name) GLUE(.,name)
297 .quad GLUE(.,name); \
301 .type GLUE(.,name),@function; \
303 .globl GLUE(.,name); \
304 GLUE(.,name):
309 .hidden GLUE(.,name)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
assembly.h 101 #define GLUE(a, b) GLUE2(a, b)
102 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
  /src/external/gpl3/gcc/dist/libsanitizer/builtins/
assembly.h 203 #define GLUE(a, b) GLUE2_(a, b)
210 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
  /src/external/gpl3/gcc.old/dist/libsanitizer/builtins/
assembly.h 197 #define GLUE(a, b) GLUE2_(a, b)
204 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name)
  /src/external/ibm-public/postfix/dist/src/global/
tok822_parse.c 503 #define GLUE(left,rite) { left->next = rite; rite->prev = left; }
506 GLUE(head, first_token);
508 GLUE(last_token, tail);

Completed in 23 milliseconds