Home
last modified time | relevance | path

Searched refs:xmm_scratch (Results 1 – 14 of 14) sorted by relevance

/dports/devel/boost-python-libs/boost_1_72_0/boost/atomic/detail/
H A Dops_gcc_x86_dcas.hpp60 xmm_t xmm_scratch; in store() local
74 : [storage] "=m" (storage), [xmm_scratch] "=x" (xmm_scratch) in store()
130 xmm_t xmm_scratch; in load() local
144 : [value] "=m" (value), [xmm_scratch] "=x" (xmm_scratch) in load()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/atomic/detail/
H A Dops_gcc_x86_dcas.hpp60 xmm_t xmm_scratch; in store() local
74 : [storage] "=m" (storage), [xmm_scratch] "=x" (xmm_scratch) in store()
130 xmm_t xmm_scratch; in load() local
144 : [value] "=m" (value), [xmm_scratch] "=x" (xmm_scratch) in load()
/dports/devel/boost-libs/boost_1_72_0/boost/atomic/detail/
H A Dops_gcc_x86_dcas.hpp60 xmm_t xmm_scratch; in store() local
74 : [storage] "=m" (storage), [xmm_scratch] "=x" (xmm_scratch) in store()
130 xmm_t xmm_scratch; in load() local
144 : [value] "=m" (value), [xmm_scratch] "=x" (xmm_scratch) in load()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/atomic/detail/
H A Dops_gcc_x86_dcas.hpp60 xmm_t xmm_scratch; in store() local
74 : [storage] "=m" (storage), [xmm_scratch] "=x" (xmm_scratch) in store()
130 xmm_t xmm_scratch; in load() local
144 : [value] "=m" (value), [xmm_scratch] "=x" (xmm_scratch) in load()
/dports/devel/py-pythran/pythran-0.11.0/third_party/boost/atomic/detail/
H A Dops_gcc_x86_dcas.hpp60 xmm_t xmm_scratch; in store() local
74 : [storage] "=m" (storage), [xmm_scratch] "=x" (xmm_scratch) in store()
130 xmm_t xmm_scratch; in load() local
144 : [value] "=m" (value), [xmm_scratch] "=x" (xmm_scratch) in load()
/dports/devel/py-pythran/pythran-0.11.0/pythran/boost/atomic/detail/
H A Dops_gcc_x86_dcas.hpp60 xmm_t xmm_scratch; in store() local
74 : [storage] "=m" (storage), [xmm_scratch] "=x" (xmm_scratch) in store()
130 xmm_t xmm_scratch; in load() local
144 : [value] "=m" (value), [xmm_scratch] "=x" (xmm_scratch) in load()
/dports/devel/boost-docs/boost_1_72_0/boost/atomic/detail/
H A Dops_gcc_x86_dcas.hpp60 xmm_t xmm_scratch; in store() local
74 : [storage] "=m" (storage), [xmm_scratch] "=x" (xmm_scratch) in store()
130 xmm_t xmm_scratch; in load() local
144 : [value] "=m" (value), [xmm_scratch] "=x" (xmm_scratch) in load()
/dports/devel/hyperscan/boost_1_75_0/boost/atomic/detail/
H A Dcore_arch_ops_gcc_x86.hpp432 xmm_t xmm_scratch; in store() local
446 : [storage] "=m" (storage), [xmm_scratch] "=x" (xmm_scratch) in store()
502 xmm_t xmm_scratch; in load() local
516 : [value] "=m" (value), [xmm_scratch] "=x" (xmm_scratch) in load()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/atomic/detail/
H A Dcore_arch_ops_gcc_x86.hpp432 xmm_t xmm_scratch; in store() local
446 : [storage] "=m" (storage), [xmm_scratch] "=x" (xmm_scratch) in store()
502 xmm_t xmm_scratch; in load() local
516 : [value] "=m" (value), [xmm_scratch] "=x" (xmm_scratch) in load()
/dports/devel/R-cran-BH/BH/inst/include/boost/atomic/detail/
H A Dcore_arch_ops_gcc_x86.hpp432 xmm_t xmm_scratch; in store() local
446 : [storage] "=m" (storage), [xmm_scratch] "=x" (xmm_scratch) in store()
502 xmm_t xmm_scratch; in load() local
516 : [value] "=m" (value), [xmm_scratch] "=x" (xmm_scratch) in load()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/atomic/detail/
H A Dcore_arch_ops_gcc_x86.hpp432 xmm_t xmm_scratch; in store() local
446 : [storage] "=m" (storage), [xmm_scratch] "=x" (xmm_scratch) in store()
502 xmm_t xmm_scratch; in load() local
516 : [value] "=m" (value), [xmm_scratch] "=x" (xmm_scratch) in load()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/backend/x64/
H A Demit_x64_floating_point.cpp109 void ZeroIfNaN(BlockOfCode& code, Xbyak::Xmm xmm_value, Xbyak::Xmm xmm_scratch) { in ZeroIfNaN() argument
110 code.xorps(xmm_scratch, xmm_scratch); in ZeroIfNaN()
111 FCODE(cmpords)(xmm_scratch, xmm_value); // true mask when ordered (i.e.: when not an NaN) in ZeroIfNaN()
112 code.pand(xmm_value, xmm_scratch); in ZeroIfNaN()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/backend/x64/
H A Demit_x64_floating_point.cpp109 void ZeroIfNaN(BlockOfCode& code, Xbyak::Xmm xmm_value, Xbyak::Xmm xmm_scratch) { in ZeroIfNaN() argument
110 code.xorps(xmm_scratch, xmm_scratch); in ZeroIfNaN()
111 FCODE(cmpords)(xmm_scratch, xmm_value); // true mask when ordered (i.e.: when not an NaN) in ZeroIfNaN()
112 code.pand(xmm_value, xmm_scratch); in ZeroIfNaN()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/backend/x64/
H A Demit_x64_floating_point.cpp119 void ZeroIfNaN(BlockOfCode& code, Xbyak::Xmm xmm_value, Xbyak::Xmm xmm_scratch) { in ZeroIfNaN() argument
120 code.xorps(xmm_scratch, xmm_scratch); in ZeroIfNaN()
121 FCODE(cmpords)(xmm_scratch, xmm_value); // true mask when ordered (i.e.: when not an NaN) in ZeroIfNaN()
122 code.pand(xmm_value, xmm_scratch); in ZeroIfNaN()