Home | History | Annotate | Download | only in config

Lines Matching refs:output_opcode

43    pointed by index BYTE of array 'output_opcode'.  */
44 #define CR16_PRINT(BYTE, NUM, SHIFT) output_opcode[BYTE] |= (NUM << SHIFT)
74 long output_opcode[2];
456 memset (& output_opcode, '\0', sizeof (output_opcode));
1759 /* Print a constant value to 'output_opcode':
1776 going to the lowest byte of output_opcode[0].
1777 The upper part of output_opcode[1] is always filled,
1785 output_opcode[0] output_opcode[1] */
1797 going to the lowest byte of output_opcode
1798 The upper part of output_opcode[1] is always filled,
1806 output_opcode[0] output_opcode[1] */
1843 always filling the upper part of output_opcode[1]. If we mistakenly
1844 write it to output_opcode[0], the constant prefix (that is, 'match')
1850 output_opcode[0] output_opcode[1] */
1869 /* Print an operand to 'output_opcode', which later on will be
1951 /* Add the register argument to the output_opcode. */
2236 output_opcode[0] = BIN (instruction->match, instruction->match_bits);
2380 output_opcode[0] = BIN (instruction->match, instruction->match_bits);
2414 words[j++] = (output_opcode[i] >> 16) & 0xFFFF;
2415 words[j++] = output_opcode[i] & 0xFFFF;