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

/external/chromium_org/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc197 static inline bool TryMatchShift(InstructionSelector* selector, function in namespace:v8::internal::compiler
221 if (TryMatchShift(selector, opcode_return, node, &inputs[0], &inputs[1])) {
386 if (TryMatchShift(selector, &opcode, right, &value_operand, &shift_operand)) {
459 if (TryMatchShift(this, &opcode, m.left().node(), &value_operand,
472 template <typename TryMatchShift>
474 TryMatchShift try_match_shift,
507 template <typename TryMatchShift>
509 TryMatchShift try_match_shift) {

Completed in 73 milliseconds