Searched refs:FPURoundingMode (Results 1 – 15 of 15) sorted by relevance
/third_party/node/deps/v8/src/execution/mips/ |
D | simulator-mips.h | 272 void set_fcsr_rounding_mode(FPURoundingMode mode); 273 void set_msacsr_rounding_mode(FPURoundingMode mode);
|
D | simulator-mips.cc | 1112 void Simulator::set_fcsr_rounding_mode(FPURoundingMode mode) { in set_fcsr_rounding_mode() 1116 void Simulator::set_msacsr_rounding_mode(FPURoundingMode mode) { in set_msacsr_rounding_mode()
|
/third_party/node/deps/v8/src/execution/mips64/ |
D | simulator-mips64.h | 288 void set_fcsr_rounding_mode(FPURoundingMode mode); 289 void set_msacsr_rounding_mode(FPURoundingMode mode);
|
D | simulator-mips64.cc | 1041 void Simulator::set_fcsr_rounding_mode(FPURoundingMode mode) { in set_fcsr_rounding_mode() 1045 void Simulator::set_msacsr_rounding_mode(FPURoundingMode mode) { in set_msacsr_rounding_mode()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | macro-assembler-mips64.h | 850 void MSARoundW(MSARegister dst, MSARegister src, FPURoundingMode mode); 851 void MSARoundD(MSARegister dst, MSARegister src, FPURoundingMode mode); 952 void RoundDouble(FPURegister dst, FPURegister src, FPURoundingMode mode, 956 void RoundFloat(FPURegister dst, FPURegister src, FPURoundingMode mode,
|
D | constants-mips64.h | 1202 enum FPURoundingMode { enum
|
D | macro-assembler-mips64.cc | 2491 FPURoundingMode mode, RoundFunc round) { in CallRecordWriteStub() 2552 FPURoundingMode mode, RoundFunc round) { in CallRecordWriteStub() 2759 FPURoundingMode mode) { in CallRecordWriteStub() 2775 FPURoundingMode mode) { in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | macro-assembler-loong64.h | 783 void RoundDouble(FPURegister dst, FPURegister src, FPURoundingMode mode); 785 void RoundFloat(FPURegister dst, FPURegister src, FPURoundingMode mode);
|
D | constants-loong64.h | 661 enum FPURoundingMode { enum
|
D | macro-assembler-loong64.cc | 1769 FPURoundingMode mode) { in CallRecordWriteStub() 1796 FPURoundingMode mode) { in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/execution/loong64/ |
D | simulator-loong64.h | 240 void set_fcsr_rounding_mode(FPURoundingMode mode);
|
D | simulator-loong64.cc | 1028 void Simulator::set_fcsr_rounding_mode(FPURoundingMode mode) { in set_fcsr_rounding_mode()
|
/third_party/node/deps/v8/src/codegen/mips/ |
D | macro-assembler-mips.h | 902 void RoundDouble(FPURegister dst, FPURegister src, FPURoundingMode mode, 906 void RoundFloat(FPURegister dst, FPURegister src, FPURoundingMode mode,
|
D | constants-mips.h | 1153 enum FPURoundingMode { enum
|
D | macro-assembler-mips.cc | 1982 FPURoundingMode mode, RoundFunc round) { in CallRecordWriteStub() 2041 FPURoundingMode mode, RoundFunc round) { in CallRecordWriteStub()
|