Lines Matching refs:vit_opcode
725 Also make vit_opcode into a char[]. We now have n-byte vax opcodes,
1888 memset (vitP->vit_opcode, '\0', sizeof (vitP->vit_opcode));
1904 memset (vitP->vit_opcode, '\0', sizeof (vitP->vit_opcode));
1920 md_number_to_chars (vitP->vit_opcode, oc, 4);
2014 for (mycount = myvit.vit_opcode_nbytes, p = myvit.vit_opcode;
2735 memcpy (opcode_low_byteP, v.vit_opcode, v.vit_opcode_nbytes);
2736 opcode_as_chars = v.vit_opcode;