Home
last modified time | relevance | path

Searched refs:opcode_table (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dxtensa-isa.c186 isa->opcode_table = (xtensa_opcode_internal **) in xtensa_add_isa()
187 realloc (isa->opcode_table, isa->num_opcodes * in xtensa_add_isa()
200 isa->opcode_table[newopc] = intopc; in xtensa_add_isa()
272 if (intisa->opcode_table) in xtensa_isa_free()
273 free (intisa->opcode_table); in xtensa_isa_free()
342 xtensa_insnbuf template = intisa->opcode_table[opc]->template(); in xtensa_encode_insn()
343 int len = intisa->opcode_table[opc]->length; in xtensa_encode_insn()
363 return intisa->opcode_table[opc]->name; in xtensa_opcode_name()
371 return intisa->opcode_table[opc]->length; in xtensa_insn_length()
388 return intisa->opcode_table[opc]->iclass->num_operands; in xtensa_num_operands()
[all …]
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dsparc-dis.c948 build_hash_table (opcode_table, hash_table, num_opcodes) in build_hash_table() argument
949 const struct sparc_opcode **opcode_table; in build_hash_table()
967 register int hash = HASH_INSN (opcode_table[i]->match);
970 h->opcode = opcode_table[i];
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dxtensa-isa-internal.h95 xtensa_opcode_internal **opcode_table;/* Indexed by internal opcode #. */ member
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dsparc-dis.c395 build_hash_table (const sparc_opcode **opcode_table, in build_hash_table() argument
413 int hash = HASH_INSN (opcode_table[i]->match); in build_hash_table()
417 h->opcode = opcode_table[i]; in build_hash_table()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Datom.c1034 } opcode_table[ATOM_OP_CNT] = { variable
1203 opcode_table[op].func(&ectx, &ptr, in atom_execute_table_locked()
1204 opcode_table[op].arg); in atom_execute_table_locked()
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atom.c1080 } opcode_table[ATOM_OP_CNT] = { variable
1255 opcode_table[op].func(&ectx, &ptr, in amdgpu_atom_execute_table_locked()
1256 opcode_table[op].arg); in amdgpu_atom_execute_table_locked()
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A DChangeLog387 (xtensa_isa_internal): Replace opcode_table field with opcodes field.