Searched refs:SetFPUFloatResult (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips/ |
D | simulator-mips.cc | 2910 SetFPUFloatResult(fd_reg(), static_cast<float>(fs)); in DecodeTypeRegisterDRsType() 3072 SetFPUFloatResult(fd_reg(), static_cast<float>(alu_out)); in DecodeTypeRegisterWRsType() 3200 SetFPUFloatResult(fd_reg(), result); in DecodeTypeRegisterSRsType() 3207 SetFPUFloatResult( in DecodeTypeRegisterSRsType() 3213 SetFPUFloatResult( in DecodeTypeRegisterSRsType() 3220 SetFPUFloatResult(fd_reg(), std::fma(fs, ft, fd)); in DecodeTypeRegisterSRsType() 3224 SetFPUFloatResult(fd_reg(), std::fma(-fs, ft, fd)); in DecodeTypeRegisterSRsType() 3227 SetFPUFloatResult( in DecodeTypeRegisterSRsType() 3233 SetFPUFloatResult( in DecodeTypeRegisterSRsType() 3239 SetFPUFloatResult(fd_reg(), FPUCanonalizeOperation( in DecodeTypeRegisterSRsType() [all …]
|
D | simulator-mips.h | 431 inline void SetFPUFloatResult(int32_t fd_reg, float alu_out) { in SetFPUFloatResult() function
|
/external/v8/src/mips64/ |
D | simulator-mips64.cc | 2653 SetFPUFloatResult(fd_reg(), result); in DecodeTypeRegisterSRsType() 2660 SetFPUFloatResult( in DecodeTypeRegisterSRsType() 2666 SetFPUFloatResult( in DecodeTypeRegisterSRsType() 2673 SetFPUFloatResult(fd_reg(), std::fma(fs, ft, fd)); in DecodeTypeRegisterSRsType() 2677 SetFPUFloatResult(fd_reg(), std::fma(-fs, ft, fd)); in DecodeTypeRegisterSRsType() 2680 SetFPUFloatResult( in DecodeTypeRegisterSRsType() 2686 SetFPUFloatResult( in DecodeTypeRegisterSRsType() 2692 SetFPUFloatResult(fd_reg(), FPUCanonalizeOperation( in DecodeTypeRegisterSRsType() 2696 SetFPUFloatResult(fd_reg(), fs); in DecodeTypeRegisterSRsType() 2699 SetFPUFloatResult(fd_reg(), in DecodeTypeRegisterSRsType() [all …]
|
D | simulator-mips64.h | 453 inline void SetFPUFloatResult(int32_t fd_reg, float alu_out) { in SetFPUFloatResult() function
|