OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MIN_MOVEM_REGS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/m68k/
m68k.cc
90
#define
MIN_MOVEM_REGS
3
1083
if (current_frame.reg_no >=
MIN_MOVEM_REGS
)
1141
if (current_frame.reg_no <
MIN_MOVEM_REGS
)
1166
if (current_frame.reg_no <
MIN_MOVEM_REGS
)
1250
if (current_frame.reg_no >=
MIN_MOVEM_REGS
)
1261
&& (current_frame.reg_no >=
MIN_MOVEM_REGS
1283
if (current_frame.reg_no <
MIN_MOVEM_REGS
)
1351
if (current_frame.reg_no <
MIN_MOVEM_REGS
)
4196
if (len < first + (rclass == FP_REGS ? MIN_FMOVEM_REGS :
MIN_MOVEM_REGS
))
/src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68k.cc
90
#define
MIN_MOVEM_REGS
3
1079
if (current_frame.reg_no >=
MIN_MOVEM_REGS
)
1137
if (current_frame.reg_no <
MIN_MOVEM_REGS
)
1162
if (current_frame.reg_no <
MIN_MOVEM_REGS
)
1246
if (current_frame.reg_no >=
MIN_MOVEM_REGS
)
1257
&& (current_frame.reg_no >=
MIN_MOVEM_REGS
1279
if (current_frame.reg_no <
MIN_MOVEM_REGS
)
1347
if (current_frame.reg_no <
MIN_MOVEM_REGS
)
4177
if (len < first + (rclass == FP_REGS ? MIN_FMOVEM_REGS :
MIN_MOVEM_REGS
))
Completed in 33 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026