HomeSort by relevance Sort by last modified time
    Searched refs:output_opcode (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
tc-crx.c 49 pointed by index BYTE of array 'output_opcode'. */
50 #define CRX_PRINT(BYTE, NUM, SHIFT) output_opcode[BYTE] |= (NUM << SHIFT)
77 long output_opcode[2]; variable
269 memset (& output_opcode, '\0', sizeof (output_opcode));
1179 /* Print a constant value to 'output_opcode':
1198 going to the lowest byte of output_opcode[0].
1199 The upper part of output_opcode[1] is always filled,
1207 output_opcode[0] output_opcode[1] *
    [all...]
tc-cr16.c 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]; variable
456 memset (& output_opcode, '\0', sizeof (output_opcode));
    [all...]

Completed in 57 milliseconds