Searched refs:TryMatchShift (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 98 bool TryMatchShift(InstructionSelector* selector, in TryMatchShift() function 122 return TryMatchShift<IrOpcode::kWord32Ror, 1, 31, kMode_Operand2_R_ROR_I, in TryMatchROR() 131 return TryMatchShift<IrOpcode::kWord32Sar, 1, 32, kMode_Operand2_R_ASR_I, in TryMatchASR() 140 return TryMatchShift<IrOpcode::kWord32Shl, 0, 31, kMode_Operand2_R_LSL_I, in TryMatchLSL() 149 return TryMatchShift<IrOpcode::kWord32Shr, 1, 32, kMode_Operand2_R_LSR_I, in TryMatchLSR() 155 bool TryMatchShift(InstructionSelector* selector, in TryMatchShift() function 178 if (TryMatchShift(selector, opcode_return, node, &inputs[0], &inputs[1])) { in TryMatchImmediateOrShift() 511 if (TryMatchShift(selector, &opcode, right, &value_operand, &shift_operand)) { in EmitBic() 613 if (TryMatchShift(this, &opcode, m.left().node(), &value_operand, in VisitWord32Xor() 628 template <typename TryMatchShift> [all …]
|