Home
last modified time | relevance | path

Searched refs:VAX_JMP (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-vax.c412 || ((unsigned char *) fragP->fr_opcode)[0] == VAX_JMP in md_estimate_size_before_relax()
431 p[1] = VAX_JMP; in md_estimate_size_before_relax()
443 p[4] = VAX_JMP; in md_estimate_size_before_relax()
454 p[3] = VAX_JMP; in md_estimate_size_before_relax()
577 addressP[1] = VAX_JMP; in md_convert_frag()
616 addressP[4] = VAX_JMP; in md_convert_frag()
643 addressP[3] = VAX_JMP; in md_convert_frag()
2189 *ptr++ = VAX_JMP; /* Arbitrary jump. */ in md_create_long_jump()
2853 p[4] = VAX_JMP; in md_assemble()
2868 p[3] = VAX_JMP; in md_assemble()
[all …]
Dvax-inst.h58 #define VAX_JMP (0x17) /* Useful for branch optimising. Jump instr*/ macro
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-98993606 (md_create_long_jump): Use VAX_JMP and VAX_ABSOLUTE_MODE macros.