Searched refs:FloatMin (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.h | 439 void FloatMin(SwVfpRegister result, SwVfpRegister left, SwVfpRegister right, 443 void FloatMin(DwVfpRegister result, DwVfpRegister left, DwVfpRegister right, 605 // Implementation helpers for FloatMin and FloatMax.
|
H A D | macro-assembler-arm.cc | 2391 void TurboAssembler::FloatMin(SwVfpRegister result, SwVfpRegister left, in CallRecordWriteStub() function in v8::internal::TurboAssembler 2401 void TurboAssembler::FloatMin(DwVfpRegister result, DwVfpRegister left, in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 1699 __ FloatMin(result, left, right, ool->entry()); in AssembleArchInstruction() 1713 __ FloatMin(result, left, right, ool->entry()); in AssembleArchInstruction() 1877 __ FloatMin(result.low(), left.low(), right.low(), ool_low->entry()); in AssembleArchInstruction() 1879 __ FloatMin(result.high(), left.high(), right.high(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 71 void FloatMin(DoubleRegister result_reg, DoubleRegister left_reg,
|
H A D | macro-assembler-s390.cc | 198 void TurboAssembler::FloatMin(DoubleRegister result_reg, in FloatMin() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 1598 V(f32_min, FloatMin, DoubleRegister, DoubleRegister, DoubleRegister, , , , \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 1861 __ FloatMin(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 237 assm->TurboAssembler::FloatMin(dst, lhs, rhs, &is_nan); in EmitFloatMinOrMax()
|
Completed in 45 milliseconds