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