OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ind_addr_op
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c
440
ind_addr_type *
ind_addr_op
;
local
519
ind_addr_op
= str_hash_find (ind_hash, ind_buffer);
520
if (
ind_addr_op
)
522
debug ("Found indirect reference: %s\n",
ind_addr_op
->syntax);
523
if (
ind_addr_op
->displacement == IMPLIED_DISP)
528
else if ((
ind_addr_op
->displacement == DISP_REQUIRED) && !found_disp)
550
current_op->indirect.mod =
ind_addr_op
->modfield;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c
440
ind_addr_type *
ind_addr_op
;
local
519
ind_addr_op
= str_hash_find (ind_hash, ind_buffer);
520
if (
ind_addr_op
)
522
debug ("Found indirect reference: %s\n",
ind_addr_op
->syntax);
523
if (
ind_addr_op
->displacement == IMPLIED_DISP)
528
else if ((
ind_addr_op
->displacement == DISP_REQUIRED) && !found_disp)
550
current_op->indirect.mod =
ind_addr_op
->modfield;
Completed in 17 milliseconds
Indexes created Sun May 17 00:24:36 UTC 2026