Home
last modified time | relevance | path

Searched refs:fpush (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c120 #define fpush(lz,hz) { stackLo[sp] = lz; \ macro
147 fpush ( loSt, hiSt ); in fallbackQSort3()
213 fpush ( lo, n ); in fallbackQSort3()
214 fpush ( m, hi ); in fallbackQSort3()
216 fpush ( m, hi ); in fallbackQSort3()
217 fpush ( lo, n ); in fallbackQSort3()
223 #undef fpush
/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c76 static inline void fpush(CPUX86State *env) in fpush() function
445 fpush(env); in helper_fpush()
835 fpush(env); in helper_fbld_ST0()
1284 fpush(env); in helper_fptan()
1795 fpush(env); in helper_fxtract()
1800 fpush(env); in helper_fxtract()
1807 fpush(env); in helper_fxtract()
1810 fpush(env); in helper_fxtract()
1826 fpush(env); in helper_fxtract()
2292 fpush(env); in helper_fsincos()
/openbmc/qemu/target/i386/
H A Dhelper.h122 DEF_HELPER_1(fpush, void, env)