Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/include/
H A Dxtensa-isa-internal.h95 xtensa_opcode_internal **opcode_table;/* Indexed by internal opcode #. */ member
/freebsd-12.1/contrib/binutils/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()
/freebsd-12.1/sys/dev/drm2/radeon/
H A Datom.c1031 } opcode_table[ATOM_OP_CNT] = { variable
1200 opcode_table[op].func(&ectx, &ptr, in atom_execute_table_locked()
1201 opcode_table[op].arg); in atom_execute_table_locked()
/freebsd-12.1/contrib/binutils/include/
H A DChangeLog535 (xtensa_isa_internal): Replace opcode_table field with opcodes field.