Searched refs:opformat (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-s390.c1610 const struct s390_opcode *opformat; local
1623 opformat = (struct s390_opcode *)
1625 if (opformat == (const struct s390_opcode *) NULL)
1634 if ( ( opformat->oplen == 6
1636 || ( opformat->oplen == 4
1638 || ( opformat->oplen == 2
1640 md_number_to_chars ((char *) insn, exp.X_add_number, opformat->oplen);
1647 && opformat->oplen == 6
1660 if (strcmp (opformat->name, "e") != 0 && *input_line_pointer++ != ',')
1666 opformat);
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-s390.c1740 const struct s390_opcode *opformat; local
1753 opformat = (struct s390_opcode *)
1755 if (opformat == (const struct s390_opcode *) NULL)
1764 if ( ( opformat->oplen == 6
1766 || ( opformat->oplen == 4
1768 || ( opformat->oplen == 2
1770 md_number_to_chars ((char *) insn, exp.X_add_number, opformat->oplen);
1777 && opformat->oplen == 6
1790 if (strcmp (opformat->name, "e") != 0 && *input_line_pointer++ != ',')
1796 opformat);
[all...]

Completed in 46 milliseconds