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

  /src/external/gpl3/binutils/dist/gas/config/
tc-vax.c 2070 struct vit myvit; /* Build an exploded vax instruction here. */
2074 struct vop *myvop; /* Scan operands from myvit. */
2108 vip (& myvit, answer);
2109 if (*myvit.vit_error)
2110 printf ("ERR:\"%s\"\n", myvit.vit_error);
2113 for (mycount = myvit.vit_opcode_nbytes, p = myvit.vit_opcode;
2118 printf (" operand count=%d.\n", mycount = myvit.vit_operands);
2119 for (myvop = myvit.vit_operand; mycount; mycount--, myvop++)
2060 struct vit myvit; \/* Build an exploded vax instruction here. *\/ variable in typeref:struct:vit
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-vax.c 2070 struct vit myvit; /* Build an exploded vax instruction here. */
2074 struct vop *myvop; /* Scan operands from myvit. */
2108 vip (& myvit, answer);
2109 if (*myvit.vit_error)
2110 printf ("ERR:\"%s\"\n", myvit.vit_error);
2113 for (mycount = myvit.vit_opcode_nbytes, p = myvit.vit_opcode;
2118 printf (" operand count=%d.\n", mycount = myvit.vit_operands);
2119 for (myvop = myvit.vit_operand; mycount; mycount--, myvop++)
2060 struct vit myvit; \/* Build an exploded vax instruction here. *\/ variable in typeref:struct:vit

Completed in 26 milliseconds