Searched refs:FloatMax (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm/ |
D | macro-assembler-arm.h | 437 void FloatMax(SwVfpRegister result, SwVfpRegister left, SwVfpRegister right, 441 void FloatMax(DwVfpRegister result, DwVfpRegister left, DwVfpRegister right,
|
D | macro-assembler-arm.cc | 2386 void TurboAssembler::FloatMax(SwVfpRegister result, SwVfpRegister left, in CallRecordWriteStub() function in v8::internal::TurboAssembler 2396 void TurboAssembler::FloatMax(DwVfpRegister result, DwVfpRegister left, in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | code-generator-arm.cc | 1671 __ FloatMax(result, left, right, ool->entry()); in AssembleArchInstruction() local 1685 __ FloatMax(result, left, right, ool->entry()); in AssembleArchInstruction() local 1897 __ FloatMax(result.low(), left.low(), right.low(), ool_low->entry()); in AssembleArchInstruction() local 1899 __ FloatMax(result.high(), left.high(), right.high(), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 69 void FloatMax(DoubleRegister result_reg, DoubleRegister left_reg,
|
D | macro-assembler-s390.cc | 153 void TurboAssembler::FloatMax(DoubleRegister result_reg, in FloatMax() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 1600 V(f32_max, FloatMax, DoubleRegister, DoubleRegister, DoubleRegister, , , , \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 1853 __ FloatMax(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 239 assm->TurboAssembler::FloatMax(dst, lhs, rhs, &is_nan); in EmitFloatMinOrMax()
|