Searched refs:TryMatchShift (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 155 bool TryMatchShift(InstructionSelector* selector, in TryMatchShift() function 197 return TryMatchShift<IrOpcode::kWord32Ror, 1, 31, kMode_Operand2_R_ROR_I, in TryMatchROR() 205 return TryMatchShift<IrOpcode::kWord32Sar, 1, 32, kMode_Operand2_R_ASR_I, in TryMatchASR() 213 return TryMatchShift<IrOpcode::kWord32Shl, 0, 31, kMode_Operand2_R_LSL_I, in TryMatchLSL() 230 return TryMatchShift<IrOpcode::kWord32Shr, 1, 32, kMode_Operand2_R_LSR_I, in TryMatchLSR() 235 bool TryMatchShift(InstructionSelector* selector, in TryMatchShift() function 257 if (TryMatchShift(selector, opcode_return, node, &inputs[0], &inputs[1])) { in TryMatchImmediateOrShift() 945 if (TryMatchShift(selector, &opcode, right, &value_operand, &shift_operand)) { in EmitBic() 1075 if (TryMatchShift(this, &opcode, m.left().node(), &value_operand, in VisitWord32Xor() 1118 template <typename TryMatchShift> [all...] |
Completed in 4 milliseconds