OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:one_reg
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
9645
int
one_reg
;
local
9680
one_reg
= only_one_reg_in_list (range);
9681
if (from_push_pop_mnem &&
one_reg
>= 0)
9685
if (is_push &&
one_reg
== 13 /* SP */)
9692
inst.instruction |=
one_reg
<< 12;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
9648
int
one_reg
;
local
9683
one_reg
= only_one_reg_in_list (range);
9684
if (from_push_pop_mnem &&
one_reg
>= 0)
9688
if (is_push &&
one_reg
== 13 /* SP */)
9695
inst.instruction |=
one_reg
<< 12;
Completed in 57 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026