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

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dvax-inst.h49 #define VIT_OPCODE_SPECIAL 0x40000000 /* Not normal branch optimising. */ macro
H A Dtc-vax.c722 if (opcode_as_number & VIT_OPCODE_SPECIAL)
787 if (opcode_as_number & VIT_OPCODE_SPECIAL)
875 if (opcode_as_number & VIT_OPCODE_SPECIAL)
1644 * Use another bit for VIT_OPCODE_SPECIAL if the op-code is not optimised
1735 * If the op-code has VIT_OPCODE_SPECIAL set, then we have a more unusual
1752 #if (VIT_OPCODE_SPECIAL != 0x40000000)
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dvax-inst.h49 #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)
2786 if (opcode_as_number & VIT_OPCODE_SPECIAL)
2845 if (opcode_as_number & VIT_OPCODE_SPECIAL)
2923 if (opcode_as_number & VIT_OPCODE_SPECIAL)

Completed in 137 milliseconds