Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/boot/ficl/
Dfloat.c520 ROLLF(i); in Froll()
536 ROLLF(-i); in FminusRoll()
549 ROLLF(2); in Frot()
562 ROLLF(-2); in Fminusrot()
575 ROLLF(1); in Fswap()
588 ROLLF(3); in FtwoSwap()
589 ROLLF(3); in FtwoSwap()
Dficl.h422 #define ROLLF(n) stackRoll(pVM->fStack,n) macro