Home | History | Annotate | Download | only in src

Lines Matching defs:Round

121 Round               RN  0
339 ;// constant 2 after the Multiplication. The value of Round would be 2
346 MOV Round, #2 ;// Round = 2
351 SMLABB temp1, colOp00, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round
352 SMLABB temp3, colOp02, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round
353 SMLATB temp2, colOp00, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round
354 SMLATB temp4, colOp02, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round
363 SMLABB temp1, colOp10, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round
364 SMLABB temp3, colOp12, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round
365 SMLATB temp2, colOp10, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round
366 SMLATB temp4, colOp12, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round
374 SMLABB temp1, colOp20, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round
375 SMLABB temp3, colOp22, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round
376 SMLATB temp2, colOp20, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round
377 SMLATB temp4, colOp22, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round
385 SMLABB temp1, colOp30, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round
386 SMLABB temp3, colOp32, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round
387 SMLATB temp2, colOp30, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round
388 SMLATB temp4, colOp32, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round