HomeSort by relevance Sort by last modified time
    Searched refs:insn_template (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
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 *,
tic30.h 244 insn_template; typedef in typeref:struct:_template
246 static const insn_template tic30_optab[] = {
    [all...]
metag.h 611 } insn_template; typedef in typeref:struct:__anon116276
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c 326 const insn_template *template,
336 const insn_template *template,
387 const insn_template *template,
440 const insn_template *template,
683 const insn_template *template,
706 const insn_template *template,
727 const insn_template *template,
776 const insn_template *template,
815 const insn_template *template,
853 const insn_template *template
    [all...]
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;
89 has_lkaddr (unsigned short memdata, const insn_template *tm)
102 const insn_template*
106 const insn_template *tm = NULL;
138 for (tm = (insn_template *) tic54x_paroptab; tm->name; tm++)
152 get_insn_size (unsigned short memdata, const insn_template *insn)
473 const insn_template *ptm
    [all...]
i386-opc.h 803 typedef struct insn_template struct
845 insn_template; typedef in typeref:struct:insn_template
847 extern const insn_template i386_optab[];
tic30-dis.c 67 insn_template *tm;
81 insn_template *current_optab = (insn_template *) tic30_optab;
148 insn_template *current_optab = (insn_template *) tic30_optab;
tic54x-opc.c 234 const insn_template tic54x_unknown_opcode =
236 const insn_template tic54x_optab[] = {
468 const insn_template tic54x_paroptab[] = {
i386-tbl.h 23 const insn_template i386_optab[] =
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 205 const insn_template *template;
212 const insn_template *template)
446 const insn_template *template)
473 const insn_template *template)
528 const insn_template *template)
993 const insn_template *template)
1137 const insn_template *template)
1394 const insn_template *template)
1502 const insn_template *template)
    [all...]
tc-tic30.c 119 const insn_template *current_optab = tic30_optab;
259 insn_template *opcode;
263 insn_template *tm; /* Template of current instruction. */
    [all...]
tc-i386.c 102 const insn_template *start;
103 const insn_template *end;
168 static const insn_template *match_template (void);
282 insn_template tm;
    [all...]
tc-tic54x.c 83 const insn_template *tm; /* Opcode template. */
    [all...]

Completed in 1713 milliseconds