/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)) 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) 575 (set arg2 (op arg2 arg1)) [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) 3644 (set tmp1 arg1) 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/i386/ |
D | svme.s | 12 .macro do_args arg1, arg2 13 invlpga \arg1, \arg2 14 vmload \arg1 15 vmrun \arg1 16 vmsave \arg1
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tic54x.c | 2747 math_ceil (float arg1, float ignore ATTRIBUTE_UNUSED) in math_ceil() argument 2749 return (float) ceil (arg1); in math_ceil() 2753 math_cvi (float arg1, float ignore ATTRIBUTE_UNUSED) in math_cvi() argument 2755 return (int) arg1; in math_cvi() 2759 math_floor (float arg1, float ignore ATTRIBUTE_UNUSED) in math_floor() argument 2761 return (float) floor (arg1); in math_floor() 2765 math_fmod (float arg1, float arg2) in math_fmod() argument 2767 return (int) arg1 % (int) arg2; in math_fmod() 2771 math_int (float arg1, float ignore ATTRIBUTE_UNUSED) in math_int() argument 2773 return ((float) ((int) arg1)) == arg1; in math_int() [all …]
|
D | tc-avr.c | 558 char *arg1 = arg; in md_parse_option() local 561 *t = TOLOWER (*arg1++); in md_parse_option()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/ |
D | test1.s | 1 .macro m arg1 arg2 2 .globl \arg1 3 \arg1 == \arg2
|
D | badarg.s | 4 .macro ,arg1 13 .macro m3,arg1, argument 49 .macro m11, arg1 : vararg, arg2 argument
|
D | test3.s | 1 .macro m arg1 arg2 2 \arg1
|
D | vararg.s | 1 .macro v1 arg1 : req, args : vararg argument 2 .long foo\arg1
|
D | test2.s | 1 .macro m arg1 arg2 arg3 2 .long \arg1
|
D | strings.s | 1 .macro M arg1 argument
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldfile.c | 195 char *arg, *arg1, *arg2, *arg3; in ldfile_try_open_bfd() local 214 arg1 = yylval.name; in ldfile_try_open_bfd() 222 free (arg1); in ldfile_try_open_bfd() 229 free (arg1); in ldfile_try_open_bfd() 242 arg = arg1; break; in ldfile_try_open_bfd() 244 arg = arg2 ? arg2 : arg1; break; in ldfile_try_open_bfd() 246 arg = arg3 ? arg3 : arg1; break; in ldfile_try_open_bfd() 251 free (arg1); in ldfile_try_open_bfd()
|
/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() 623 uint64_t arg1 = this->arg1_value(eei, &arg1_section); in value() local 624 return (arg1 in value() 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/testsuite/gas/hppa/parse/ |
D | stdreg.s | 14 ldi 15,%arg1
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/ |
D | empty.s | 4 SBT arg1
|
/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 2106 const struct mmo_symbol *sym1 = *(const struct mmo_symbol **) arg1; 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 3108 const asection *a = *(const asection **) arg1; in sort_by_secaddr() 4499 coff_sort_func_alent (const void * arg1, const void * arg2) in coff_sort_func_alent() argument 4501 const alent *al1 = *(const alent **) arg1; in coff_sort_func_alent()
|
D | som.c | 2748 compare_syms (const void *arg1, const void *arg2) in compare_syms() argument 2750 asymbol **sym1 = (asymbol **) arg1; in compare_syms() 2778 compare_subspaces (const void *arg1, const void *arg2) in compare_subspaces() argument 2780 asection **subspace1 = (asection **) arg1; 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 1055 bfd_elf32_swap_reloc_in (reldyn_sorting_bfd, arg1, &int_reloc1); in score_elf_sort_dynamic_relocs()
|
D | elflink.c | 3098 elf_sort_symbol (const void *arg1, const void *arg2) in elf_sort_symbol() argument 3104 h1 = *(const struct elf_link_hash_entry **) arg1; in elf_sort_symbol() 7062 elf_sort_elf_symbol (const void *arg1, const void *arg2) in elf_sort_elf_symbol() argument 7064 const Elf_Internal_Sym *s1 = *(const Elf_Internal_Sym **) arg1; in elf_sort_elf_symbol() 7071 elf_sym_name_compare (const void *arg1, const void *arg2) in elf_sym_name_compare() argument 7073 const struct elf_symbol *s1 = (const struct elf_symbol *) arg1; 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 1199 bfd_elf32_swap_reloc_in (reldyn_sorting_bfd, arg1, &int_reloc1); in score_elf_sort_dynamic_relocs()
|
/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() 4245 STORE_NUMBER (loc + 1, arg1); in PREFIX() 4271 PREFIX(insert_op2) (re_opcode_t op, UCHAR_T *loc, int arg1, in PREFIX() 4280 PREFIX(store_op2) (op, loc, arg1, arg2); in PREFIX()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | objcopy.c | 3091 compare_section_lma (const void *arg1, const void *arg2) in compare_section_lma() argument 3093 const asection *const *sec1 = (const asection * const *) arg1; in compare_section_lma()
|