OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:saved_int_regs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/arm/
arm.cc
4440
unsigned long
saved_int_regs
;
4490
saved_int_regs
= offsets->saved_regs_mask;
4527
if (
saved_int_regs
& 0x7)
4533
if (TARGET_INTERWORK &&
saved_int_regs
!= 0 && !IS_INTERRUPT(func_type))
4542
if (
saved_int_regs
!= 0 &&
saved_int_regs
!= (1 << LR_REGNUM))
4554
if (IS_CMSE_ENTRY (func_type) && (
saved_int_regs
|| TARGET_HAVE_FPCXT_CMSE))
4559
if (
saved_int_regs
&& !(
saved_int_regs
& (1 << LR_REGNUM)))
4433
unsigned long
saved_int_regs
;
local
/src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc
4338
unsigned long
saved_int_regs
;
4382
saved_int_regs
= offsets->saved_regs_mask;
4419
if (
saved_int_regs
& 0x7)
4425
if (TARGET_INTERWORK &&
saved_int_regs
!= 0 && !IS_INTERRUPT(func_type))
4434
if (
saved_int_regs
!= 0 &&
saved_int_regs
!= (1 << LR_REGNUM))
4446
if (IS_CMSE_ENTRY (func_type) && (
saved_int_regs
|| TARGET_HAVE_FPCXT_CMSE))
4451
if (
saved_int_regs
&& !(
saved_int_regs
& (1 << LR_REGNUM)))
4331
unsigned long
saved_int_regs
;
local
Completed in 80 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026