Searched refs:FPUMin (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 2398 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 D | simulator-mips64.cc | 2594 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 D | simulator-mips.cc | 2585 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