Lines Matching full:extended
1417 \param [in] x values added to the sign-extended to 16-bit values.
1418 \param [in] y two 8-bit values to be extracted and sign-extended.
1420 val2[23:16] have been extracted and sign-extended prior to the addition.
1435 \param [in] x values added to the zero-extended to 16-bit values.
1436 \param [in] y two 8-bit values to be extracted and zero-extended.
1438 val2[23:16] have been extracted and zero-extended prior to the addition.
1452 \param [in] x two 8-bit values in val[7:0] and val[23:16] to be sign-extended.
1453 \return the 8-bit values sign-extended to 16-bit values.\n
1454 sign-extended value of val[7:0] in the low halfword of the return value.\n
1455 sign-extended value of val[23:16] in the high halfword of the return value.
1469 \param [in] x two 8-bit values in val[7:0] and val[23:16] to be zero-extended.
1470 \return the 8-bit values sign-extended to 16-bit values.\n
1471 sign-extended value of val[7:0] in the low halfword of the return value.\n
1472 sign-extended value of val[23:16] in the high halfword of the return value.