HomeSort by: relevance | last modified time | path
    Searched defs:opformat (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-s390.c 254 /* Opformat hash table. */
1990 const struct s390_opcode *opformat; local
2003 opformat = str_hash_find (s390_opformat_hash, input_line_pointer);
2004 if (opformat == NULL)
2013 if ( ( opformat->oplen == 6
2015 || ( opformat->oplen == 4
2017 || ( opformat->oplen == 2
2019 md_number_to_chars ((char *) insn, exp.X_add_number, opformat->oplen);
2026 && opformat->oplen == 6
2039 if (strcmp (opformat->name, "e") != 0 && *input_line_pointer++ != ','
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-s390.c 254 /* Opformat hash table. */
1990 const struct s390_opcode *opformat; local
2003 opformat = str_hash_find (s390_opformat_hash, input_line_pointer);
2004 if (opformat == NULL)
2013 if ( ( opformat->oplen == 6
2015 || ( opformat->oplen == 4
2017 || ( opformat->oplen == 2
2019 md_number_to_chars ((char *) insn, exp.X_add_number, opformat->oplen);
2026 && opformat->oplen == 6
2039 if (strcmp (opformat->name, "e") != 0 && *input_line_pointer++ != ','
    [all...]

Completed in 18 milliseconds