Searched refs:mode_bits (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | s390-mkopc.c | 32 int mode_bits; member 56 int min_cpu, int mode_bits, int flags) in insertOpcode() argument 86 sort_value += (min_cpu << 8) + mode_bits; in insertOpcode() 99 op_array[ix].mode_bits = mode_bits; in insertOpcode() 162 int min_cpu, int mode_bits, int flags) in insertExpandedMnemonic() argument 175 insertOpcode (opcode, mnemonic, format, min_cpu, mode_bits, flags); in insertExpandedMnemonic() 254 insertOpcode (opcode, new_mnemonic, format, min_cpu, mode_bits, flags); in insertExpandedMnemonic() 299 printf ("%i, ", op_array[ix].mode_bits); in dumpTable() 331 int mode_bits; in main() local 375 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.
|