OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_opcode
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c
641
static partemplate *
p_opcode
;
local
655
p_opcode
= str_hash_find (parop_hash, token);
656
if (
p_opcode
)
658
debug ("Found instruction %s\n",
p_opcode
->name);
659
p_insn.tm =
p_opcode
;
700
p_opcode
= str_hash_find (parop_hash, token);
702
if (
p_opcode
)
704
debug ("Found instruction %s\n",
p_opcode
->name);
705
p_insn.tm =
p_opcode
;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c
641
static partemplate *
p_opcode
;
local
655
p_opcode
= str_hash_find (parop_hash, token);
656
if (
p_opcode
)
658
debug ("Found instruction %s\n",
p_opcode
->name);
659
p_insn.tm =
p_opcode
;
700
p_opcode
= str_hash_find (parop_hash, token);
702
if (
p_opcode
)
704
debug ("Found instruction %s\n",
p_opcode
->name);
705
p_insn.tm =
p_opcode
;
Completed in 15 milliseconds
Indexes created Sun May 17 00:24:36 UTC 2026