| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | tic54x.h | 150 } insn_template; typedef 152 extern const insn_template tic54x_unknown_opcode; 153 extern const insn_template tic54x_optab[]; 154 extern const insn_template tic54x_paroptab[]; 160 extern const insn_template* tic54x_get_insn (struct disassemble_info *,
|
| D | tic30.h | 244 insn_template; typedef 246 static const insn_template tic30_optab[] = { 607 static const insn_template *const tic30_optab_end =
|
| D | metag.h | 615 } insn_template; typedef 1017 static const insn_template metag_optab[] =
|
| D | ChangeLog-0415 | 1689 insn_template. Updated code to use new name. 1691 insn_template.
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | tic54x.h | 150 } insn_template; typedef 152 extern const insn_template tic54x_unknown_opcode; 153 extern const insn_template tic54x_optab[]; 154 extern const insn_template tic54x_paroptab[]; 160 extern const insn_template* tic54x_get_insn (struct disassemble_info *,
|
| D | tic30.h | 244 insn_template; typedef 246 static const insn_template tic30_optab[] = { 607 static const insn_template *const tic30_optab_end =
|
| D | metag.h | 615 } insn_template; typedef 1017 static const insn_template metag_optab[] =
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | metag-dis.c | 326 const insn_template *template, in print_none() 336 const insn_template *template, in print_mov_u2u() 387 const insn_template *template, in print_mov_port() 440 const insn_template *template, in print_movl_ttrec() 683 const insn_template *template, in print_get() 706 const insn_template *template, in print_set() 727 const insn_template *template, in print_get_set() 776 const insn_template *template, in print_get_set_ext() 815 const insn_template *template, in print_mget_mset() 853 const insn_template *template, in print_cond_set() [all …]
|
| D | tic54x-dis.c | 30 static int has_lkaddr (unsigned short, const insn_template *); 31 static int get_insn_size (unsigned short, const insn_template *); 37 const insn_template *, int); 54 const insn_template* tm; in print_insn_tic54x() 89 has_lkaddr (unsigned short memdata, const insn_template *tm) in has_lkaddr() 102 const insn_template* 106 const insn_template *tm = NULL; in tic54x_get_insn() 138 for (tm = (insn_template *) tic54x_paroptab; tm->name; tm++) in tic54x_get_insn() 152 get_insn_size (unsigned short memdata, const insn_template *insn) in get_insn_size() 472 const insn_template *ptm, in print_parallel_instruction()
|
| D | tic30-dis.c | 67 insn_template *tm; 81 insn_template *current_optab = (insn_template *) tic30_optab; in get_tic30_instruction() 148 insn_template *current_optab = (insn_template *) tic30_optab; in get_tic30_instruction()
|
| D | tic54x-opc.c | 234 const insn_template tic54x_unknown_opcode = 236 const insn_template tic54x_optab[] = { 468 const insn_template tic54x_paroptab[] = {
|
| D | i386-opc.h | 948 typedef struct insn_template struct 1042 insn_template; argument
|
| D | ChangeLog | 751 * i386-opc.h (struct insn_template): Shrink base_opcode to 16 843 * i386-opc.h (struct insn_template): Drop opcode_length field. 877 * i386-opc.h (struct insn_template): Move cpu_flags field past
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | metag-dis.c | 326 const insn_template *template, in print_none() 336 const insn_template *template, in print_mov_u2u() 387 const insn_template *template, in print_mov_port() 440 const insn_template *template, in print_movl_ttrec() 683 const insn_template *template, in print_get() 706 const insn_template *template, in print_set() 727 const insn_template *template, in print_get_set() 776 const insn_template *template, in print_get_set_ext() 815 const insn_template *template, in print_mget_mset() 853 const insn_template *template, in print_cond_set() [all …]
|
| D | tic54x-dis.c | 30 static int has_lkaddr (unsigned short, const insn_template *); 31 static int get_insn_size (unsigned short, const insn_template *); 37 const insn_template *, int); 54 const insn_template* tm; in print_insn_tic54x() 89 has_lkaddr (unsigned short memdata, const insn_template *tm) in has_lkaddr() 102 const insn_template* 106 const insn_template *tm = NULL; in tic54x_get_insn() 138 for (tm = (insn_template *) tic54x_paroptab; tm->name; tm++) in tic54x_get_insn() 152 get_insn_size (unsigned short memdata, const insn_template *insn) in get_insn_size() 472 const insn_template *ptm, in print_parallel_instruction()
|
| D | tic30-dis.c | 67 insn_template *tm; 81 insn_template *current_optab = (insn_template *) tic30_optab; in get_tic30_instruction() 148 insn_template *current_optab = (insn_template *) tic30_optab; in get_tic30_instruction()
|
| D | tic54x-opc.c | 234 const insn_template tic54x_unknown_opcode = 236 const insn_template tic54x_optab[] = { 468 const insn_template tic54x_paroptab[] = {
|
| D | i386-opc.h | 943 typedef struct insn_template struct 1036 insn_template; argument
|
| D | ChangeLog | 737 * i386-opc.h (struct insn_template): Shrink base_opcode to 16 829 * i386-opc.h (struct insn_template): Drop opcode_length field. 863 * i386-opc.h (struct insn_template): Move cpu_flags field past
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-metag.c | 204 const insn_template *template; 211 const insn_template *template) in parse_none() 445 const insn_template *template) in parse_mov_u2u() 472 const insn_template *template) in parse_mov_port() 527 const insn_template *template) in parse_movl_ttrec() 992 const insn_template *template) in parse_get_set() 1136 const insn_template *template) in parse_get_set_ext() 1393 const insn_template *template) in parse_mget_mset() 1501 const insn_template *template) in parse_mmov() 1623 const insn_template *template) in parse_mdrd() [all …]
|
| D | tc-tic30.c | 117 const insn_template *current_optab = tic30_optab; in md_begin() 237 insn_template *opcode; 241 insn_template *tm; /* Template of current instruction. */ 1399 insn_template *op; in md_assemble() 1447 op = (insn_template *) str_hash_find (op_hash, token_start); in md_assemble()
|
| D | tc-i386.c | 102 const insn_template *start; 103 const insn_template *end; 171 static bool optimize_disp (const insn_template *t); 172 static const insn_template *match_template (char); 271 insn_template tm; 1691 is_cpu (const insn_template *t, enum i386_cpu cpu) in is_cpu() 1697 maybe_cpu (const insn_template *t, enum i386_cpu cpu) in maybe_cpu() 1798 cpu_flags_check_cpu64 (const insn_template *t) in cpu_flags_check_cpu64() 1885 static INLINE bool need_evex_encoding (const insn_template *t) in need_evex_encoding() 1902 cpu_flags_match (const insn_template *t) in cpu_flags_match() [all …]
|
| D | tc-tic54x.c | 82 const insn_template *tm; /* Opcode template. */ 2981 insn_template *tm; in md_begin() 3008 for (tm = (insn_template *) tic54x_optab; tm->name; tm++) in md_begin() 3012 for (tm = (insn_template *) tic54x_paroptab; tm->name; tm++) in md_begin() 4173 insn->tm = (insn_template *) str_hash_find (op_hash, insn->mnemonic); in tic54x_parse_insn() 4196 insn->tm = (insn_template *) str_hash_find (op_hash, in tic54x_parse_insn() 4231 insn->tm = (insn_template *) str_hash_find (parop_hash, insn->mnemonic); in tic54x_parse_parallel_insn_firstline()
|
| D | tc-i386-intel.c | 348 const insn_template *t = current_templates.start; in i386_intel_simplify_register() 819 const insn_template *t; in i386_intel_operand()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | rs6000.cc | 27582 char insn_template[80]; in emit_fusion_load() local 27589 sprintf (insn_template, "%s %%0,%%2(%%1)", insn_str); in emit_fusion_load() 27591 output_asm_insn (insn_template, fuse_ops); in emit_fusion_load() 27598 sprintf (insn_template, "%s %%0,%%2@toc@l(%%1)", insn_str); in emit_fusion_load() 27601 sprintf (insn_template, "%s %%0,%%2@l(%%1)", insn_str); in emit_fusion_load() 27607 output_asm_insn (insn_template, fuse_ops); in emit_fusion_load() 27617 sprintf (insn_template, "%s %%0,%%2+%%3@toc@l(%%1)", insn_str); in emit_fusion_load() 27620 sprintf (insn_template, "%s %%0,%%2+%%3@l(%%1)", insn_str); in emit_fusion_load() 27627 output_asm_insn (insn_template, fuse_ops); in emit_fusion_load() 27632 sprintf (insn_template, "%s %%0,%%2@l(%%1)", insn_str); in emit_fusion_load() [all …]
|