Searched refs:mode_bits (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | s390-mkopc.c | 51 int mode_bits; member 74 int min_cpu, int mode_bits) in insertOpcode() argument 104 sort_value += (min_cpu << 8) + mode_bits; in insertOpcode() 117 op_array[ix].mode_bits = mode_bits; in insertOpcode() 179 int min_cpu, int mode_bits) in insertExpandedMnemonic() argument 192 insertOpcode (opcode, mnemonic, format, min_cpu, mode_bits); in insertExpandedMnemonic() 271 insertOpcode (opcode, new_mnemonic, format, min_cpu, mode_bits); in insertExpandedMnemonic() 313 printf ("%i, ", op_array[ix].mode_bits); in dumpTable() 343 int mode_bits; in main() local 377 mode_bits = 0; in main() [all …]
|
D | ChangeLog-0203 | 677 (struct op_struct): Remove archbits. Add mode_bits and min_cpu. 678 (insertOpcode): Replace archbits by min_cpu and mode_bits. 679 (dumpTable): Write mode_bits and min_cpu instead of archbits. 682 mode_bits. 683 * s390-opc.txt: Replace archbits by min_cpu and mode_bits.
|