Home
last modified time | relevance | path

Searched defs:_FPU_SETFPSR (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/csky/
Dfpu_control.h72 # define _FPU_SETFPSR(cw) (void) (cw) macro
118 # define _FPU_SETFPSR(cw) __asm__ volatile ("mtcr %0, cr<2, 2>" : : "a" (cw)) macro
136 # define _FPU_SETFPSR(cw) __asm__ volatile ("1: cprcr r7, cpcr2 \n" \ macro
/glibc-2.36/sysdeps/aarch64/fpu/
Dfpu_control.h30 # define _FPU_SETFPSR(fpsr) __builtin_aarch64_set_fpsr (fpsr) macro
41 # define _FPU_SETFPSR(fpsr) \ macro