Searched refs:macro (Results 751 - 775 of 1719) sorted by relevance

<<31323334353637383940>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Daddsub.s27 .macro adjust_rm op, rd, rn, rm_r, rm_n, extend, amount
55 .macro do_addsub_ext type, op, Rn, reg, extend, amount
97 .macro do_extend type, op, Rn, reg
115 * Leaf macro emitting addsub_shift instruction
117 .macro do_addsub_shift type, op, R, reg, shift, amount
156 .macro do_shift type, op, R, reg
H A Dneon-fp-cvt-int.s24 .macro do_cvt op, fbits, reg, reg_shape
59 .macro fcvts_with_fbits fbits
112 .macro fcvts_with_fbits_wrapper from=0, to=64
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dmacro.c0 /* macro.c - macro support for gas
27 #include "macro.h"
29 /* The routines in this file handle macro definition and expansion.
45 /* The macro hash table. */
69 /* Number of macro expansions that have been done. */
73 /* Initialize macro processing. */
248 the macro. For long macros, one might want to report the
250 the macro definition, but we would need more infrastructure
252 number when expanding the macro), an
529 do_formals(macro_entry *macro, size_t idx, sb *in) argument
662 free_macro(macro_entry *macro) argument
689 macro_entry *macro; local
834 macro_expand_body(sb *in, sb *out, formal_entry *formals, struct htab *formal_hash, const macro_entry *macro) argument
1282 macro_entry *macro; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dcec-multi-pending.S10 .macro set_evt lvl:req, sym:req
15 .macro check_cec mmr:req, valid:req
27 .macro delay cnt:req
H A Dpush-pop.s9 .macro check loader:req, reg:req
25 .macro imm_check reg:req
28 .macro dmm_check reg:req
H A Dload.s9 .macro load32 num:req, reg0:req, reg1:req
18 .macro load32p num:req preg:req
29 .macro load16z num:req reg0:req reg1:req
38 .macro load16zp num:req reg:req
48 .macro load16x num:req reg0:req reg1:req
58 .macro loadinc preg0:req, preg1:req, dreg:req
H A Dbyteop2p.s8 .macro check_it res:req
13 .macro test_byteop2p i0:req, resRL:req, resRH:req, resTL:req, resTH:req, resRLr:req, resRHr:req, resTLr:req, resTHr:req
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Dgen-avr-mmcu-specs.c78 "# AVR-LibC's avr/io.h uses the device specifying macro to determine\n"
88 "# If no device macro is defined, AVR-LibC uses __AVR_DEV_LIB_NAME__\n"
94 "# AVR-LibC, you can now define the hook macro __AVR_DEV_LIB_NAME__\n"
115 for (arch_mcu = mcu; arch_mcu->macro; )
133 bool is_arch = mcu->macro == NULL;
295 fprintf (f, "\t-D%s", mcu->macro);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dvldconst.s8 .macro vlxr regtype const
14 .macro vlxreq regtype const
20 .macro vlxrmi regtype const
H A Dgroup-reloc-ldrs-encoding-bad.s5 .macro ldrtest2 load sym offset
15 .macro ldrtest load store sym offset
H A Dgroup-reloc-ldrs.s5 .macro ldrtest2 load sym offset
15 .macro ldrtest load store sym offset
H A Dmve-vcmp.s4 .macro vcmp_qq data, cond
12 .macro vcmp_qr data, cond
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Dgen-avr-mmcu-specs.cc78 "# AVR-LibC's avr/io.h uses the device specifying macro to determine\n"
88 "# If no device macro is defined, AVR-LibC uses __AVR_DEV_LIB_NAME__\n"
94 "# AVR-LibC, you can now define the hook macro __AVR_DEV_LIB_NAME__\n"
115 for (arch_mcu = mcu; arch_mcu->macro; )
133 bool is_arch = mcu->macro == NULL;
295 fprintf (f, "\t-D%s", mcu->macro);
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dcec-multi-pending.S10 .macro set_evt lvl:req, sym:req
15 .macro check_cec mmr:req, valid:req
27 .macro delay cnt:req
H A Dpush-pop.s9 .macro check loader:req, reg:req
25 .macro imm_check reg:req
28 .macro dmm_check reg:req
H A Dload.s9 .macro load32 num:req, reg0:req, reg1:req
18 .macro load32p num:req preg:req
29 .macro load16z num:req reg0:req reg1:req
38 .macro load16zp num:req reg:req
48 .macro load16x num:req reg0:req reg1:req
58 .macro loadinc preg0:req, preg1:req, dreg:req
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dgen-model.c74 insn *macro; local
82 for(macro = model_macros; macro; macro = macro->next) {
83 model_c_or_h_data(table, file, macro->file_entry);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dbc.s1 .macro err op:vararg
9 .macro errat op:vararg
15 .macro erry op:vararg
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dgen-model.c70 insn *macro; local
78 for(macro = model_macros; macro; macro = macro->next) {
79 model_c_or_h_data(table, file, macro->file_entry);
/netbsd-current/external/gpl3/autoconf/dist/bin/
H A Dautoupdate.in148 my ($domain, $file, $macro) = /^(AC|AU):(.*):([^:]*)$/ or next;
151 $au_macros{$macro} = 1;
156 $m4_builtins{$macro} = 1;
161 $ac_macros{$macro} = 1;
231 # $au_changequote -- enable the quote `[', `]' right before any AU macro.
308 # They work by pair: each time an AU macro is activated, it runs
383 # prepared input -- input, but reenables the quote before each AU macro.
419 # Below, we will use a simple example of an obsolete macro:
453 # compared to the old macro. Fortunately, that was enough to upgrade
482 # I want to be able to tell Autoconf, well, m4, that the macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/sh/
H A Dfmul.s7 .macro init
61 .macro dinit
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/d10v-elf/
H A Dt-subi.s7 .macro check_subi s x y r c v
/netbsd-current/sys/arch/vax/include/
H A Dasm.h115 .macro polyf arg:req degree:req tbladdr:req
128 .macro polyd arg:req degree:req tbladdr:req
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dfusu.S58 .macro enter_cpu_onfault
75 .macro exit_cpu_onfault
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Delf-rel28.s5 .macro ld ops:vararg
8 .macro sd ops:vararg

Completed in 292 milliseconds

<<31323334353637383940>>