Lines Matching refs:ScaleForOperand
162 scale = std::max(scale, ScaleForOperand<operand0_type>(operand0)); in Create()
173 scale = std::max(scale, ScaleForOperand<operand0_type>(operand0)); in Create()
174 scale = std::max(scale, ScaleForOperand<operand1_type>(operand1)); in Create()
188 scale = std::max(scale, ScaleForOperand<operand0_type>(operand0)); in Create()
189 scale = std::max(scale, ScaleForOperand<operand1_type>(operand1)); in Create()
190 scale = std::max(scale, ScaleForOperand<operand2_type>(operand2)); in Create()
206 scale = std::max(scale, ScaleForOperand<operand0_type>(operand0)); in Create()
207 scale = std::max(scale, ScaleForOperand<operand1_type>(operand1)); in Create()
208 scale = std::max(scale, ScaleForOperand<operand2_type>(operand2)); in Create()
209 scale = std::max(scale, ScaleForOperand<operand3_type>(operand3)); in Create()
228 scale = std::max(scale, ScaleForOperand<operand0_type>(operand0)); in Create()
229 scale = std::max(scale, ScaleForOperand<operand1_type>(operand1)); in Create()
230 scale = std::max(scale, ScaleForOperand<operand2_type>(operand2)); in Create()
231 scale = std::max(scale, ScaleForOperand<operand3_type>(operand3)); in Create()
232 scale = std::max(scale, ScaleForOperand<operand4_type>(operand4)); in Create()
238 V8_INLINE static OperandScale ScaleForOperand(uint32_t operand) { in ScaleForOperand() function