OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aexc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/frv/
interrupts.c
341
int
aexc
= GET_FSR_AEXC (fsr0);
local
344
/* Update
AEXC
with the interrupts that are masked. */
345
aexc
|= fp_info->fsr_mask & ~tem;
346
SET_FSR_AEXC (fsr0,
aexc
);
/src/external/gpl3/gdb.old/dist/sim/frv/
interrupts.c
341
int
aexc
= GET_FSR_AEXC (fsr0);
local
344
/* Update
AEXC
with the interrupts that are masked. */
345
aexc
|= fp_info->fsr_mask & ~tem;
346
SET_FSR_AEXC (fsr0,
aexc
);
Completed in 22 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026