Searched refs:macro (Results 26 - 50 of 173) sorted by relevance

1234567

/freebsd-12-stable/contrib/gcc/
H A Dread-rtl.c25 /* Disable rtl checking; it conflicts with the macro handling. */
45 /* Maps a macro or attribute name to a list of (integer, string) pairs.
49 /* The name of the macro or attribute. */
52 /* The group (modes or codes) to which the macro or attribute belongs. */
55 /* Gives a unique number to the attribute or macro. Numbers are
69 number available for use as a macro placeholder). */
104 /* If CODE is the number of a code macro, return a real rtx code that
150 /* The mode and code macro structures. */
282 map_attr_string (const char *p, struct mapping *macro, int value) argument
288 /* If there's a "macro
349 apply_mode_maps(rtx x, struct map_value *mode_maps, struct mapping *macro, int value, FILE *infile, const char **unknown) argument
382 apply_macro_to_string(const char *string, struct mapping *macro, int value) argument
424 apply_macro_to_rtx(rtx original, struct mapping *macro, int value, struct map_value *mode_maps, FILE *infile, const char **unknown_mode_attr) argument
492 uses_macro_p(rtx x, struct mapping *macro) argument
577 struct mapping *macro; local
1364 check_code_macro(struct mapping *macro, FILE *infile) argument
[all...]
H A Dgengtype-lex.l243 char *macro, *arg;
249 /* Find the macro name. */
250 for (macro = ptr; *ptr != '(' && !ISSPACE (*ptr); ptr++)
252 for (macro_len = ptr - macro; !(ISALNUM (*ptr) || *ptr == '_'); ptr++)
266 /* Push the macro for later expansion. */
267 additional = push_macro_expansion (macro, macro_len, arg, arg_len);
312 char *macro, *arg;
316 /* Find the macro name */
317 for (macro = ptr; *ptr != '(' && !ISSPACE (*ptr); ptr++)
319 for (macro_len = ptr - macro; !(ISALNU
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddivdi3.S9 .macro FUNCTION_BEGIN name
17 .macro FUNCTION_END name
H A Dmemcpy_likely_aligned.S10 .macro FUNCTION_BEGIN name
18 .macro FUNCTION_END name
H A Dmoddi3.S9 .macro FUNCTION_BEGIN name
17 .macro FUNCTION_END name
H A Dmodsi3.S11 .macro FUNCTION_BEGIN name
19 .macro FUNCTION_END name
H A Dudivdi3.S10 .macro FUNCTION_BEGIN name
18 .macro FUNCTION_END name
H A Dudivmoddi4.S10 .macro FUNCTION_BEGIN name
18 .macro FUNCTION_END name
H A Dudivmodsi4.S10 .macro FUNCTION_BEGIN name
18 .macro FUNCTION_END name
H A Dudivsi3.S9 .macro FUNCTION_BEGIN name
17 .macro FUNCTION_END name
H A Dumoddi3.S10 .macro FUNCTION_BEGIN name
18 .macro FUNCTION_END name
H A Dumodsi3.S10 .macro FUNCTION_BEGIN name
18 .macro FUNCTION_END name
H A Dcommon_entry_exit_legacy.S13 .macro FUNCTION_BEGIN name
21 .macro FUNCTION_END name
25 .macro FALLTHROUGH_TAIL_CALL name0 name1
H A Ddivsi3.S11 .macro FUNCTION_BEGIN name
19 .macro FUNCTION_END name
H A Dsfdiv_opt.S9 .macro FUNCTION_BEGIN name
17 .macro FUNCTION_END name
H A Dsfsqrt_opt.S9 .macro FUNCTION_BEGIN name
17 .macro FUNCTION_END name
/freebsd-12-stable/sys/dev/aic7xxx/aicasm/
H A DMakefile31 YFLAGS= -b ${.TARGET:R} ${.TARGET:M*macro*:S/$(.TARGET)/-p mm/} -d
32 LFLAGS+= ${.TARGET:M*macro*:S/$(.TARGET)/-Pmm/}
/freebsd-12-stable/sys/amd64/amd64/
H A Datpic_vector.S45 .macro INTR irq_num, vec_name
/freebsd-12-stable/contrib/binutils/gas/
H A Dmacro.c0 /* macro.c - macro support for gas
28 #include "macro.h"
30 /* The routines in this file handle macro definition and expansion.
61 /* The macro hash table. */
85 /* Number of macro expansions that have been done. */
89 /* Initialize macro processing. */
481 /* Pick up the formal parameters of a macro definition. */
484 do_formals (macro_entry *macro, int idx, sb *in) argument
486 formal_entry **p = &macro
619 macro_entry *macro; local
756 macro_expand_body(sb *in, sb *out, formal_entry *formals, struct hash_control *formal_hash, const macro_entry *macro) argument
1197 macro_entry *macro; local
1241 free_macro(macro_entry *macro) argument
1265 macro_entry *macro; local
[all...]
/freebsd-12-stable/contrib/libedit/
H A Dread.c62 wchar_t **macro; member in struct:macros
92 if ((ma->macro = el_calloc(EL_MAXMACRO, sizeof(*ma->macro))) == NULL) {
111 el_free(el_read->macros.macro);
112 el_read->macros.macro = NULL;
203 * Push a macro
212 if ((ma->macro[ma->level] = wcsdup(str)) != NULL)
352 * Pop a macro from the stack
359 el_free(ma->macro[0]);
361 ma->macro[
[all...]
/freebsd-12-stable/sys/i386/include/
H A Dasmacros.h79 * call [.]mexitcount at the end of a function like the MEXITCOUNT macro does,
100 * Ordinary `ret' is used instead of a macro `RET' because there are a lot
144 * Convenience macro for declaring interrupt entry points.
152 .macro PUSH_FRAME2
162 .macro PUSH_FRAME
180 .macro SET_KERNEL_SREGS
188 .macro NMOVE_STACKS
201 .macro LOAD_KCR3
208 .macro MOVE_STACKS
213 .macro KENTE
[all...]
/freebsd-12-stable/sys/amd64/include/
H A Dasmacros.h86 * call [.]mexitcount at the end of a function like the MEXITCOUNT macro does,
107 * Ordinary `ret' is used instead of a macro `RET' because there are a lot
165 * Convenience macro for declaring interrupt entry points.
170 .macro SAVE_SEGS
177 .macro MOVE_STACKS qw
186 .macro PTI_UUENTRY has_err
197 .macro PTI_UENTRY has_err
208 .macro PTI_ENTRY name, contk, contu, has_err=0
220 .macro PTI_INTRENTRY vec_name
231 .macro INTR_PUSH_FRAM
[all...]
/freebsd-12-stable/gnu/usr.bin/cc/libcpp/
H A DMakefile15 files.c identifiers.c init.c lex.c line-map.c macro.c \
/freebsd-12-stable/sys/i386/i386/
H A Datpic_vector.s47 .macro INTR irq_num, vec_name
/freebsd-12-stable/contrib/bmake/mk/
H A Dtarget-flags.mk5 # Include this macro file after all others in a makefile and
27 # variables. The original version of this macro file did
32 # macro files and that target specific flags that may reference

Completed in 133 milliseconds

1234567