Searched refs:output_opcode (Results 1 – 1 of 1) sorted by relevance
44 #define CR16_PRINT(BYTE, NUM, SHIFT) output_opcode[BYTE] |= (NUM << SHIFT)74 long output_opcode[2]; variable451 memset (& output_opcode, '\0', sizeof (output_opcode)); in reset_vars()2142 output_opcode[0] = BIN (instruction->match, instruction->match_bits); in assemble_insn()2286 output_opcode[0] = BIN (instruction->match, instruction->match_bits); in assemble_insn()2320 words[j++] = (output_opcode[i] >> 16) & 0xFFFF; in print_insn()2321 words[j++] = output_opcode[i] & 0xFFFF; in print_insn()