Searched refs:fpc (Results 1 - 3 of 3) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/fenv/s390x/
H A Dfenv.c5 unsigned fpc; local
6 __asm__ __volatile__("efpc %0" : "=r"(fpc));
7 return fpc;
10 static inline void set_fpc(unsigned fpc) argument
12 __asm__ __volatile__("sfpc %0" :: "r"(fpc));
/seL4-camkes-master/projects/musllibc/arch/s390x/bits/
H A Duser.h10 unsigned fpc; member in struct:__anon231
22 unsigned fpc; member in struct:_user_fpregs_struct
H A Dsignal.h24 unsigned fpc; member in struct:__anon227

Completed in 84 milliseconds