OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_FPU_SETCW
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/aarch64/
crtfastmath.c
26
#define
_FPU_SETCW
(fpcr) \
35
_FPU_SETCW
(_FPU_FPCR_FZ);
/src/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
crtfastmath.c
26
#define
_FPU_SETCW
(fpcr) \
35
_FPU_SETCW
(_FPU_FPCR_FZ);
/src/external/gpl3/gcc/dist/libgcc/config/loongarch/
crtfastmath.c
39
#define
_FPU_SETCW
(cw) __asm__ volatile ("movgr2fcsr $r0,%0" : : "r" (cw))
49
_FPU_SETCW
(fcr);
/src/external/gpl3/gcc/dist/libgcc/config/mips/
crtfastmath.c
40
#define
_FPU_SETCW
(cw) __asm__ ("ctc1 %0,$31" : : "r" (cw))
50
_FPU_SETCW
(fcr);
/src/external/gpl3/gcc.old/dist/libgcc/config/loongarch/
crtfastmath.c
39
#define
_FPU_SETCW
(cw) __asm__ volatile ("movgr2fcsr $r0,%0" : : "r" (cw))
49
_FPU_SETCW
(fcr);
/src/external/gpl3/gcc.old/dist/libgcc/config/mips/
crtfastmath.c
40
#define
_FPU_SETCW
(cw) __asm__ ("ctc1 %0,$31" : : "r" (cw))
50
_FPU_SETCW
(fcr);
Completed in 18 milliseconds
Indexes created Fri Sep 04 00:26:01 UTC 2026