amdgcn: Add vec_set*ti instructions The TImode vector vec_set instructions were missing, leading to an ICE compiling testcase gcc.dg/pr78526.c (although it only shows with other patches not yet committed). gcc/ChangeLog: * config/gcn/gcn-valu.md (*vec_set<mode>): Ad TImode instruction.