OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tic6x_opcode_table
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.c
770
opc->next = hash_find (opcode_hash,
tic6x_opcode_table
[id].name);
771
if ((errmsg = hash_jam (opcode_hash,
tic6x_opcode_table
[id].name, opc))
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
tic6x-dis.c
53
const tic6x_opcode
tic6x_opcode_table
[tic6x_opcode_max] =
variable
308
const tic6x_opcode *const opc = &
tic6x_opcode_table
[opcode_id];
[
all
...]
/toolchain/binutils/binutils-2.25/include/opcode/
tic6x.h
680
extern const tic6x_opcode
tic6x_opcode_table
[tic6x_opcode_max];
Completed in 1565 milliseconds