Home
last modified time | relevance | path

Searched refs:VisitAddSub (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc490 void VisitAddSub(InstructionSelector* selector, Node* node, ArchOpcode opcode, in VisitAddSub() function
1286 VisitAddSub<Int32BinopMatcher>(this, node, kArm64Add32, kArm64Sub32); in VisitInt32Add()
1317 VisitAddSub<Int64BinopMatcher>(this, node, kArm64Add, kArm64Sub); in VisitInt64Add()
1338 VisitAddSub<Int32BinopMatcher>(this, node, kArm64Sub32, kArm64Add32); in VisitInt32Sub()
1359 VisitAddSub<Int64BinopMatcher>(this, node, kArm64Sub, kArm64Add); in VisitInt64Sub()