Searched refs:SetFPUFloatResult (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 2731 SetFPUFloatResult(fd_reg(), result); in DecodeTypeRegisterSRsType() 2738 SetFPUFloatResult( in DecodeTypeRegisterSRsType() 2744 SetFPUFloatResult( in DecodeTypeRegisterSRsType() 2751 SetFPUFloatResult(fd_reg(), std::fma(fs, ft, fd)); in DecodeTypeRegisterSRsType() 2755 SetFPUFloatResult(fd_reg(), std::fma(-fs, ft, fd)); in DecodeTypeRegisterSRsType() 2758 SetFPUFloatResult( in DecodeTypeRegisterSRsType() 2764 SetFPUFloatResult( in DecodeTypeRegisterSRsType() 2770 SetFPUFloatResult(fd_reg(), FPUCanonalizeOperation( in DecodeTypeRegisterSRsType() 2774 SetFPUFloatResult(fd_reg(), fs); in DecodeTypeRegisterSRsType() 2777 SetFPUFloatResult(fd_re in DecodeTypeRegisterSRsType() [all...] |
H A D | simulator-mips64.h | 521 inline void SetFPUFloatResult(int32_t fd_reg, float alu_out) { in SetFPUFloatResult() function in v8::internal::Simulator
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 2924 SetFPUFloatResult(fd_reg(), static_cast<float>(fs)); in DecodeTypeRegisterDRsType() 3084 SetFPUFloatResult(fd_reg(), static_cast<float>(alu_out)); in DecodeTypeRegisterWRsType() 3211 SetFPUFloatResult(fd_reg(), result); in DecodeTypeRegisterSRsType() 3218 SetFPUFloatResult( in DecodeTypeRegisterSRsType() 3224 SetFPUFloatResult( in DecodeTypeRegisterSRsType() 3231 SetFPUFloatResult(fd_reg(), std::fma(fs, ft, fd)); in DecodeTypeRegisterSRsType() 3235 SetFPUFloatResult(fd_reg(), std::fma(-fs, ft, fd)); in DecodeTypeRegisterSRsType() 3238 SetFPUFloatResult( in DecodeTypeRegisterSRsType() 3244 SetFPUFloatResult( in DecodeTypeRegisterSRsType() 3250 SetFPUFloatResult(fd_re in DecodeTypeRegisterSRsType() [all...] |
H A D | simulator-mips.h | 498 inline void SetFPUFloatResult(int32_t fd_reg, float alu_out) { in SetFPUFloatResult() function in v8::internal::Simulator
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 3002 SetFPUFloatResult(fd_reg(), std::fma(fj_float(), fk_float(), fa_float())); in DecodeTypeOp12() 3019 SetFPUFloatResult(fd_reg(), in DecodeTypeOp12() 3037 SetFPUFloatResult(fd_reg(), in DecodeTypeOp12() 3055 SetFPUFloatResult(fd_reg(), in DecodeTypeOp12() 3751 SetFPUFloatResult( 3773 SetFPUFloatResult( 3795 SetFPUFloatResult( 3817 SetFPUFloatResult( 3839 SetFPUFloatResult(fd_reg(), FPUMax(fk_float(), fj_float())); 3853 SetFPUFloatResult(fd_re [all...] |
H A D | simulator-loong64.h | 456 inline void SetFPUFloatResult(int32_t fd_reg, float alu_out) { in SetFPUFloatResult() function in v8::internal::Simulator
|
Completed in 21 milliseconds