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

  /src/external/gpl3/binutils/dist/gas/config/
tc-vax.c 553 char *opcodeP; /* -> opcode char(s) to change. */
562 opcodeP = fragP->fr_opcode;
599 opcodeP[0] ^= 1; /* Reverse sense of test. */
608 opcodeP[0] ^= 1; /* Reverse sense of test. */
624 opcodeP[0] += VAX_WIDEN_WORD; /* brb -> brw, bsbb -> bsbw */
631 opcodeP[0] += VAX_WIDEN_LONG; /* brb -> jmp, bsbb -> jsb */
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-vax.c 553 char *opcodeP; /* -> opcode char(s) to change. */
562 opcodeP = fragP->fr_opcode;
599 opcodeP[0] ^= 1; /* Reverse sense of test. */
608 opcodeP[0] ^= 1; /* Reverse sense of test. */
624 opcodeP[0] += VAX_WIDEN_WORD; /* brb -> brw, bsbb -> bsbw */
631 opcodeP[0] += VAX_WIDEN_LONG; /* brb -> jmp, bsbb -> jsb */

Completed in 18 milliseconds