HomeSort by: relevance | last modified time | path
    Searched refs:new_mnemonic (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
s390-mkopc.c 287 char new_mnemonic[MAX_MNEMONIC_LEN + 1]; local
292 if (snprintf (new_mnemonic, sizeof (new_mnemonic), "%s%s%s", prefix,
293 ext_table[i].extension, suffix) >= sizeof (new_mnemonic))
306 insertOpcode (opcode, new_mnemonic, format, min_cpu, mode_bits, flags, new_description);
  /src/external/gpl3/binutils.old/dist/opcodes/
s390-mkopc.c 287 char new_mnemonic[MAX_MNEMONIC_LEN + 1]; local
292 if (snprintf (new_mnemonic, sizeof (new_mnemonic), "%s%s%s", prefix,
293 ext_table[i].extension, suffix) >= sizeof (new_mnemonic))
306 insertOpcode (opcode, new_mnemonic, format, min_cpu, mode_bits, flags, new_description);
  /src/external/gpl3/gdb/dist/opcodes/
s390-mkopc.c 287 char new_mnemonic[MAX_MNEMONIC_LEN + 1]; local
292 if (snprintf (new_mnemonic, sizeof (new_mnemonic), "%s%s%s", prefix,
293 ext_table[i].extension, suffix) >= sizeof (new_mnemonic))
306 insertOpcode (opcode, new_mnemonic, format, min_cpu, mode_bits, flags, new_description);
  /src/external/gpl3/gdb.old/dist/opcodes/
s390-mkopc.c 287 char new_mnemonic[MAX_MNEMONIC_LEN + 1]; local
292 if (snprintf (new_mnemonic, sizeof (new_mnemonic), "%s%s%s", prefix,
293 ext_table[i].extension, suffix) >= sizeof (new_mnemonic))
306 insertOpcode (opcode, new_mnemonic, format, min_cpu, mode_bits, flags, new_description);

Completed in 174 milliseconds