Home
last modified time | relevance | path

Searched refs:SetFPUFloatResult (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips/
Dsimulator-mips.cc2910 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 …]
Dsimulator-mips.h431 inline void SetFPUFloatResult(int32_t fd_reg, float alu_out) { in SetFPUFloatResult() function
/external/v8/src/mips64/
Dsimulator-mips64.cc2653 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 …]
Dsimulator-mips64.h453 inline void SetFPUFloatResult(int32_t fd_reg, float alu_out) { in SetFPUFloatResult() function