Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc2398 static T FPUMin(T a, T b) { in FPUMin() function
3853 SetFPUFloatResult(fd_reg(), FPUMin(fk_float(), fj_float()));
3860 SetFPUDoubleResult(fd_reg(), FPUMin(fk_double(), fj_double()));
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2594 static T FPUMin(T a, T b) { in FPUMin() function
3006 SetFPUFloatResult(fd_reg(), FPUMin(ft, fs)); in DecodeTypeRegisterSRsType()
3161 SetFPUDoubleResult(fd_reg(), FPUMin(ft, fs)); in DecodeTypeRegisterDRsType()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc2585 static T FPUMin(T a, T b) { in FPUMin() function
2772 SetFPUDoubleResult(fd_reg(), FPUMin(ft, fs)); in DecodeTypeRegisterDRsType()
3524 SetFPUFloatResult(fd_reg(), FPUMin(ft, fs)); in DecodeTypeRegisterSRsType()

Completed in 25 milliseconds