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

  /toolchain/binutils/binutils-2.25/opcodes/
s390-mkopc.c 51 int mode_bits; member in struct:op_struct
74 int min_cpu, int mode_bits)
104 sort_value += (min_cpu << 8) + mode_bits;
117 op_array[ix].mode_bits = mode_bits;
179 int min_cpu, int mode_bits)
192 insertOpcode (opcode, mnemonic, format, min_cpu, mode_bits);
271 insertOpcode (opcode, new_mnemonic, format, min_cpu, mode_bits);
313 printf ("%i, ", op_array[ix].mode_bits);
343 int mode_bits; local
    [all...]
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.
    [all...]

Completed in 45 milliseconds