Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-cr16.c44 #define CR16_PRINT(BYTE, NUM, SHIFT) output_opcode[BYTE] |= (NUM << SHIFT)
74 long output_opcode[2]; variable
451 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()