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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-crx.c48 pointed by index BYTE of array 'output_opcode'. */
49 #define CRX_PRINT(BYTE, NUM, SHIFT) output_opcode[BYTE] |= (NUM) << (SHIFT)
76 static long output_opcode[2]; variable
245 memset (& output_opcode, '\0', sizeof (output_opcode));
1135 /* Print a constant value to 'output_opcode':
1153 going to the lowest byte of output_opcode[0].
1154 The upper part of output_opcode[1] is always filled,
1162 output_opcode[0] output_opcode[
[all...]
H A Dtc-cr16.c47 pointed by index BYTE of array 'output_opcode'. */
48 #define CR16_PRINT(BYTE, NUM, SHIFT) output_opcode[BYTE] |= (NUM) << (SHIFT)
78 long output_opcode[2]; variable
466 memset (& output_opcode, '\0', sizeof (output_opcode));
1752 /* Print a constant value to 'output_opcode':
1768 going to the lowest byte of output_opcode[0].
1769 The upper part of output_opcode[1] is always filled,
1777 output_opcode[0] output_opcode[
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-crx.c49 pointed by index BYTE of array 'output_opcode'. */
50 #define CRX_PRINT(BYTE, NUM, SHIFT) output_opcode[BYTE] |= (NUM) << (SHIFT)
77 static long output_opcode[2]; variable
246 memset (& output_opcode, '\0', sizeof (output_opcode));
1140 /* Print a constant value to 'output_opcode':
1158 going to the lowest byte of output_opcode[0].
1159 The upper part of output_opcode[1] is always filled,
1167 output_opcode[0] output_opcode[
[all...]
H A Dtc-cr16.c49 pointed by index BYTE of array 'output_opcode'. */
50 #define CR16_PRINT(BYTE, NUM, SHIFT) output_opcode[BYTE] |= (NUM) << (SHIFT)
80 long output_opcode[2]; variable
468 memset (& output_opcode, '\0', sizeof (output_opcode));
1758 /* Print a constant value to 'output_opcode':
1774 going to the lowest byte of output_opcode[0].
1775 The upper part of output_opcode[1] is always filled,
1783 output_opcode[0] output_opcode[
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-crx.c48 pointed by index BYTE of array 'output_opcode'. */
49 #define CRX_PRINT(BYTE, NUM, SHIFT) output_opcode[BYTE] |= (NUM) << (SHIFT)
76 static long output_opcode[2]; variable
245 memset (& output_opcode, '\0', sizeof (output_opcode));
1135 /* Print a constant value to 'output_opcode':
1153 going to the lowest byte of output_opcode[0].
1154 The upper part of output_opcode[1] is always filled,
1162 output_opcode[0] output_opcode[
[all...]
H A Dtc-cr16.c47 pointed by index BYTE of array 'output_opcode'. */
48 #define CR16_PRINT(BYTE, NUM, SHIFT) output_opcode[BYTE] |= (NUM) << (SHIFT)
78 long output_opcode[2]; variable
466 memset (& output_opcode, '\0', sizeof (output_opcode));
1752 /* Print a constant value to 'output_opcode':
1768 going to the lowest byte of output_opcode[0].
1769 The upper part of output_opcode[1] is always filled,
1777 output_opcode[0] output_opcode[
[all...]

Completed in 108 milliseconds