Searched refs:macro (Results 951 - 975 of 1719) sorted by relevance

<<31323334353637383940>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dmve-vmov-2.s11 .macro vmov_rr, op0, op1
68 .macro vmov_qidx_r size, idx
88 .macro vmov_r_qidx size, idx
H A Dmve-vstrldr-3.s4 .macro n_vstr_w_vldr op, imm
27 .macro wb_same_size_vstr_vldr op, imm
38 .macro no_wb_same_size_vstr_vldr op, imm
H A Dthumb32.s133 .macro arit3 op ops opw opsw
181 .macro bra op
289 .macro nop1 cond ncond a
296 .macro it0 cond m=
300 .macro it1 cond ncond a m=
304 .macro it2 cond ncond a b m=
308 .macro it3 cond ncond a b c
437 .macro mt op ops opw opsw
588 .macro rx op opw
605 .macro s
[all...]
H A Dgroup-reloc-ldc-encoding-bad.s7 .macro ldctest load store cst
57 .macro fpa_test load store cst
107 .macro vfp_test load store reg cst
H A Dgroup-reloc-ldc.s7 .macro ldctest load store
52 .macro fpa_test load store
97 .macro vfp_test load store reg
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/epiphany/
H A Dregression.s6 .macro FAIL
11 .macro PASS
17 .macro VERIFY ra,rb,ref,label
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/lm32/
H A Dinsn.s1 .macro RegReg insn
8 .macro RegImm insn
20 .macro RegUImm insn
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ft32/
H A Dinsn.s2 .macro TERNARY insn
24 .macro RegUImm insn
33 .macro CMPOP insn
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-c.c42 aarch64_def_or_undef (bool def_p, const char *macro, cpp_reader *pfile) argument
45 cpp_define (pfile, macro);
47 cpp_undef (pfile, macro);
63 as interoperability with the same arm macro. */
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-c.cc42 aarch64_def_or_undef (bool def_p, const char *macro, cpp_reader *pfile) argument
45 cpp_define (pfile, macro);
47 cpp_undef (pfile, macro);
63 as interoperability with the same arm macro. */
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dbpabi.S79 .macro test_div_by_zero signed
140 /* set up stack from for call to __udivmoddi4. At the end of the macro the
148 .macro push_for_divide fname
161 .macro pop_for_divide
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Ddwz.c79 else if (dwarf2_elf_names.macro.matches (sectp->name))
81 dwz_file->macro.s.section = sectp;
82 dwz_file->macro.size = bfd_section_size (sectp);
/netbsd-current/bin/ksh/
H A Dvi.c188 unsigned char *buf; /* pointer to macro(s) being expanded */
191 static struct macro_state macro; variable in typeref:struct:macro_state
207 if (macro.p) {
208 c = *macro.p++;
209 /* end of current macro? */
212 if (*macro.p++)
719 /* Don't save state in middle of macro.. */
720 if (is_undoable(*cmd) && !macro.p) {
748 if ((p = (char *) macro.p))
752 /* insert alias into macro buffe
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/msp430/
H A Dlib2hw_mul.S40 .macro start_func gcc_name eabi_soft_name eabi_hard_name
58 ;; End a function started with the start_func macro.
59 .macro end_func name
71 ;; Like the start_func macro except that it is used to
74 .macro fake_func gcc_name eabi_soft_name eabi_hard_name
93 .macro mult16 OP1, OP2, RESULT
112 .macro mult1632 OP1, OP2, RESLO, RESHI
134 .macro mult32 OP1, OP2, MAC_OP1, MAC_OP2, RESLO, RESHI
161 .macro mult32_hw OP1_LO OP1_HI OP2_LO OP2_HI RESLO RESHI
184 .macro mult3264_h
[all...]
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp1110 int interpret(macro *);
1147 int non_interpreted_char_node::interpret(macro *mac)
2155 macro *m = p->to_macro();
2523 // This will only happen if a trap-invoked macro starts a diversion,
2973 macro *request_or_macro::to_macro()
3150 macro::~macro()
3156 macro::macro() function in class:macro
3168 macro function in class:macro
3176 macro::macro(int is_div) function in class:macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ppoutput.c46 struct macro_queue *next; /* Next macro in the list. */
47 char *macro; /* The name of the macro if not member in struct:macro_queue
540 q->macro = xstrdup ((const char *) cpp_macro_definition (pfile, node));
553 q->macro = xstrdup ((const char *) NODE_NAME (node));
575 fputs (q->macro, print.outf);
581 free (oq->macro);
588 fprintf (print.outf, "#undef %s\n", q->macro);
592 free (oq->macro);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ppoutput.cc47 struct macro_queue *next; /* Next macro in the list. */
48 char *macro; /* The name of the macro if not member in struct:macro_queue
636 q->macro = xstrdup ((const char *) cpp_macro_definition (pfile, node));
649 q->macro = xstrdup ((const char *) NODE_NAME (node));
671 fputs (q->macro, print.outf);
677 free (oq->macro);
684 fprintf (print.outf, "#undef %s\n", q->macro);
688 free (oq->macro);
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_lex.l220 * A macro argument reference substitutes the text of
229 xyerror(D_MACRO_UNDEF, "macro argument %s is "
250 * A macro argument reference substitutes the text of
259 xyerror(D_MACRO_UNDEF, "macro argument %s is "
269 * If the macro text is not a valid integer or ident,
289 * If the macro text is not a string an begins with a
306 xyerror(D_MACRO_OFLOW, "macro argument"
324 xyerror(D_MACRO_UNDEF, "macro variable %s "
329 * For the moment, all current macro variables are of
344 xyerror(D_MACRO_UNDEF, "macro variabl
[all...]
/netbsd-current/external/bsd/tradcpp/dist/
H A Dmain.c45 #include "macro.h"
92 const char *macro; member in struct:commandline_macro
124 commandline_macro_add(const struct place *p, const char *macro, argument
132 cm->macro = macro;
146 complain(NULL, "-D: macro name expected");
170 complain(NULL, "-U: macro name expected");
187 macro_define_plain(&cm->where, cm->macro,
190 macro_undef(cm->macro);
968 fprintf(stderr, " -Dmacro[=def] Predefine macro\
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A DMakefile.in117 $(srcdir)/undo.c $(srcdir)/macro.c $(srcdir)/input.c \
140 util.o kill.o undo.o macro.o input.o callback.o terminal.o \
406 macro.o: ansi_stdlib.h
407 macro.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
408 macro.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
409 macro.o: history.h rlstdc.h
486 macro.o: rlprivate.h
515 macro.o: xmalloc.h
555 macro.o: $(srcdir)/macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/shlib/
H A DMakefile.in131 $(topdir)/undo.c $(topdir)/macro.c $(topdir)/input.c \
156 util.so kill.so undo.so macro.so input.so callback.so terminal.so \
283 macro.so: $(topdir)/ansi_stdlib.h
284 macro.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
285 macro.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
286 macro.so: $(topdir)/tilde.h $(topdir)/history.h $(topdir)/rltypedefs.h
369 macro.so: $(topdir)/rlprivate.h
398 macro.so: $(topdir)/xmalloc.h
440 macro.so: $(topdir)/macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/shlib/
H A DMakefile.in131 $(topdir)/undo.c $(topdir)/macro.c $(topdir)/input.c \
156 util.so kill.so undo.so macro.so input.so callback.so terminal.so \
283 macro.so: $(topdir)/ansi_stdlib.h
284 macro.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
285 macro.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
286 macro.so: $(topdir)/tilde.h $(topdir)/history.h $(topdir)/rltypedefs.h
369 macro.so: $(topdir)/rlprivate.h
398 macro.so: $(topdir)/xmalloc.h
440 macro.so: $(topdir)/macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A DMakefile.in117 $(srcdir)/undo.c $(srcdir)/macro.c $(srcdir)/input.c \
140 util.o kill.o undo.o macro.o input.o callback.o terminal.o \
406 macro.o: ansi_stdlib.h
407 macro.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
408 macro.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
409 macro.o: history.h rlstdc.h
486 macro.o: rlprivate.h
515 macro.o: xmalloc.h
555 macro.o: $(srcdir)/macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rl78/
H A Ddivmodqi.S28 .macro MAKE_GENERIC which,need_result
114 .macro SDB_ONE\which
192 .macro NEG_AX
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dlibunwind.S44 .macro UNPREFIX name
131 .macro UNWIND_WRAPPER name nargs
314 .macro UNWIND_WRAPPER name nargs

Completed in 192 milliseconds

<<31323334353637383940>>