Searched refs:opcode_entry_type (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-z8k.c | 151 const opcode_entry_type *opcode; in md_begin() 171 opcode_entry_type *fake_opcode; in md_begin() 172 fake_opcode = (opcode_entry_type *) malloc (sizeof (opcode_entry_type)); in md_begin() 714 get_operands (const opcode_entry_type *opcode, char *op_end, op_type *operand) in get_operands() 841 static opcode_entry_type * 842 get_specific (opcode_entry_type *opcode, op_type *operands) in get_specific() 844 opcode_entry_type *this_try = opcode; in get_specific() 1001 build_bytes (opcode_entry_type *this_try, struct z8k_op *operand ATTRIBUTE_UNUSED) in build_bytes() 1190 opcode_entry_type *opcode; in md_assemble() 1210 opcode = (opcode_entry_type *) hash_find (opcode_hash_control, op_start); in md_assemble()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-z8k.c | 148 const opcode_entry_type *opcode; in md_begin() 168 opcode_entry_type *fake_opcode; in md_begin() 169 fake_opcode = (opcode_entry_type *) malloc (sizeof (opcode_entry_type)); in md_begin() 709 get_operands (const opcode_entry_type *opcode, char *op_end, op_type *operand) in get_operands() 836 static opcode_entry_type * 837 get_specific (opcode_entry_type *opcode, op_type *operands) in get_specific() 839 opcode_entry_type *this_try = opcode; in get_specific() 992 build_bytes (opcode_entry_type *this_try, struct z8k_op *operand ATTRIBUTE_UNUSED) in build_bytes() 1180 opcode_entry_type *opcode; in md_assemble() 1200 opcode = (opcode_entry_type *) hash_find (opcode_hash_control, op_start); in md_assemble()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | z8k-opc.h | 279 } opcode_entry_type; typedef 282 const opcode_entry_type z8k_table[] = {
|
| D | ChangeLog-0203 | 931 opcode_entry_type, and make "nicename" and "name" const. Make
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | z8k-opc.h | 279 } opcode_entry_type; typedef 282 const opcode_entry_type z8k_table[] = {
|
| D | ChangeLog-0203 | 931 opcode_entry_type, and make "nicename" and "name" const. Make
|