Searched defs:FloatMax (Results 1 – 4 of 4) sorted by relevance
| /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/arm/ |
| 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/s390/ |
| D | code-generator-s390.cc | 1853 __ FloatMax(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/codegen/s390/ |
| D | macro-assembler-s390.cc | 153 void TurboAssembler::FloatMax(DoubleRegister result_reg, in FloatMax() function in v8::internal::TurboAssembler
|