public static void unitTest_vsetgeu4(GThread thread, uint[] a, uint[] b, uint[] c)
 {
     c[0] = thread.vsetgeu4(a[0], b[0]);
 }