HomeSort by: relevance | last modified time | path
    Searched defs:insn_template (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/opcode/
tic30.h 244 insn_template; typedef in typeref:struct:_template
246 static const insn_template tic30_optab[] = {
607 static const insn_template *const tic30_optab_end =
tic54x.h 150 } insn_template; typedef in typeref:struct:_template
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 *,
metag.h 615 } insn_template; typedef in typeref:struct:__anon10657
1017 static const insn_template metag_optab[] =
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic30.h 244 insn_template; typedef in typeref:struct:_template
246 static const insn_template tic30_optab[] = {
607 static const insn_template *const tic30_optab_end =
tic54x.h 150 } insn_template; typedef in typeref:struct:_template
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 *,
metag.h 615 } insn_template; typedef in typeref:struct:__anon12121
1017 static const insn_template metag_optab[] =
  /src/external/gpl3/gdb/dist/include/opcode/
tic30.h 244 insn_template; typedef in typeref:struct:_template
246 static const insn_template tic30_optab[] = {
607 static const insn_template *const tic30_optab_end =
tic54x.h 150 } insn_template; typedef in typeref:struct:_template
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 *,
metag.h 615 } insn_template; typedef in typeref:struct:__anon18768
1017 static const insn_template metag_optab[] =
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic30.h 244 insn_template; typedef in typeref:struct:_template
246 static const insn_template tic30_optab[] = {
607 static const insn_template *const tic30_optab_end =
tic54x.h 150 } insn_template; typedef in typeref:struct:_template
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 *,
metag.h 615 } insn_template; typedef in typeref:struct:__anon21509
1017 static const insn_template metag_optab[] =
  /src/external/gpl3/binutils/dist/opcodes/
i386-opc.h 1012 typedef struct insn_template
1107 insn_template; member in struct:i386_operand_type::__anon10914
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h 999 typedef struct insn_template
1094 insn_template; member in struct:i386_operand_type::__anon12361
  /src/external/gpl3/gdb/dist/opcodes/
i386-opc.h 965 typedef struct insn_template
1059 insn_template; member in struct:i386_operand_type::__anon19039
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h 948 typedef struct insn_template
1042 insn_template; member in struct:i386_operand_type::__anon21778
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 28093 char insn_template[80];
28100 sprintf (insn_template, "%s %%0,%%2(%%1)", insn_str);
28102 output_asm_insn (insn_template, fuse_ops);
28109 sprintf (insn_template, "%s %%0,%%2@toc@l(%%1)", insn_str);
28112 sprintf (insn_template, "%s %%0,%%2@l(%%1)", insn_str);
28118 output_asm_insn (insn_template, fuse_ops);
28128 sprintf (insn_template, "%s %%0,%%2+%%3@toc@l(%%1)", insn_str);
28131 sprintf (insn_template, "%s %%0,%%2+%%3@l(%%1)", insn_str);
28138 output_asm_insn (insn_template, fuse_ops);
28143 sprintf (insn_template, "%s %%0,%%2@l(%%1)", insn_str)
28036 char insn_template[80]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 27657 char insn_template[80];
27664 sprintf (insn_template, "%s %%0,%%2(%%1)", insn_str);
27666 output_asm_insn (insn_template, fuse_ops);
27673 sprintf (insn_template, "%s %%0,%%2@toc@l(%%1)", insn_str);
27676 sprintf (insn_template, "%s %%0,%%2@l(%%1)", insn_str);
27682 output_asm_insn (insn_template, fuse_ops);
27692 sprintf (insn_template, "%s %%0,%%2+%%3@toc@l(%%1)", insn_str);
27695 sprintf (insn_template, "%s %%0,%%2+%%3@l(%%1)", insn_str);
27702 output_asm_insn (insn_template, fuse_ops);
27707 sprintf (insn_template, "%s %%0,%%2@l(%%1)", insn_str)
27600 char insn_template[80]; local
    [all...]

Completed in 129 milliseconds