Home
last modified time | relevance | path

Searched refs:FPRecipStepFused (Results 1 – 25 of 43) sorted by relevance

12

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/common/fp/op/
H A DFPRecipStepFused.cpp18 FPT FPRecipStepFused(FPT op1, FPT op2, FPCR fpcr, FPSR& fpsr) { in FPRecipStepFused() function
51 template u16 FPRecipStepFused<u16>(u16 op1, u16 op2, FPCR fpcr, FPSR& fpsr);
52 template u32 FPRecipStepFused<u32>(u32 op1, u32 op2, FPCR fpcr, FPSR& fpsr);
53 template u64 FPRecipStepFused<u64>(u64 op1, u64 op2, FPCR fpcr, FPSR& fpsr);
H A DFPRecipStepFused.h14 FPT FPRecipStepFused(FPT op1, FPT op2, FPCR fpcr, FPSR& fpsr);
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/common/fp/op/
H A DFPRecipStepFused.cpp18 FPT FPRecipStepFused(FPT op1, FPT op2, FPCR fpcr, FPSR& fpsr) { in FPRecipStepFused() function
51 template u16 FPRecipStepFused<u16>(u16 op1, u16 op2, FPCR fpcr, FPSR& fpsr);
52 template u32 FPRecipStepFused<u32>(u32 op1, u32 op2, FPCR fpcr, FPSR& fpsr);
53 template u64 FPRecipStepFused<u64>(u64 op1, u64 op2, FPCR fpcr, FPSR& fpsr);
H A DFPRecipStepFused.h14 FPT FPRecipStepFused(FPT op1, FPT op2, FPCR fpcr, FPSR& fpsr);
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/common/fp/op/
H A DFPRecipStepFused.cpp18 FPT FPRecipStepFused(FPT op1, FPT op2, FPCR fpcr, FPSR& fpsr) { in FPRecipStepFused() function
51 template u16 FPRecipStepFused<u16>(u16 op1, u16 op2, FPCR fpcr, FPSR& fpsr);
52 template u32 FPRecipStepFused<u32>(u32 op1, u32 op2, FPCR fpcr, FPSR& fpsr);
53 template u64 FPRecipStepFused<u64>(u64 op1, u64 op2, FPCR fpcr, FPSR& fpsr);
H A DFPRecipStepFused.h14 FPT FPRecipStepFused(FPT op1, FPT op2, FPCR fpcr, FPSR& fpsr);
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsimd_scalar_three_same.cpp300 const IR::U16 result = ir.FPRecipStepFused(operand1, operand2); in FRECPS_1()
311 const IR::U32U64 result = ir.FPRecipStepFused(operand1, operand2); in FRECPS_2()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsimd_scalar_three_same.cpp300 const IR::U16 result = ir.FPRecipStepFused(operand1, operand2); in FRECPS_1()
311 const IR::U32U64 result = ir.FPRecipStepFused(operand1, operand2); in FRECPS_2()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsimd_scalar_three_same.cpp300 const IR::U16 result = ir.FPRecipStepFused(operand1, operand2); in FRECPS_1()
311 const IR::U32U64 result = ir.FPRecipStepFused(operand1, operand2); in FRECPS_2()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/ir/
H A Dir_emitter.h331 U16U32U64 FPRecipStepFused(const U16U32U64& a, const U16U32U64& b);
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/ir/
H A Dir_emitter.h326 U16U32U64 FPRecipStepFused(const U16U32U64& a, const U16U32U64& b);
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/ir/
H A Dir_emitter.h326 U16U32U64 FPRecipStepFused(const U16U32U64& a, const U16U32U64& b);
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/backend/x64/
H A Demit_x64_floating_point.cpp799 code.CallFunction(&FP::FPRecipStepFused<FPT>); in EmitFPRecipStepFused()
816 code.CallFunction(&FP::FPRecipStepFused<FPT>); in EmitFPRecipStepFused()
H A Demit_x64_vector_floating_point.cpp1118 result[i] = FP::FPRecipStepFused<FPT>(op1[i], op2[i], fpcr, fpsr); in EmitRecipStepFused()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/backend/x64/
H A Demit_x64_floating_point.cpp799 code.CallFunction(&FP::FPRecipStepFused<FPT>); in EmitFPRecipStepFused()
816 code.CallFunction(&FP::FPRecipStepFused<FPT>); in EmitFPRecipStepFused()
H A Demit_x64_vector_floating_point.cpp1118 result[i] = FP::FPRecipStepFused<FPT>(op1[i], op2[i], fpcr, fpsr); in EmitRecipStepFused()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/backend/x64/
H A Demit_x64_floating_point.cpp837 code.CallFunction(&FP::FPRecipStepFused<FPT>); in EmitFPRecipStepFused()
869 code.CallFunction(&FP::FPRecipStepFused<FPT>); in EmitFPRecipStepFused()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/arm64/vixl/
H A DSimulator-vixl.h2332 T FPRecipStepFused(T op1, T op2);
H A DLogic-vixl.cpp3477 T Simulator::FPRecipStepFused(T op1, T op2) { in FPRecipStepFused() function in vixl::Simulator
3765 dst.SetFloat(i, std::isnan(result) ? result : FPRecipStepFused(op1, op2)); in frecps()
/dports/www/firefox/firefox-99.0/js/src/jit/arm64/vixl/
H A DSimulator-vixl.h2332 T FPRecipStepFused(T op1, T op2);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/vixl/
H A DSimulator-vixl.h2508 T FPRecipStepFused(T op1, T op2);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/arm64/vixl/
H A DSimulator-vixl.h2332 T FPRecipStepFused(T op1, T op2);
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/arm64/vixl/
H A DSimulator-vixl.h2331 T FPRecipStepFused(T op1, T op2);
/dports/lang/v8/v8-9.6.180.12/src/execution/arm64/
H A Dsimulator-logic-arm64.cc3110 T Simulator::FPRecipStepFused(T op1, T op2) { in FPRecipStepFused() function in v8::internal::Simulator
3294 dst.SetFloat(i, std::isnan(result) ? result : FPRecipStepFused(op1, op2)); in frecps()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc3110 T Simulator::FPRecipStepFused(T op1, T op2) { in FPRecipStepFused() function in v8::internal::Simulator
3314 dst.SetFloat(i, std::isnan(result) ? result : FPRecipStepFused(op1, op2)); in frecps()

12