Searched refs:VAX_JMP (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dvax-inst.h59 #define VAX_JMP (0x17) /* Useful for branch optimising. Jump instr*/ macro
60 #define VAX_PC_RELATIVE_MODE (0xef) /* Use it after VAX_JMP */
H A Dtc-vax.c415 || ((unsigned char *) fragP->fr_opcode)[0] == VAX_JMP
434 p[1] = VAX_JMP;
446 p[4] = VAX_JMP;
457 p[3] = VAX_JMP;
581 addressP[1] = VAX_JMP;
620 addressP[4] = VAX_JMP;
647 addressP[3] = VAX_JMP;
2348 *ptr++ = VAX_JMP; /* Arbitrary jump. */
3014 p[4] = VAX_JMP;
3029 p[3] = VAX_JMP;
[all...]

Completed in 104 milliseconds