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