Searched refs:macro (Results 301 - 325 of 1719) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Difunc-10.s4 .macro define,name,type
12 .macro define2,name
21 .macro test_relocs,name,width
33 .macro test_relocs2,name,type,width
40 .macro diff,name
45 .macro alldirs,doit,name
H A Difunc-4.s4 .macro define,name,type
12 .macro define2,name
21 .macro test_relocs,name,width
33 .macro test_relocs2,name,type,width
40 .macro diff,name
45 .macro alldirs,doit,name
H A Difunc-8.s4 .macro define,name,type
12 .macro define2,name
21 .macro test_relocs,name,width
33 .macro test_relocs2,name,type,width
40 .macro diff,name
45 .macro alldirs,doit,name
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dmips16-local-stubs-1.s1 .macro makestub,type,func,section
22 .macro makestubs,id
28 .macro makecaller,type,func
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dalias-2.s5 .macro bfm_inst op imm width
13 .macro bfc_inst imm width
19 .macro rev_inst op
H A Dldst-reg-reg-offset.s26 .macro op3_32 op, reg, ext, imm
34 .macro op3_64 op, reg, ext, imm
42 .macro op3 op, reg, ext, imm=-1
63 .macro shift op, ext
76 .macro extend op
82 .macro ld_or_st op
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/or1k/
H A Dor1k-asm-test-helpers.h28 .macro REPORT_EXCEPTION instruction_addr
64 .macro TEST_INST_FF_I32_I32 flags_to_set, flags_to_clear, opcode, op1, op2
83 .macro TEST_INST_FF_I32_I16 flags_to_set, flags_to_clear, opcode, op1, op2
100 .macro TEST_INST_I32_I32 opcode, op1, op2
104 .macro TEST_INST_I32_I16 opcode, op1, op2
108 .macro CHECK_CARRY_AND_OVERFLOW_NOT_SET overwritten_reg1, overwritten_reg2
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Daix-glink-2a.s3 .macro defabs,type,name,value
8 .macro deffun,type,name,fn
24 .macro defdata,type,name,contents
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dsizing.s1 .macro insn, mnem:req, opnds:vararg
27 .macro pextrw_store opnds:vararg
34 .macro vpextrw_evex opnds:vararg
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/or1k/
H A Dor1k-asm-test-helpers.h28 .macro REPORT_EXCEPTION instruction_addr
64 .macro TEST_INST_FF_I32_I32 flags_to_set, flags_to_clear, opcode, op1, op2
83 .macro TEST_INST_FF_I32_I16 flags_to_set, flags_to_clear, opcode, op1, op2
100 .macro TEST_INST_I32_I32 opcode, op1, op2
104 .macro TEST_INST_I32_I16 opcode, op1, op2
108 .macro CHECK_CARRY_AND_OVERFLOW_NOT_SET overwritten_reg1, overwritten_reg2
/netbsd-current/sys/arch/riscv/riscv/
H A Dcopy.S39 .macro enter_ucas
48 .macro exit_ucas
54 .macro enter_cpu_onfault
63 .macro exit_cpu_onfault
68 .macro set_sum
74 .macro clear_sum
/netbsd-current/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
H A DMdoc.pm17 Define new macro. The CODE reference will be called by call_macro(). You can
18 have two distinct definitions for and inline macro and for a standalone macro
27 Normaly CODE reference is passed all arguments up to next nested macro. Set
30 If the concat_until is present, the line is concated until the .Xx macro is
31 found. For example the following macro definition
51 Where C<CODE> is the CODE reference used to define macro called C<NAME>
55 Parse a line from the C<INPUT> filehandle. If a macro was detected it returns a
58 defined it calls it prior to passing argument to a macro, giving caller a
63 Call macro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_errors.h381 #define ASAN_FOR_EACH_ERROR_KIND(macro) \
382 macro(DeadlySignal) \
383 macro(DoubleFree) \
384 macro(NewDeleteTypeMismatch) \
385 macro(FreeNotMalloced) \
386 macro(AllocTypeMismatch) \
387 macro(MallocUsableSizeNotOwned) \
388 macro(SanitizerGetAllocatedSizeNotOwned) \
389 macro(CallocOverflow) \
390 macro(ReallocArrayOverflo
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/ldaptcl/
H A Dldaperr.tcl23 lassign $line define macro value
24 set ldap_errcode($macro) $value
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dhwloop-branch-out.s6 .macro test_prep lc:req, sym:req
15 .macro test_check exp5:req, exp6:req, exp7:req, expLC
38 .macro test_jump_s lc:req
53 .macro test_jump_m lc:req
68 .macro test_jump_e lc:req, lcend:req
83 .macro test_call_s lc:req, exp5:req, exp6:req, exp7:req
97 .macro test_call_m lc:req, exp5:req, exp6:req, exp7:req
111 .macro test_call_e lc:req, exp5:req, exp6:req, exp7:req
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/ft32/
H A Depilog.S1 .macro e r=0
30 .macro f r=0
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/ft32/
H A Depilog.S1 .macro e r=0
30 .macro f r=0
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-arch.h97 /* Architecture id to built-in define __AVR_ARCH__ (NULL -> no macro) */
98 const char *const macro; member in struct:__anon569
118 /* Must lie outside user's namespace. NULL == no macro. */
119 const char *const macro; member in struct:__anon570
167 macro __AVR_HAVE_JMP_CALL__ accordingly. This macro is used to
169 this macro to determine vector sizes. */
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dmve-vstrldr-2.s4 .macro all_vstr op, imm
38 .macro all_vldr_qq op, op1, op2, imm
45 .macro all_vldr_q0 op, imm
51 .macro all_vldr_q1 op, imm
57 .macro all_vldr_q2 op, imm
63 .macro all_vldr_q4 op, imm
69 .macro all_vldr_q7 op, imm
75 .macro all_vldr op, imm
H A Dneon-fma-cov.s5 .macro regs3_1 op opq vtype
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mach-o/
H A Dmacro-rept.d2 #name: macro rept
H A Dmacro-test2.d2 #name: macro test 2
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/macros/
H A Dapp4.d3 #name: included file with .if 0 wrapped in APP/NO_APP, no final NO_APP, macro in main file
H A Drept.d2 #name: macro rept
H A Dtest2.d2 #name: macro test 2

Completed in 320 milliseconds

<<11121314151617181920>>