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

  /src/external/gpl3/binutils/dist/gas/config/
tc-mips.c 1398 static void mips_ip (char *str, struct mips_cl_insn * ip);
2074 /* An expression in a macro instruction. This is set by mips_ip and
2089 by mips16_ip if an explicit extension is used or by mips_ip if an
4492 mips_ip (str, &insn);
4493 DBG ((_("returned from mips_ip(%s) insn_opcode = 0x%x\n"),
13674 stored in insn_opcode by mips_ip. */
14743 mips_ip (char *str, struct mips_cl_insn *insn)
14793 /* As for mips_ip, but used when assembling MIPS16 code.
14734 mips_ip (char *str, struct mips_cl_insn *insn) function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mips.c 1394 static void mips_ip (char *str, struct mips_cl_insn * ip);
2070 /* An expression in a macro instruction. This is set by mips_ip and
2085 by mips16_ip if an explicit extension is used or by mips_ip if an
4237 mips_ip (str, &insn);
4238 DBG ((_("returned from mips_ip(%s) insn_opcode = 0x%x\n"),
13377 stored in insn_opcode by mips_ip. */
14449 mips_ip (char *str, struct mips_cl_insn *insn)
14499 /* As for mips_ip, but used when assembling MIPS16 code.
14440 mips_ip (char *str, struct mips_cl_insn *insn) function

Completed in 82 milliseconds