OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regop
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c
558
reg *
regop
= str_hash_find (reg_hash, token);
local
560
if (
regop
)
562
debug ("Found register operand: %s\n",
regop
->name);
563
if (
regop
->regtype == REG_ARn)
565
else if (
regop
->regtype == REG_Rn)
567
else if (
regop
->regtype == REG_DP)
571
current_op->reg.opcode =
regop
->opcode;
tc-tic30.c
558
reg *
regop
= str_hash_find (reg_hash, token);
local
560
if (
regop
)
562
debug ("Found register operand: %s\n",
regop
->name);
563
if (
regop
->regtype == REG_ARn)
565
else if (
regop
->regtype == REG_Rn)
567
else if (
regop
->regtype == REG_DP)
571
current_op->reg.opcode =
regop
->opcode;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c
558
reg *
regop
= str_hash_find (reg_hash, token);
local
560
if (
regop
)
562
debug ("Found register operand: %s\n",
regop
->name);
563
if (
regop
->regtype == REG_ARn)
565
else if (
regop
->regtype == REG_Rn)
567
else if (
regop
->regtype == REG_DP)
571
current_op->reg.opcode =
regop
->opcode;
tc-tic30.c
558
reg *
regop
= str_hash_find (reg_hash, token);
local
560
if (
regop
)
562
debug ("Found register operand: %s\n",
regop
->name);
563
if (
regop
->regtype == REG_ARn)
565
else if (
regop
->regtype == REG_Rn)
567
else if (
regop
->regtype == REG_DP)
571
current_op->reg.opcode =
regop
->opcode;
/src/external/gpl3/gdb/dist/gdb/
tracepoint.c
1353
expr::register_operation *
regop
local
1356
const char *name =
regop
->get_name ();
tracepoint.c
1353
expr::register_operation *
regop
local
1356
const char *name =
regop
->get_name ();
/src/external/gpl3/gdb.old/dist/gdb/
tracepoint.c
1353
expr::register_operation *
regop
local
1356
const char *name =
regop
->get_name ();
tracepoint.c
1353
expr::register_operation *
regop
local
1356
const char *name =
regop
->get_name ();
Completed in 58 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026