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