Searched refs:s390_opcode (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Ds390.h41 /* The opcode table is an array of struct s390_opcode. */
43 struct s390_opcode struct
76 extern const struct s390_opcode s390_opcodes[];
80 extern const struct s390_opcode s390_opformats[];
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Ds390.h42 /* The opcode table is an array of struct s390_opcode. */
44 struct s390_opcode struct
77 extern const struct s390_opcode s390_opcodes[];
81 extern const struct s390_opcode s390_opformats[];
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Ds390-dis.c42 const struct s390_opcode *opcode;
43 const struct s390_opcode *opcode_end;
119 const struct s390_opcode *opcode;
120 const struct s390_opcode *opcode_end;
H A Ds390-opc.c312 const struct s390_opcode s390_opformats[] =
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Ds390-dis.c37 const struct s390_opcode *opcode;
38 const struct s390_opcode *opcode_end;
110 const struct s390_opcode *opcode;
111 const struct s390_opcode *opcode_end;
H A Ds390-opc.c331 const struct s390_opcode s390_opformats[] =
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-s390.c216 PARAMS ((char *, unsigned char *, const struct s390_opcode *));
476 register const struct s390_opcode *op;
477 const struct s390_opcode *op_end;
1171 const struct s390_opcode *opcode;
1513 const struct s390_opcode *opcode;
1524 opcode = (struct s390_opcode *) hash_find (s390_opcode_hash, str);
1525 if (opcode == (const struct s390_opcode *) NULL)
1580 const struct s390_opcode *opformat;
1593 opformat = (struct s390_opcode *)
1595 if (opformat == (const struct s390_opcode *) NUL
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-s390.c217 PARAMS ((char *, unsigned char *, const struct s390_opcode *));
479 register const struct s390_opcode *op;
480 const struct s390_opcode *op_end;
1168 const struct s390_opcode *opcode;
1543 const struct s390_opcode *opcode;
1554 opcode = (struct s390_opcode *) hash_find (s390_opcode_hash, str);
1555 if (opcode == (const struct s390_opcode *) NULL)
1610 const struct s390_opcode *opformat;
1623 opformat = (struct s390_opcode *)
1625 if (opformat == (const struct s390_opcode *) NUL
[all...]

Completed in 97 milliseconds