Home
last modified time | relevance | path

Searched refs:ool_low (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1873 auto ool_low = zone()->New<OutOfLineFloat64Min>( in AssembleArchInstruction() local
1877 __ FloatMin(result.low(), left.low(), right.low(), ool_low->entry()); in AssembleArchInstruction()
1878 __ bind(ool_low->exit()); in AssembleArchInstruction()
1893 auto ool_low = zone()->New<OutOfLineFloat64Max>( in AssembleArchInstruction() local
1897 __ FloatMax(result.low(), left.low(), right.low(), ool_low->entry()); in AssembleArchInstruction()
1898 __ bind(ool_low->exit()); in AssembleArchInstruction()

Completed in 5 milliseconds