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

  /src/external/gpl3/binutils/dist/gas/
frags.h 54 char *fr_opcode; member in struct:frag
  /src/external/gpl3/binutils.old/dist/gas/
frags.h 54 char *fr_opcode; member in struct:frag
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 3834 frag_now->fr_opcode = last_insn;
4617 if (fragP->fr_opcode != fragP->fr_literal)
8035 && fragP->fr_opcode == fragP->fr_literal
8103 vinsn_from_chars (&vinsn, fragP->fr_opcode);
8682 tinsn_from_chars (&t_insn, loop_frag->fr_opcode, 0);
8867 if (fragP->fr_opcode != NULL)
8871 tinsn_from_chars (&t_insn, fragP->fr_opcode, 0);
9625 (isa, vbuf, (unsigned char *) fragP->fr_opcode, 0);
10299 gas_assert (fragP->fr_opcode != NULL);
10302 vinsn_from_chars (&cur_vinsn, fragP->fr_opcode);
10713 char *fr_opcode = fragP->fr_opcode; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 3834 frag_now->fr_opcode = last_insn;
4617 if (fragP->fr_opcode != fragP->fr_literal)
8035 && fragP->fr_opcode == fragP->fr_literal
8103 vinsn_from_chars (&vinsn, fragP->fr_opcode);
8682 tinsn_from_chars (&t_insn, loop_frag->fr_opcode, 0);
8867 if (fragP->fr_opcode != NULL)
8871 tinsn_from_chars (&t_insn, fragP->fr_opcode, 0);
9625 (isa, vbuf, (unsigned char *) fragP->fr_opcode, 0);
10299 gas_assert (fragP->fr_opcode != NULL);
10302 vinsn_from_chars (&cur_vinsn, fragP->fr_opcode);
10713 char *fr_opcode = fragP->fr_opcode; local
    [all...]

Completed in 31 milliseconds