Searched refs:SetFPUDoubleResult (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 2828 SetFPUDoubleResult(fd_reg(), static_cast<double>(fs)); in DecodeTypeRegisterSRsType() 3106 SetFPUDoubleResult(fd_reg(), result); in DecodeTypeRegisterDRsType() 3114 SetFPUDoubleResult(fd_reg(), (fd_int & 0x1) == 0 ? fs : ft); in DecodeTypeRegisterDRsType() 3118 SetFPUDoubleResult(fd_reg(), (ft_int & 0x1) == 0 ? fs : 0.0); in DecodeTypeRegisterDRsType() 3122 SetFPUDoubleResult(fd_reg(), (ft_int & 0x1) != 0 ? fs : 0.0); in DecodeTypeRegisterDRsType() 3127 SetFPUDoubleResult(fd_reg(), fs); in DecodeTypeRegisterDRsType() 3134 SetFPUDoubleResult(fd_reg(), fs); in DecodeTypeRegisterDRsType() 3144 if (test_fcsr_bit(ft_cc)) SetFPUDoubleResult(fd_reg(), fs); in DecodeTypeRegisterDRsType() 3147 if (!test_fcsr_bit(ft_cc)) SetFPUDoubleResult(fd_reg(), fs); in DecodeTypeRegisterDRsType() 3153 SetFPUDoubleResult(fd_re in DecodeTypeRegisterDRsType() [all...] |
H A D | simulator-mips64.h | 526 inline void SetFPUDoubleResult(int32_t fd_reg, double alu_out) { in SetFPUDoubleResult() function in v8::internal::Simulator
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 2723 SetFPUDoubleResult(fd_reg(), result); in DecodeTypeRegisterDRsType() 2731 SetFPUDoubleResult(fd_reg(), (fd_int & 0x1) == 0 ? fs : ft); in DecodeTypeRegisterDRsType() 2735 SetFPUDoubleResult(fd_reg(), (ft_int & 0x1) == 0 ? fs : 0.0); in DecodeTypeRegisterDRsType() 2739 SetFPUDoubleResult(fd_reg(), (ft_int & 0x1) != 0 ? fs : 0.0); in DecodeTypeRegisterDRsType() 2744 SetFPUDoubleResult(fd_reg(), fs); in DecodeTypeRegisterDRsType() 2753 SetFPUDoubleResult(fd_reg(), fs); in DecodeTypeRegisterDRsType() 2763 if (test_fcsr_bit(ft_cc)) SetFPUDoubleResult(fd_reg(), fs); in DecodeTypeRegisterDRsType() 2766 if (!test_fcsr_bit(ft_cc)) SetFPUDoubleResult(fd_reg(), fs); in DecodeTypeRegisterDRsType() 2772 SetFPUDoubleResult(fd_reg(), FPUMin(ft, fs)); in DecodeTypeRegisterDRsType() 2776 SetFPUDoubleResult(fd_re in DecodeTypeRegisterDRsType() [all...] |
H A D | simulator-mips.h | 503 inline void SetFPUDoubleResult(int32_t fd_reg, double alu_out) { in SetFPUDoubleResult() function in v8::internal::Simulator
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 3010 SetFPUDoubleResult(fd_reg(), in DecodeTypeOp12() 3028 SetFPUDoubleResult(fd_reg(), in DecodeTypeOp12() 3046 SetFPUDoubleResult(fd_reg(), in DecodeTypeOp12() 3064 SetFPUDoubleResult(fd_reg(), in DecodeTypeOp12() 3276 SetFPUDoubleResult(fd_reg(), fj_double()); in DecodeTypeOp12() 3278 SetFPUDoubleResult(fd_reg(), fk_double()); in DecodeTypeOp12() 3762 SetFPUDoubleResult(fd_reg(), 3784 SetFPUDoubleResult(fd_reg(), 3806 SetFPUDoubleResult(fd_reg(), 3828 SetFPUDoubleResult(fd_re [all...] |
H A D | simulator-loong64.h | 461 inline void SetFPUDoubleResult(int32_t fd_reg, double alu_out) { in SetFPUDoubleResult() function in v8::internal::Simulator
|
Completed in 20 milliseconds