Searched refs:TryMatchAnyShift (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 261 bool TryMatchAnyShift(InstructionSelector* selector, Node* node, in TryMatchAnyShift() function 458 } else if (TryMatchAnyShift(selector, node, right_node, &opcode, in VisitBinop() 466 } else if (can_commute && TryMatchAnyShift(selector, node, left_node, &opcode, in VisitBinop()
|