Home
last modified time | relevance | path

Searched refs:emit_x87op (Results 1 – 22 of 22) sorted by relevance

/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_asm_x86.h879 emit_x87op(as, XI_FPOP); in asm_conv_int64_fp()
904 emit_x87op(as, XI_FDUP); in asm_conv_int64_fp()
1626 emit_x87op(as, XI_FLDZ); in asm_x87load()
1628 emit_x87op(as, XI_FLD1); in asm_x87load()
1714 case IRFPM_SIN: emit_x87op(as, XI_FSIN); break; in asm_fpmath()
1715 case IRFPM_COS: emit_x87op(as, XI_FCOS); break; in asm_fpmath()
1716 case IRFPM_TAN: emit_x87op(as, XI_FPOP); emit_x87op(as, XI_FPTAN); break; in asm_fpmath()
1722 emit_x87op(as, XI_FYL2X); break; in asm_fpmath()
1728 emit_x87op(as, XI_FPOP1); emit_x87op(as, XI_FSCALE); break; in asm_fpmath()
1736 case IRFPM_LOG: emit_x87op(as, XI_FLDLN2); break; in asm_fpmath()
[all …]
H A Dlj_emit_x86.h26 #define emit_x87op(as, xo) \ macro
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_asm_x86.h871 emit_x87op(as, XI_FPOP); in asm_conv_int64_fp()
896 emit_x87op(as, XI_FDUP); in asm_conv_int64_fp()
1619 emit_x87op(as, XI_FLDZ); in asm_x87load()
1621 emit_x87op(as, XI_FLD1); in asm_x87load()
1707 case IRFPM_SIN: emit_x87op(as, XI_FSIN); break; in asm_fpmath()
1708 case IRFPM_COS: emit_x87op(as, XI_FCOS); break; in asm_fpmath()
1709 case IRFPM_TAN: emit_x87op(as, XI_FPOP); emit_x87op(as, XI_FPTAN); break; in asm_fpmath()
1715 emit_x87op(as, XI_FYL2X); break; in asm_fpmath()
1721 emit_x87op(as, XI_FPOP1); emit_x87op(as, XI_FSCALE); break; in asm_fpmath()
1729 case IRFPM_LOG: emit_x87op(as, XI_FLDLN2); break; in asm_fpmath()
[all …]
H A Dlj_emit_x86.h26 #define emit_x87op(as, xo) \ macro
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_asm_x86.h871 emit_x87op(as, XI_FPOP); in asm_conv_int64_fp()
896 emit_x87op(as, XI_FDUP); in asm_conv_int64_fp()
1619 emit_x87op(as, XI_FLDZ); in asm_x87load()
1621 emit_x87op(as, XI_FLD1); in asm_x87load()
1707 case IRFPM_SIN: emit_x87op(as, XI_FSIN); break; in asm_fpmath()
1708 case IRFPM_COS: emit_x87op(as, XI_FCOS); break; in asm_fpmath()
1709 case IRFPM_TAN: emit_x87op(as, XI_FPOP); emit_x87op(as, XI_FPTAN); break; in asm_fpmath()
1715 emit_x87op(as, XI_FYL2X); break; in asm_fpmath()
1721 emit_x87op(as, XI_FPOP1); emit_x87op(as, XI_FSCALE); break; in asm_fpmath()
1729 case IRFPM_LOG: emit_x87op(as, XI_FLDLN2); break; in asm_fpmath()
[all …]
H A Dlj_emit_x86.h26 #define emit_x87op(as, xo) \ macro
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_asm_x86.h871 emit_x87op(as, XI_FPOP); in asm_conv_int64_fp()
896 emit_x87op(as, XI_FDUP); in asm_conv_int64_fp()
1619 emit_x87op(as, XI_FLDZ); in asm_x87load()
1621 emit_x87op(as, XI_FLD1); in asm_x87load()
1707 case IRFPM_SIN: emit_x87op(as, XI_FSIN); break; in asm_fpmath()
1708 case IRFPM_COS: emit_x87op(as, XI_FCOS); break; in asm_fpmath()
1709 case IRFPM_TAN: emit_x87op(as, XI_FPOP); emit_x87op(as, XI_FPTAN); break; in asm_fpmath()
1715 emit_x87op(as, XI_FYL2X); break; in asm_fpmath()
1721 emit_x87op(as, XI_FPOP1); emit_x87op(as, XI_FSCALE); break; in asm_fpmath()
1729 case IRFPM_LOG: emit_x87op(as, XI_FLDLN2); break; in asm_fpmath()
[all …]
H A Dlj_emit_x86.h26 #define emit_x87op(as, xo) \ macro
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_asm_x86.h583 emit_x87op(as, XI_FPOP); /* Pop unused result from x87 st0. */ in asm_setupresult()
864 emit_x87op(as, XI_FPOP); in asm_conv_int64_fp()
889 emit_x87op(as, XI_FDUP); in asm_conv_int64_fp()
1582 emit_x87op(as, XI_FLDZ); in asm_x87load()
1584 emit_x87op(as, XI_FLD1); in asm_x87load()
1648 emit_x87op(as, XI_FPOP1); in asm_ldexp()
1649 emit_x87op(as, XI_FSCALE); in asm_ldexp()
H A Dlj_emit_x86.h26 #define emit_x87op(as, xo) \ macro
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_asm_x86.h709 emit_x87op(as, XI_FPOP); /* Pop unused result from x87 st0. */ in asm_setupresult()
1013 emit_x87op(as, XI_FPOP); in asm_conv_int64_fp()
1037 emit_x87op(as, XI_FDUP); in asm_conv_int64_fp()
1952 emit_x87op(as, XI_FLDZ); in asm_x87load()
1954 emit_x87op(as, XI_FLD1); in asm_x87load()
2014 emit_x87op(as, XI_FPOP1); in asm_ldexp()
2015 emit_x87op(as, XI_FSCALE); in asm_ldexp()
H A Dlj_emit_x86.h33 #define emit_x87op(as, xo) \ macro
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_asm_x86.h709 emit_x87op(as, XI_FPOP); /* Pop unused result from x87 st0. */ in asm_setupresult()
1013 emit_x87op(as, XI_FPOP); in asm_conv_int64_fp()
1037 emit_x87op(as, XI_FDUP); in asm_conv_int64_fp()
1952 emit_x87op(as, XI_FLDZ); in asm_x87load()
1954 emit_x87op(as, XI_FLD1); in asm_x87load()
2014 emit_x87op(as, XI_FPOP1); in asm_ldexp()
2015 emit_x87op(as, XI_FSCALE); in asm_ldexp()
H A Dlj_emit_x86.h33 #define emit_x87op(as, xo) \ macro
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_asm_x86.h709 emit_x87op(as, XI_FPOP); /* Pop unused result from x87 st0. */ in asm_setupresult()
1013 emit_x87op(as, XI_FPOP); in asm_conv_int64_fp()
1037 emit_x87op(as, XI_FDUP); in asm_conv_int64_fp()
1952 emit_x87op(as, XI_FLDZ); in asm_x87load()
1954 emit_x87op(as, XI_FLD1); in asm_x87load()
2014 emit_x87op(as, XI_FPOP1); in asm_ldexp()
2015 emit_x87op(as, XI_FSCALE); in asm_ldexp()
H A Dlj_emit_x86.h33 #define emit_x87op(as, xo) \ macro
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_asm_x86.h697 emit_x87op(as, XI_FPOP); /* Pop unused result from x87 st0. */ in asm_setupresult()
983 emit_x87op(as, XI_FPOP); in asm_conv_int64_fp()
1007 emit_x87op(as, XI_FDUP); in asm_conv_int64_fp()
1909 emit_x87op(as, XI_FLDZ); in asm_x87load()
1911 emit_x87op(as, XI_FLD1); in asm_x87load()
1975 emit_x87op(as, XI_FPOP1); in asm_ldexp()
1976 emit_x87op(as, XI_FSCALE); in asm_ldexp()
H A Dlj_emit_x86.h33 #define emit_x87op(as, xo) \ macro
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_asm_x86.h703 emit_x87op(as, XI_FPOP); /* Pop unused result from x87 st0. */ in asm_setupresult()
992 emit_x87op(as, XI_FPOP); in asm_conv_int64_fp()
1016 emit_x87op(as, XI_FDUP); in asm_conv_int64_fp()
1926 emit_x87op(as, XI_FLDZ); in asm_x87load()
1928 emit_x87op(as, XI_FLD1); in asm_x87load()
1988 emit_x87op(as, XI_FPOP1); in asm_ldexp()
1989 emit_x87op(as, XI_FSCALE); in asm_ldexp()
H A Dlj_emit_x86.h33 #define emit_x87op(as, xo) \ macro
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_asm_x86.h697 emit_x87op(as, XI_FPOP); /* Pop unused result from x87 st0. */ in asm_setupresult()
983 emit_x87op(as, XI_FPOP); in asm_conv_int64_fp()
1007 emit_x87op(as, XI_FDUP); in asm_conv_int64_fp()
1910 emit_x87op(as, XI_FLDZ); in asm_x87load()
1912 emit_x87op(as, XI_FLD1); in asm_x87load()
1976 emit_x87op(as, XI_FPOP1); in asm_ldexp()
1977 emit_x87op(as, XI_FSCALE); in asm_ldexp()
H A Dlj_emit_x86.h33 #define emit_x87op(as, xo) \ macro