Home
last modified time | relevance | path

Searched refs:FPUCanonalizeOperation (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2673 T FPUCanonalizeOperation(Func f, T first, Args... args) { in FPUCanonalizeOperation() function
2674 return FPUCanonalizeOperation(f, KeepSign::no, first, args...); in FPUCanonalizeOperation()
2678 T FPUCanonalizeOperation(Func f, KeepSign keepSign, T first, Args... args) { in FPUCanonalizeOperation() function
2740 FPUCanonalizeOperation([](float lhs, float rhs) { return lhs + rhs; }, in DecodeTypeRegisterSRsType()
2746 FPUCanonalizeOperation([](float lhs, float rhs) { return lhs - rhs; }, in DecodeTypeRegisterSRsType()
2760 FPUCanonalizeOperation([](float lhs, float rhs) { return lhs * rhs; }, in DecodeTypeRegisterSRsType()
2766 FPUCanonalizeOperation([](float lhs, float rhs) { return lhs / rhs; }, in DecodeTypeRegisterSRsType()
2770 SetFPUFloatResult(fd_reg(), FPUCanonalizeOperation( in DecodeTypeRegisterSRsType()
2778 FPUCanonalizeOperation([](float src) { return -src; }, in DecodeTypeRegisterSRsType()
2784 FPUCanonalizeOperation([](floa in DecodeTypeRegisterSRsType()
[all...]
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc2664 T FPUCanonalizeOperation(Func f, T first, Args... args) { in FPUCanonalizeOperation() function
2665 return FPUCanonalizeOperation(f, KeepSign::no, first, args...); in FPUCanonalizeOperation()
2669 T FPUCanonalizeOperation(Func f, KeepSign keepSign, T first, Args... args) { in FPUCanonalizeOperation() function
2789 FPUCanonalizeOperation( in DecodeTypeRegisterDRsType()
2795 FPUCanonalizeOperation( in DecodeTypeRegisterDRsType()
2809 FPUCanonalizeOperation( in DecodeTypeRegisterDRsType()
2815 FPUCanonalizeOperation( in DecodeTypeRegisterDRsType()
2821 FPUCanonalizeOperation([](double fs) { return FPAbs(fs); }, fs)); in DecodeTypeRegisterDRsType()
2828 FPUCanonalizeOperation([](double src) { return -src; }, in DecodeTypeRegisterDRsType()
2834 FPUCanonalizeOperation([](doubl in DecodeTypeRegisterDRsType()
[all...]
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc2477 T FPUCanonalizeOperation(Func f, T first, Args... args) { in FPUCanonalizeOperation() function
2478 return FPUCanonalizeOperation(f, KeepSign::no, first, args...); in FPUCanonalizeOperation()
2482 T FPUCanonalizeOperation(Func f, KeepSign keepSign, T first, Args... args) { in FPUCanonalizeOperation() function
3753 FPUCanonalizeOperation([](float lhs, float rhs) { return lhs + rhs; },
3763 FPUCanonalizeOperation(
3775 FPUCanonalizeOperation([](float lhs, float rhs) { return lhs - rhs; },
3785 FPUCanonalizeOperation(
3797 FPUCanonalizeOperation([](float lhs, float rhs) { return lhs * rhs; },
3807 FPUCanonalizeOperation(
3819 FPUCanonalizeOperation([](floa
[all...]

Completed in 17 milliseconds