Searched refs:vit_opcode (Results 1 – 2 of 2) sorted by relevance
72 char vit_opcode[sizeof (vax_opcodeT)]; member
1879 memset (vitP->vit_opcode, '\0', sizeof (vitP->vit_opcode)); in vip()1895 memset (vitP->vit_opcode, '\0', sizeof (vitP->vit_opcode)); in vip()1911 md_number_to_chars (vitP->vit_opcode, oc, 4); in vip()2004 for (mycount = myvit.vit_opcode_nbytes, p = myvit.vit_opcode; in main()2722 memcpy (opcode_low_byteP, v.vit_opcode, v.vit_opcode_nbytes); in md_assemble()2723 opcode_as_chars = v.vit_opcode; in md_assemble()