@Qerass, before you do anything, I suggest that you recover your files to another drive, if possible.
AFAICT, the previous 4 partitions spanned the following sector ranges:
missing -- 36 - 262178
$Noname01 -- 264192 - 421791737
$Noname02 -- 421791744 - 3106146297
$Noname03 -- 3106146304 - 5860532217
The "missing" partition is reserved, while the others are your data partitions.
There are 4 other partitions:
Unknown -- 18 - 131089
Data -- 132096 - 210895871
Data -- 210895872 - 1553073151
Data -- 1553073152 - 2930266111
Notice that the above numbers are almost exactly half the previous set of numbers.
Notice also that the "EE" partition entry in LBA 0, and the "Last Use LBA" in LBA 2, both reflect a total capacity of 1.5TB for the physical drive rather than 3TB.
One explanation for this may be that your drive was configured for RAID mode in your BIOS, and that the RAID BIOS, or AMD's RaidXpert, selected a sector size of 1024 bytes rather than the standard 512 bytes for your RAID "array". The reason for this is that one can then partition the drive in MBR mode (because the maximum supported capacity becomes 4TiB rather than 2TiB).
Notice that the "EFI PART" signature appears in LBA 2. This signature would normally be present in LBA 1. The reason is that the GPT partitions were laid down when the sector size was 1024 bytes.
Before we proceed, can you explain how your drive is configured in BIOS, and whether you have done anything with RaidXpert?