OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:format_tbl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-kvx.c
923
struct kvxopc *
format_tbl
= str_hash_find (env.opcode_hash, opcode);
local
928
while (!format &&
format_tbl
&& STREQ (opcode,
format_tbl
->as_op))
930
for (int i = 0 ; toks_ &&
format_tbl
->format[i]
931
&& toks_->class_id ==
format_tbl
->format[i]->type ;)
940
format =
format_tbl
;
944
format_tbl
++;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-kvx.c
923
struct kvxopc *
format_tbl
= str_hash_find (env.opcode_hash, opcode);
local
928
while (!format &&
format_tbl
&& STREQ (opcode,
format_tbl
->as_op))
930
for (int i = 0 ; toks_ &&
format_tbl
->format[i]
931
&& toks_->class_id ==
format_tbl
->format[i]->type ;)
940
format =
format_tbl
;
944
format_tbl
++;
Completed in 21 milliseconds
Indexes created Mon Jul 06 00:25:43 UTC 2026