HomeSort by relevance Sort by last modified time
    Searched full:getfl (Results 1 - 1 of 1) sorted by null

  /bionic/libm/i387/
fenv.c 84 #define getfl(x) __asm __volatile("pushfl\n\tpopl %0" : "=mr" (*(x))) macro
103 getfl(&flag);
106 getfl(&nflag);

Completed in 684 milliseconds