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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dvax-inst.h50 #define VIT_OPCODE_SPECIAL 0x40000000 /* Not normal branch optimising. */ macro
H A Dtc-vax.c720 Use another bit for VIT_OPCODE_SPECIAL if the op-code is not optimised
805 If the op-code has VIT_OPCODE_SPECIAL set, then we have a more unusual
819 #if (VIT_OPCODE_SPECIAL != 0x40000000)
1213 * Use another bit for VIT_OPCODE_SPECIAL if the op-code is not optimised
2934 if (opcode_as_number & VIT_OPCODE_SPECIAL)
2993 if (opcode_as_number & VIT_OPCODE_SPECIAL)
3071 if (opcode_as_number & VIT_OPCODE_SPECIAL)

Completed in 118 milliseconds