Searched refs:macro (Results 251 - 275 of 1719) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmipsr6@jal-svr4pic-noreorder-irix.d6 # Test the jal macro with -KPIC and `.set noreorder'.
H A Dmipsr6@jal-svr4pic-noreorder.d6 # Test the jal macro with -KPIC and `.set noreorder'.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dtls-hidden3b.s1 .macro load
H A Dunaligned-data.s1 .macro sym n:req
H A Dunaligned-insn.s1 .macro sym n:req
H A Dunaligned-text.s1 .macro sym n:req
H A Dmips16-pic-1.inc3 .macro stub,name,type
25 .macro lstub,name,type
31 .macro hstub,name,type
38 .macro gstub,name,type
44 .macro la_noshared,name
50 # and emit a dummy relocation against NAME. This macro is always
52 .macro la_shared,name
61 .macro decl,name,type
68 .macro cpload_mips16
77 .macro cpload_nomips1
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Daix-glink-2b.s3 .macro deffun,type,name
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/arm/iwmmxt/
H A Dtestutils.inc6 .macro mvi_h_gr reg, val
12 .macro mvaddr_h_gr reg, addr
18 .macro start
48 .macro pass
52 .macro fail
56 .macro exit rc
70 .macro test_h_gr reg, val
77 .macro mvi_h_cnvz c, n, v, z
99 .macro test_h_cnvz c, n, v, z
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/arm/
H A Dtestutils.inc6 .macro mvi_h_gr reg, val
12 .macro mvaddr_h_gr reg, addr
18 .macro start
48 .macro pass
52 .macro fail
56 .macro exit rc
70 .macro test_h_gr reg, val
77 .macro mvi_h_cnvz c, n, v, z
99 .macro test_h_cnvz c, n, v, z
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/arm/xscale/
H A Dtestutils.inc6 .macro mvi_h_gr reg, val
12 .macro mvaddr_h_gr reg, addr
18 .macro start
48 .macro pass
52 .macro fail
56 .macro exit rc
70 .macro test_h_gr reg, val
77 .macro mvi_h_cnvz c, n, v, z
99 .macro test_h_cnvz c, n, v, z
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/hw/rv-n-cris/
H A Dtestutils.inc6 .macro singlevec vecname vecno entry other=killme
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/lm32/
H A Dtestutils.inc2 .macro exit nr
11 .macro pass
30 .macro fail
49 .macro start
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/m32c/
H A Dtestutils.inc2 .macro exit nr
11 .macro pass
30 .macro fail
49 .macro start
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/iq2000/
H A Dtestutils.inc2 .macro exit nr
11 .macro pass
30 .macro fail
49 .macro start
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/mn10300/
H A Dtestutils.inc2 .macro exit nr
11 .macro pass
31 .macro fail
51 .macro start
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dtraditional.c1 /* CPP Library - traditional lexical analysis and macro expansion.
24 /* The replacement text of a function-like macro is stored as a
43 /* Structure holding information about a function-like macro
50 /* An array of size the number of macro parameters + 1, containing
51 the offsets of the start of each macro argument in the output
56 /* The hashnode of the macro. */
59 /* The offset of the macro name in the output buffer. */
62 /* The line the macro name appeared on. */
72 /* Lexing state. It is mostly used to prevent macro expansion. */
120 /* Skip a C-style block comment in a macro a
338 maybe_start_funlike(cpp_reader *pfile, cpp_hashnode *node, const uchar *start, struct fun_macro *macro) argument
359 save_argument(struct fun_macro *macro, size_t offset) argument
377 _cpp_scan_out_logical_line(cpp_reader *pfile, cpp_macro *macro, bool builtin_macro_arg) argument
843 cpp_macro *macro = node->value.macro; local
895 _cpp_replacement_text_len(const cpp_macro *macro) argument
925 _cpp_copy_replacement_text(const cpp_macro *macro, uchar *dest) argument
961 cpp_macro *macro = fmacro->node->value.macro; local
1121 save_replacement_text(cpp_reader *pfile, cpp_macro *macro, unsigned int arg_index) argument
1197 cpp_macro *macro = NULL; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dtraditional.cc1 /* CPP Library - traditional lexical analysis and macro expansion.
24 /* The replacement text of a function-like macro is stored as a
43 /* Structure holding information about a function-like macro
50 /* An array of size the number of macro parameters + 1, containing
51 the offsets of the start of each macro argument in the output
56 /* The hashnode of the macro. */
59 /* The offset of the macro name in the output buffer. */
62 /* The line the macro name appeared on. */
72 /* Lexing state. It is mostly used to prevent macro expansion. */
120 /* Skip a C-style block comment in a macro a
343 maybe_start_funlike(cpp_reader *pfile, cpp_hashnode *node, const uchar *start, struct fun_macro *macro) argument
364 save_argument(struct fun_macro *macro, size_t offset) argument
382 _cpp_scan_out_logical_line(cpp_reader *pfile, cpp_macro *macro, bool builtin_macro_arg) argument
848 cpp_macro *macro = node->value.macro; local
900 _cpp_replacement_text_len(const cpp_macro *macro) argument
930 _cpp_copy_replacement_text(const cpp_macro *macro, uchar *dest) argument
966 cpp_macro *macro = fmacro->node->value.macro; local
1126 save_replacement_text(cpp_reader *pfile, cpp_macro *macro, unsigned int arg_index) argument
1202 cpp_macro *macro = NULL; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Darmv8-2-fp16-simd.s1 .macro f16_dq_ifsu reg0 reg1 reg2
8 .macro f16_q_ifsu reg0 reg1 reg2
14 .macro f16_dq_abs_neg reg0 reg1
21 .macro f16_q_abs_neg reg0 reg1
27 .macro f16_dq_fcmp reg0 reg1 reg2
34 .macro f16_dq_fcmp_imm0 reg0 reg1
41 .macro f16_q_fcmp reg0 reg1 reg2
47 .macro f16_dq_addsub reg0 reg1 reg2
54 .macro f16_q_addsub reg0 reg1 reg2
60 .macro f16_dq_vmaxn
[all...]
H A Dbackslash-at.s3 .macro bar
H A Dbundle-lock.s10 .macro offset_sequence which, size, offset
19 .macro test_offsets_arm size
27 .macro test_offsets_thumb size
39 .macro test_sequence size
H A Dmve-vpnot-bad.s1 .macro cond
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
H A Ds390x.inc2 .macro gdbasm_startup
18 .macro gdbasm_call subr
24 .macro gdbasm_exit0
30 .macro gdbasm_enter
44 .macro gdbasm_leave
56 .macro gdbasm_several_nops
65 .macro gdbasm_datavar name value
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
H A Ds390x.inc2 .macro gdbasm_startup
18 .macro gdbasm_call subr
24 .macro gdbasm_exit0
30 .macro gdbasm_enter
44 .macro gdbasm_leave
56 .macro gdbasm_several_nops
65 .macro gdbasm_datavar name value
/netbsd-current/external/bsd/tradcpp/dist/
H A DMakefile5 files.c directive.c eval.c macro.c output.c \

Completed in 226 milliseconds

<<11121314151617181920>>