Home
last modified time | relevance | path

Searched refs:SETTOPF (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/boot/ficl/
Dfloat.c69 SETTOPF(f); in Fadd()
86 SETTOPF(f); in Fsub()
103 SETTOPF(f); in Fmul()
119 SETTOPF(f); in Fnegate()
136 SETTOPF(f); in Fdiv()
154 SETTOPF(f); in Faddi()
172 SETTOPF(f); in Fsubi()
190 SETTOPF(f); in Fmuli()
208 SETTOPF(f); in Fdivi()
226 SETTOPF(f); in isubf()
[all …]
Dficl.h413 #define SETTOPF(c) stackSetTop(pVM->fStack,LVALUEtoCELL(c)) macro