OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reg_ind
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/gspa/gspa/
gsp_gram.y
102
| '*' REGISTER { $$ =
reg_ind
($2, M_IND); }
104
| '*' REGISTER '+' { $$ =
reg_ind
($2, M_POSTINC); }
105
| '*' '-' REGISTER { $$ =
reg_ind
($3, M_PREDEC); }
106
| '-' '*' REGISTER { $$ =
reg_ind
($3, M_PREDEC); }
gsp_act.c
123
reg_ind
(int reg, int mode)
function in typeref:typename:operand
142
return
reg_ind
(reg, M_INDXY);
150
o =
reg_ind
(reg, M_INDEX);
gsp_ass.h
152
operand
reg_ind
(int, int);
Completed in 41 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025