Lines Matching full:two

66   \param [in]    x   two signed 16-bit values to be saturated.
86 …\details This function enables you to saturate two signed 16-bit values to a selected unsigned ran…
87 \param [in] x two signed 16-bit values to be saturated.
89 \return the saturation of the two signed 16-bit values, as non-negative values:
393 \details This function enables you to perform two 16-bit integer arithmetic additions in parallel,
395 \param [in] x first two 16-bit summands.
396 \param [in] y second two 16-bit summands.
416 \details This function enables you to perform two unsigned 16-bit integer additions, saturating
418 \param [in] x first two 16-bit summands.
419 \param [in] y second two 16-bit summands.
439 \details This function enables you to perform two 16-bit signed integer additions.
440 \param [in] x first two 16-bit summands.
441 \param [in] y second two 16-bit summands.
460 \details This function enables you to perform two 16-bit unsigned integer additions.
461 \param [in] x first two 16-bit summands for each addition.
462 \param [in] y second two 16-bit summands for each addition.
482 …\details This function enables you to perform two signed 16-bit integer additions, halving the res…
483 \param [in] x first two 16-bit summands.
484 \param [in] y second two 16-bit summands.
503 …\details This function enables you to perform two unsigned 16-bit integer additions, halving the r…
504 \param [in] x first two 16-bit summands.
505 \param [in] y second two 16-bit summands.
578 \details This function enables you to perform two 16-bit integer subtractions in parallel,
580 \param [in] x first two 16-bit summands.
581 \param [in] y second two 16-bit summands.
601 \details This function enables you to perform two unsigned 16-bit integer subtractions,
603 \param [in] x first two 16-bit operands for each subtraction.
604 \param [in] y second two 16-bit operands for each subtraction.
624 \details This function enables you to perform two 16-bit signed integer subtractions.
625 \param [in] x first two 16-bit operands of each subtraction.
626 \param [in] y second two 16-bit operands of each subtraction.
647 \details This function enables you to perform two 16-bit unsigned integer subtractions.
648 \param [in] x first two 16-bit operands of each subtraction.
649 \param [in] y second two 16-bit operands of each subtraction.
670 …\details This function enables you to perform two signed 16-bit integer subtractions, halving the …
671 \param [in] x first two 16-bit summands.
672 \param [in] y second two 16-bit summands.
691 …\details This function enables you to perform two unsigned 16-bit integer subtractions, halving th…
692 \param [in] x first two 16-bit summands.
693 \param [in] y second two 16-bit summands.
848 \details This function enables you to exchange the two halfwords of the second operand,
874 \details This function enables you to exchange the two halfwords of one operand, perform one
1006 \details This function enables you to exchange the two halfwords of one operand and perform one
1033 …\details This function enables you to exchange the two halfwords of one operand, perform one signed
1083 \details This function enables you to perform two 16-bit signed multiplications, subtracting
1088 \return the difference of the products of the two 16-bit signed multiplications.
1102 \details This function enables you to perform two 16-bit signed multiplications with exchanged
1106 …\return the sum of the products of the two 16-bit signed multiplications with exchanged hal…
1121 \details This function enables you to obtain the saturating add of two integers.
1160 \details This function enables you to obtain the saturating add of two integers.
1189 \details This function enables you to perform two signed 16-bit multiplications,
1209 \details This function enables you to perform two signed 16-bit multiplications with exchanged
1230 \details This function enables you to perform two 16-bit signed multiplications, take the
1251 … This function enables you to exchange the halfwords in the second operand, then perform two 16-bit
1271 …\details This function enables you to perform two signed 16-bit multiplications, adding both resul…
1294 …\details This function enables you to exchange the halfwords of the second operand, and perform two
1318 …\details This function It enables you to perform two 16-bit signed multiplications, take the diffe…
1341 …\details This function enables you to exchange the halfwords of the second operand, perform two 16…
1380 …\details This function enables you to perform two 16-bit signed multiplications, adding the produc…
1383 \return the sum of the products of the two 16-bit signed multiplications.
1397 …\details This function enables you to perform two 16-bit signed multiplications, taking the differ…
1401 \return the difference of the products of the two 16-bit signed multiplications.
1415 …\details This function enables you to extract two 8-bit values from the second operand (at bit pos…
1418 \param [in] y two 8-bit values to be extracted and sign-extended.
1433 \details This function enables you to extract two 8-bit values from one operand, zero-extend
1434 them to 16 bits each, and add the results to two 16-bit values from another operand.
1436 \param [in] y two 8-bit values to be extracted and zero-extended.
1451 …\details This function enables you to extract two 8-bit values from an operand and sign-extend the…
1452 \param [in] x two 8-bit values in val[7:0] and val[23:16] to be sign-extended.
1468 …\details This function enables you to extract two 8-bit values from an operand and zero-extend the…
1469 \param [in] x two 8-bit values in val[7:0] and val[23:16] to be zero-extended.