Searched refs:macro (Results 401 - 425 of 1719) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dloongarch-coder.c350 loongarch_check_macro (const char *format, const char *macro) argument
356 if (!format || !macro
363 for (; macro[0]; macro++)
364 if (macro[0] == '%')
366 macro++;
367 if ('1' <= macro[0] && macro[0] <= '9')
369 if (num_of_args < macro[0] - '0')
373 else if (macro[
391 loongarch_expand_macro_with_format_map( const char *format, const char *macro, const char *const arg_strs[], const char *(*map) (char esc1, char esc2, const char *arg), char *(*helper) (const char *const arg_strs[], void *context), void *context, size_t len_str) argument
447 loongarch_expand_macro(const char *macro, const char *const arg_strs[], char *(*helper) (const char *const arg_strs[], void *context), void *context, size_t len_str) argument
[all...]
/netbsd-current/external/gpl3/autoconf/dist/bin/
H A Dautoreconf.in484 my ($macro, @args) = split (/::/);
485 $aux_dir = $args[0] if $macro eq "AC_CONFIG_AUX_DIR";
486 $uses_autoconf = 1 if $macro eq "AC_INIT";
487 $uses_gettext_via_traces = 1 if $macro eq "AM_GNU_GETTEXT";
488 $uses_libtool = 1 if $macro eq "AC_PROG_LIBTOOL"
489 || $macro eq "LT_INIT";
490 $uses_libltdl = 1 if $macro eq "LT_CONFIG_LTDL_DIR";
491 $uses_autoheader = 1 if $macro eq "AC_CONFIG_HEADERS";
492 $uses_automake = 1 if $macro eq "AM_INIT_AUTOMAKE";
494 if $macro e
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dcir1.s6 .macro daginit i:req, b:req, l:req, m:req
12 .macro dagcheck newi:req
17 .macro dagadd i:req, b:req, l:req, m:req, newi:req
23 .macro dagsub i:req, b:req, l:req, m:req, newi:req
29 .macro dag i:req, b:req, l:req, m:req, addi:req, subi:req
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dmacro.h0 /* macro.h - header file for macro support for gas
30 Each macro knows its name and included text. It gets built with a
33 name and its default value. Each time the macro is expanded, the
43 /* Describe the formal arguments to a macro. */
59 /* Describe the macro. */
68 const char *file; /* File the macro was defined in. */
76 /* The macro nesting level. */
80 /* The macro hash table. */
87 macro_entry *macro; member in struct:macro_hash_entry
113 macro_entry_alloc(const char *name, macro_entry *macro) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Darmv8-2-fp16-scalar-bad.s1 .macro f16_sss_arithmetic reg0, reg1, reg2
9 .macro f16_ss_arithmetic reg0, reg1
17 .macro f16_si_cmp reg0, imm
25 .macro f16_ss_cmp reg0, reg1
33 .macro f16_ss_cvt reg0, reg1
41 .macro f16_ssi_cvt_imm32 reg0, reg1, imm
49 .macro f16_ss_cvt_r reg0, reg1
57 .macro f16_ss_vrint reg0, reg1
65 .macro f16_ss_mov reg0, reg1
73 .macro t_f16_ss_mo
[all...]
H A Dmve-vcmla.s4 .macro vcmla_q0 data, op4
12 .macro vcmla_q1 data, op4
20 .macro vcmla_q2 data, op4
28 .macro vcmla_q4 data, op4
36 .macro vcmla_q7 data, op4
H A Dmve-vcmul.s3 .macro vcmul_q0 data, op4
11 .macro vcmul_q1 data, op4
19 .macro vcmul_q2 data, op4
27 .macro vcmul_q4 data, op4
35 .macro vcmul_q7 data, op4
H A Dmve-vhcadd.s15 .macro vhcadd_q0 op2, rot
21 .macro vhcadd_q1 op2, rot
27 .macro vhcadd_q2 op2, rot
33 .macro vhcadd_q4 op2, rot
39 .macro vhcadd_q7 op2, rot
H A Dmve-vcadd.s15 .macro vcadd_q0 data, op2, op4
21 .macro vcadd_q1 data, op2, op4
27 .macro vcadd_q2 data, op2, op4
33 .macro vcadd_q3 data, op2, op4
39 .macro vcadd_q4 data, op2, op4
45 .macro vcadd_q6 data, op2, op4
51 .macro vcadd_q7 data, op2, op4
H A Dmve-vpt.s4 .macro ins_2 cond2
8 .macro ins_3 cond2, cond3
12 .macro ins_4 cond2, cond3, cond4
17 .macro vpt_1 data, cond, op1, op2
22 .macro help mask, data, cond, op1, op2
26 .macro vpt_2 data, cond, op1, op2
33 .macro vpt_3 data, cond, op1, op2
42 .macro vpt_4 data, cond, op1, op2
53 .macro vpt_qq data, cond
64 .macro vpt_q
[all...]
H A Dmve-vmullbt.s4 .macro helper_q0 op
12 .macro helper_q1 op
20 .macro helper_q2 op
28 .macro helper_q4 op
37 .macro helper_q7 op
45 .macro all_qqq op
H A Dneon-cov.s8 .macro regs3_1 op opq vtype
14 .macro dregs3_1 op vtype
18 .macro regn3_1 op operand2 vtype
22 .macro regl3_1 op operand2 vtype
26 .macro regw3_1 op operand2 vtype
30 .macro regs2_1 op opq vtype
36 .macro regs3_su_32 op opq
50 .macro regs3_su_64 op opq
69 .macro regs2i_1 op opq imm vtype
75 .macro regs2i_su_6
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dfp_cvt_int.s24 .macro do_cvtf fbits, reg
45 .macro do_fmov type
61 .macro do_fcvt suffix, fbits, reg
75 .macro fcvts_with_fbits fbits
105 .macro fcvts_with_fbits_wrapper from=0, to=64
H A Darmv8_4-a.s2 .macro print_gen4reg op, d, pd1=, pd2=, n, pn1=, pn2=, m, pm1=, pm2=, w , pw1=, pw2=
14 .macro gen4reg_iter_d_offset op, d, pd1=, pd2=, r
20 .macro gen4reg_iter_d_n_w op, d, pd1=, pd2=, n, pn1=, pn2=, m, pm1=, pm2=, pw1=, pw2=
26 .macro gen4reg_iter_d_n op, d, pd1=, pd2=, n, pn1=, pn2=, pm1=, pm2=, pw1=, pw2=
32 .macro gen4reg_iter_d op, d, pd1=, pd2=, pn1=, pn2=, pm1=, pm2=, pw1=, pw2=
38 .macro gen4reg_iter op, pd1=, pd2=, pn1=, pn2=, pm1=, pm2=, pw1=, pw2=
45 .macro gen3reg_iter op, pd1=, pd2=, pn1=, pn2=, pm1=, pm2=
51 .macro gen3reg_iter_lane op, pn1=, pn2=, pm1=, pm2=, pw1=, pw2=, x:vararg
58 .macro gen2reg_iter op, pd1=, pd2=, pn1=, pn2=
64 .macro gen2reg_iter_offse
[all...]
H A Dfloat-fp16.s39 .macro sdp1src op
55 .macro sdp2src op
67 .macro sdp3src op
80 .macro scvt_fix2fp op
87 .macro scvt_fp2fix op
107 .macro scvt_fp2int op
114 .macro scvt_int2fp op
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dcir1.s6 .macro daginit i:req, b:req, l:req, m:req
12 .macro dagcheck newi:req
17 .macro dagadd i:req, b:req, l:req, m:req, newi:req
23 .macro dagsub i:req, b:req, l:req, m:req, newi:req
29 .macro dag i:req, b:req, l:req, m:req, addi:req, subi:req
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dmacro.h0 /* macro.h - header file for macro support for gas
30 Each macro knows its name and included text. It gets built with a
33 name and its default value. Each time the macro is expanded, the
43 /* Describe the formal arguments to a macro. */
59 /* Describe the macro. */
68 const char *file; /* File the macro was defined in. */
76 /* The macro nesting level. */
80 /* The macro hash table. */
87 macro_entry *macro; member in struct:macro_hash_entry
113 macro_entry_alloc(const char *name, macro_entry *macro) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Deh-frame1.s8 .macro pbyte value
20 .macro start_cie label,aug
36 .macro start_fde cie,section,size
53 .macro end_entry
64 .macro persaug auglen,extra,encoding,value
77 .macro cie_basic label
82 .macro fde_basic cie,section,size
88 .macro cie_zP label,encoding,value
94 .macro fde_zP cie,section,size
101 .macro cie_zP
[all...]
H A Dmips16-intermix-2.s16 .set macro
32 .set macro
50 .set macro
65 .set macro
83 .set macro
98 .set macro
116 .set macro
131 .set macro
149 .set macro
164 .set macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dasm-defs.h48 .macro DEFUN name
54 .macro ENDF name
59 .macro LABEL name
84 .macro skipnext
100 .macro wmov dst src
157 Convenience macro for easy use of __prologue_saves__ from libgcc.
165 .macro do_prologue_saves n_pushed n_frame=0
175 Convenience macro for easy use of __epilogue_restores__ from libgcc.
181 .macro do_epilogue_restores n_pushed n_frame=0
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/rx/
H A Dexplode62 if (/^macro\s+(\S+)\s+(.*)/) {
64 print "set macro \"$name\" to \"$val\"\n" if $t;
65 $macro{$name} = $val;
92 if (@params == 1 && defined $macro{$params[0]}) {
93 $p = $macro{$params[0]};
122 my ($v) = $macro{$_[0]};
124 print STDERR "$line: Error: macro $_[0] not defined\n";
150 print "macro:", $macro{$1}, ")\n" if $t;
187 macro res
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Dasm-defs.h48 .macro DEFUN name
54 .macro ENDF name
59 .macro LABEL name
84 .macro skipnext
100 .macro wmov dst src
157 Convenience macro for easy use of __prologue_saves__ from libgcc.
165 .macro do_prologue_saves n_pushed n_frame=0
175 Convenience macro for easy use of __epilogue_restores__ from libgcc.
181 .macro do_epilogue_restores n_pushed n_frame=0
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips16-intermix.s16 .set macro
32 .set macro
50 .set macro
65 .set macro
83 .set macro
98 .set macro
116 .set macro
131 .set macro
149 .set macro
164 .set macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/mips/
H A Dutils-dsp.inc25 .macro dsp_assert a, b
36 .macro dspck_dstio inst, d, s, t, crin, crout
52 .macro dspck_stio inst, s, t, crin, crout
65 .macro dspck_dsti inst, d, s, t, crin
77 .macro dspck_tsi inst, tou, tin, s, crin
90 .macro dspck_dIio inst, d, imm, crin, crout
104 .macro dspck_dsio inst, d, s, crin, crout
119 .macro dspck_dtsaio inst, d, t, sa, crin, crout
133 .macro dspck_dtsai inst, d, t, sa, crin
147 .macro dspck_asti
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/mips/
H A Dutils-dsp.inc25 .macro dsp_assert a, b
36 .macro dspck_dstio inst, d, s, t, crin, crout
52 .macro dspck_stio inst, s, t, crin, crout
65 .macro dspck_dsti inst, d, s, t, crin
77 .macro dspck_tsi inst, tou, tin, s, crin
90 .macro dspck_dIio inst, d, imm, crin, crout
104 .macro dspck_dsio inst, d, s, crin, crout
119 .macro dspck_dtsaio inst, d, t, sa, crin, crout
133 .macro dspck_dtsai inst, d, t, sa, crin
147 .macro dspck_asti
[all...]

Completed in 360 milliseconds

<<11121314151617181920>>