Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-vax.c2543 long opcode_as_number; in md_assemble() local
2828 opcode_as_number = md_chars_to_number ((unsigned char *) opcode_as_chars, 4); in md_assemble()
2877 if (opcode_as_number & VIT_OPCODE_SPECIAL) in md_assemble()
2926 know (!(opcode_as_number & VIT_OPCODE_SYNTHETIC)); in md_assemble()
2935 know (opcode_as_number & VIT_OPCODE_SYNTHETIC); in md_assemble()
2936 if (opcode_as_number & VIT_OPCODE_SPECIAL) in md_assemble()
3005 know (!(opcode_as_number & VIT_OPCODE_SYNTHETIC)); in md_assemble()
3013 know (opcode_as_number & VIT_OPCODE_SYNTHETIC); in md_assemble()
3014 if (opcode_as_number & VIT_OPCODE_SPECIAL) in md_assemble()