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

  /src/external/gpl3/binutils/dist/gas/config/
tc-kvx.c 153 static struct kvxinsn immxbuf[KVXMAXBUNDLEWORDS]; variable in typeref:struct:kvxinsn
479 immxbuf[immxcnt].words[0] = (words_); \
480 immxbuf[immxcnt].fixup[0].reloc = (reloc_); \
481 immxbuf[immxcnt].fixup[0].exp = (exp_); \
482 immxbuf[immxcnt].fixup[0].where = 0; \
483 immxbuf[immxcnt].nfixups = (nfixups_); \
484 immxbuf[immxcnt].len = (len_); \
530 /* Beware that immxbuf must be filled in the same order as relocs should be emitted. */
721 immxbuf[immxcnt].words[0] = insn->words[i];
722 immxbuf[immxcnt].nfixups = 0
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-kvx.c 153 static struct kvxinsn immxbuf[KVXMAXBUNDLEWORDS]; variable in typeref:struct:kvxinsn
479 immxbuf[immxcnt].words[0] = (words_); \
480 immxbuf[immxcnt].fixup[0].reloc = (reloc_); \
481 immxbuf[immxcnt].fixup[0].exp = (exp_); \
482 immxbuf[immxcnt].fixup[0].where = 0; \
483 immxbuf[immxcnt].nfixups = (nfixups_); \
484 immxbuf[immxcnt].len = (len_); \
530 /* Beware that immxbuf must be filled in the same order as relocs should be emitted. */
721 immxbuf[immxcnt].words[0] = insn->words[i];
722 immxbuf[immxcnt].nfixups = 0
    [all...]

Completed in 15 milliseconds