Searched refs:FPUMax (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 2408 static T FPUMax(T a, T b) { in FPUMax() function 3839 SetFPUFloatResult(fd_reg(), FPUMax(fk_float(), fj_float())); 3846 SetFPUDoubleResult(fd_reg(), FPUMax(fk_double(), fj_double()));
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 2604 static T FPUMax(T a, T b) { in FPUMax() function 3010 SetFPUFloatResult(fd_reg(), FPUMax(ft, fs)); in DecodeTypeRegisterSRsType() 3165 SetFPUDoubleResult(fd_reg(), FPUMax(ft, fs)); in DecodeTypeRegisterDRsType()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 2595 static T FPUMax(T a, T b) { in FPUMax() function 2776 SetFPUDoubleResult(fd_reg(), FPUMax(ft, fs)); in DecodeTypeRegisterDRsType() 3528 SetFPUFloatResult(fd_reg(), FPUMax(ft, fs)); in DecodeTypeRegisterSRsType()
|
Completed in 24 milliseconds