/toolchain/binutils/binutils-2.25/cpu/ |
D | fr30.cpu | 552 (define-pmacro (binary-int-op name insn comment opc1 opc2 op arg1 arg2) 556 (.str insn " $" arg1 ",$" arg2) 557 (+ opc1 opc2 arg1 arg2) 559 (set vbit ((.sym op -oflag) arg2 arg1 (const 0))) 560 (set cbit ((.sym op -cflag) arg2 arg1 (const 0))) 561 (set arg2 (op arg2 arg1)) 562 (set-z-and-n arg2)) 569 (define-pmacro (binary-int-op-n name insn comment opc1 opc2 op arg1 arg2) 573 (.str insn " $" arg1 ",$" arg2) 574 (+ opc1 opc2 arg1 arg2) [all …]
|
D | sh64-media.cpu | 917 (define-pmacro (-maddsl arg1 arg2) (saturate SI 32 (add arg1 arg2))) 924 (define-pmacro (-maddsub arg1 arg2) (usaturate QI 8 (add arg1 arg2))) 931 (define-pmacro (-maddsw arg1 arg2) (saturate HI 16 (add arg1 arg2))) 938 (define-pmacro (-mcmpeq mode arg1 arg2) 939 (if mode (eq arg1 arg2) (inv mode 0) (const mode 0))) 941 (define-pmacro (-mcmpeqb arg1 arg2) (-mcmpeq QI arg1 arg2)) 948 (define-pmacro (-mcmpeql arg1 arg2) (-mcmpeq SI arg1 arg2)) 955 (define-pmacro (-mcmpeqw arg1 arg2) (-mcmpeq HI arg1 arg2)) 962 (define-pmacro (-mcmpgt mode arg1 arg2) 963 (if mode (gt arg1 arg2) (inv mode 0) (const mode 0))) [all …]
|
D | frv.cpu | 3642 (define-pmacro (scan-semantics arg1 arg2 targ) 3645 (set tmp2 (sra arg2 1)) 3849 (define-pmacro (multiply-cc-semantics signop arg1 arg2 targ icc) 3852 (set tmp (mul DI (signop DI arg1) (signop DI arg2))) 7404 (define-pmacro (compare-and-set-fcc arg1 arg2 fcc) 7405 (if (gt arg1 arg2) 7407 (if (eq arg1 arg2) 7409 (if (lt arg1 arg2) 7454 (define-pmacro (float-mul-with-add name add_sub arg1 arg2 targ op ope comment) 7458 (.str name "$pack $" arg1 ",$" arg2 ",$" targ) [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/ |
D | test2.s | 1 .macro m arg1 arg2 arg3 3 .ifc ,\arg2\arg3 5 m \arg2,\arg3
|
D | test3.s | 1 .macro m arg1 arg2 argument 4 \arg2
|
D | test1.s | 1 .macro m arg1 arg2 argument 3 \arg1 == \arg2
|
D | badarg.s | 16 .macro m4,,arg2 49 .macro m11, arg1 : vararg, arg2
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldfile.c | 195 char *arg, *arg1, *arg2, *arg3; in ldfile_try_open_bfd() local 215 arg2 = NULL; in ldfile_try_open_bfd() 225 arg2 = yylval.name; in ldfile_try_open_bfd() 230 free (arg2); in ldfile_try_open_bfd() 244 arg = arg2 ? arg2 : arg1; break; in ldfile_try_open_bfd() 252 if (arg2) free (arg2); in ldfile_try_open_bfd()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | svme.s | 12 .macro do_args arg1, arg2 argument 13 invlpga \arg1, \arg2
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/ |
D | stdreg.s | 15 ldi 15,%arg2
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/ |
D | empty.s | 5 SBT arg2 - one tww
|
/toolchain/binutils/binutils-2.25/gold/ |
D | expression.cc | 527 Trinary_expression(Expression* arg1, Expression* arg2, Expression* arg3) in Trinary_expression() argument 528 : arg1_(arg1), arg2_(arg2), arg3_(arg3) in Trinary_expression() 615 Trinary_cond(Expression* arg1, Expression* arg2, Expression* arg3) in Trinary_cond() argument 616 : Trinary_expression(arg1, arg2, arg3) in Trinary_cond() 645 script_exp_trinary_cond(Expression* arg1, Expression* arg2, Expression* arg3) in script_exp_trinary_cond() argument 647 return new Trinary_cond(arg1, arg2, arg3); in script_exp_trinary_cond()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tic54x.c | 2765 math_fmod (float arg1, float arg2) in math_fmod() argument 2767 return (int) arg1 % (int) arg2; in math_fmod() 2813 math_atan2 (float arg1, float arg2) in math_atan2() argument 2815 return (float) atan2 (arg1, arg2); in math_atan2() 2851 math_ldexp (float arg1, float arg2) in math_ldexp() argument 2853 return arg1 * (float) pow (2.0, arg2); in math_ldexp() 2869 math_max (float arg1, float arg2) in math_max() argument 2871 return (arg1 > arg2) ? arg1 : arg2; in math_max() 2875 math_min (float arg1, float arg2) in math_min() argument 2877 return (arg1 < arg2) ? arg1 : arg2; in math_min() [all …]
|
/toolchain/binutils/binutils-2.25/include/gdb/ |
D | callback.h | 248 long arg1, arg2, arg3, arg4; member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | mmo.c | 2104 mmo_sort_mmo_symbols (const void *arg1, const void *arg2) in mmo_sort_mmo_symbols() argument 2107 const struct mmo_symbol *sym2 = *(const struct mmo_symbol **) arg2; in mmo_sort_mmo_symbols() 2116 return ((const char *) arg1 - (const char *) arg2); in mmo_sort_mmo_symbols()
|
D | coffcode.h | 3106 sort_by_secaddr (const void * arg1, const void * arg2) in sort_by_secaddr() argument 3109 const asection *b = *(const asection **) arg2; in sort_by_secaddr() 4499 coff_sort_func_alent (const void * arg1, const void * arg2) in coff_sort_func_alent() argument 4502 const alent *al2 = *(const alent **) arg2; in coff_sort_func_alent()
|
D | som.c | 2748 compare_syms (const void *arg1, const void *arg2) in compare_syms() argument 2751 asymbol **sym2 = (asymbol **) arg2; in compare_syms() 2778 compare_subspaces (const void *arg1, const void *arg2) in compare_subspaces() argument 2781 asection **subspace2 = (asection **) arg2; in compare_subspaces()
|
D | elf32-score7.c | 1050 score_elf_sort_dynamic_relocs (const void *arg1, const void *arg2) in score_elf_sort_dynamic_relocs() argument 1056 bfd_elf32_swap_reloc_in (reldyn_sorting_bfd, arg2, &int_reloc2); in score_elf_sort_dynamic_relocs()
|
D | elflink.c | 3098 elf_sort_symbol (const void *arg1, const void *arg2) in elf_sort_symbol() argument 3105 h2 = *(const struct elf_link_hash_entry **) arg2; in elf_sort_symbol() 7062 elf_sort_elf_symbol (const void *arg1, const void *arg2) in elf_sort_elf_symbol() argument 7065 const Elf_Internal_Sym *s2 = *(const Elf_Internal_Sym **) arg2; in elf_sort_elf_symbol() 7071 elf_sym_name_compare (const void *arg1, const void *arg2) in elf_sym_name_compare() argument 7074 const struct elf_symbol *s2 = (const struct elf_symbol *) arg2; in elf_sym_name_compare()
|
D | elf32-score.c | 1194 score_elf_sort_dynamic_relocs (const void *arg1, const void *arg2) in score_elf_sort_dynamic_relocs() argument 1200 bfd_elf32_swap_reloc_in (reldyn_sorting_bfd, arg2, &int_reloc2); in score_elf_sort_dynamic_relocs()
|
D | ecoff.c | 1912 ecoff_sort_hdrs (const void * arg1, const void * arg2) in ecoff_sort_hdrs() argument 1915 const asection *hdr2 = *(const asection **) arg2; in ecoff_sort_hdrs()
|
D | elfxx-mips.c | 2757 sort_dynamic_relocs (const void *arg1, const void *arg2) in sort_dynamic_relocs() argument 2764 bfd_elf32_swap_reloc_in (reldyn_sorting_bfd, arg2, &int_reloc2); in sort_dynamic_relocs() 2781 const void *arg2 ATTRIBUTE_UNUSED) in sort_dynamic_relocs_64() 2790 (reldyn_sorting_bfd, arg2, int_reloc2); in sort_dynamic_relocs_64()
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | regex.c | 1847 int arg1, int arg2); 1851 int arg1, int arg2, UCHAR_T *end); 4242 PREFIX(store_op2) (re_opcode_t op, UCHAR_T *loc, int arg1, int arg2) in PREFIX() 4246 STORE_NUMBER (loc + 1 + OFFSET_ADDRESS_SIZE, arg2); in PREFIX() 4272 int arg2, UCHAR_T *end) in PREFIX() 4280 PREFIX(store_op2) (op, loc, arg1, arg2); in PREFIX()
|
/toolchain/binutils/binutils-2.25/ |
D | ltmain.sh | 2098 arg2= 2125 arg2=$install_override_mode 2139 if test -n "$arg2"; then 2140 func_quote_for_eval "$arg2"
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | objcopy.c | 3091 compare_section_lma (const void *arg1, const void *arg2) in compare_section_lma() argument 3094 const asection *const *sec2 = (const asection * const *) arg2; in compare_section_lma()
|