OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_push
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
9683
int
is_push
= (inst.instruction & A_PUSH_POP_OP_MASK) == A1_OPCODE_PUSH;
local
9685
if (
is_push
&& one_reg == 13 /* SP */)
9691
inst.instruction |=
is_push
? A2_OPCODE_PUSH : A2_OPCODE_POP;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
9686
int
is_push
= (inst.instruction & A_PUSH_POP_OP_MASK) == A1_OPCODE_PUSH;
local
9688
if (
is_push
&& one_reg == 13 /* SP */)
9694
inst.instruction |=
is_push
? A2_OPCODE_PUSH : A2_OPCODE_POP;
Completed in 62 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026