Hi,
there is function Advansed\Data Manipulation\Join numbers.
It get 2 numbers of 8\16 bits and join them to one 16\32 bits number.
In your case you need to take 2 MSB 8-bits numbers and join to 16-bits number. Same thing do for 2 LSB numbers.
After this join to 16-bits numbers to one 32-bits.
I hope that help you.