unpack

void ckernel::unpack_reconfig_data_format(const uint32_t srca_new_operand, const uint32_t srcb_new_operand)

Helper function to reconfigure unpacker srca and srcb input data formats.

void ckernel::unpack_reconfig_data_format(const uint32_t srca_old_operand, const uint32_t srca_new_operand, const uint32_t srcb_old_operand, const uint32_t srcb_new_operand)

Helper function to reconfigure srca/srcb input data formats, only if they differ from existing formats.

void ckernel::unpack_reconfig_data_format_srca(const uint32_t srca_new_operand)

Helper function to reconfigure unpacker srca input data format.

void ckernel::unpack_reconfig_data_format_srca(const uint32_t srca_old_operand, const uint32_t srca_new_operand)

Helper function to reconfigure unpacker srca input data format, only if it differs from existing format.

void ckernel::unpack_reconfig_data_format_srcb(const uint32_t srcb_new_operand)

Helper function to reconfigure unpacker srcb input data format.

void ckernel::unpack_reconfig_data_format_srcb(const uint32_t srcb_old_operand, const uint32_t srcb_new_operand)

Helper function to reconfigure unpacker srcb input data format, only if it differs from existing format.