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

  /src/external/gpl3/gdb/dist/gdb/
expression.h 212 enum exp_opcode first_opcode () const function in struct:expression
  /src/external/gpl3/gdb.old/dist/gdb/
expression.h 207 enum exp_opcode first_opcode () const function in struct:expression
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c 283 char first_opcode[256]; local
313 op = &first_opcode[0];
362 parallel_insn = concat ("q_", first_opcode, "_", second_opcode, " ",
663 char first_opcode[6] = {0}; local
689 first_opcode[char_ptr++] = ch;
697 debug ("first_opcode = %s\n", first_opcode);
699 sprintf (token, "q_%s_%s", second_opcode, first_opcode);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c 283 char first_opcode[256]; local
313 op = &first_opcode[0];
362 parallel_insn = concat ("q_", first_opcode, "_", second_opcode, " ",
663 char first_opcode[6] = {0}; local
689 first_opcode[char_ptr++] = ch;
697 debug ("first_opcode = %s\n", first_opcode);
699 sprintf (token, "q_%s_%s", second_opcode, first_opcode);

Completed in 29 milliseconds