Searched refs:test_sllc (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/test/compiler/7200264/
H A DTestIntVect.java101 test_sllc(a0, a1);
257 test_sllc(a0, a1);
259 errn += verify("test_sllc: ", i, a0[i], (int)((int)(ADD_INIT+i)<<VALUE));
524 static void test_sllc(int[] a0, int[] a1) { method in class:TestIntVect
/openjdk7/hotspot/test/compiler/6340864/
H A DTestIntVect.java101 test_sllc(a0, a1);
275 test_sllc(a0, a1);
277 errn += verify("test_sllc: ", i, a0[i], (int)((int)(ADD_INIT+i)<<VALUE));
649 test_sllc(a0, a1);
652 System.out.println("test_sllc: " + (end - start));
1039 static void test_sllc(int[] a0, int[] a1) { method in class:TestIntVect
H A DTestLongVect.java100 test_sllc(a0, a1);
269 test_sllc(a0, a1);
271 errn += verify("test_sllc: ", i, a0[i], (long)((long)(ADD_INIT+i)<<VALUE));
619 test_sllc(a0, a1);
622 System.out.println("test_sllc: " + (end - start));
984 static void test_sllc(long[] a0, long[] a1) { method in class:TestLongVect
H A DTestByteVect.java103 test_sllc(a0, a1);
285 test_sllc(a0, a1);
287 errn += verify("test_sllc: ", i, a0[i], (byte)((byte)(ADD_INIT+i)<<VALUE));
727 test_sllc(a0, a1);
730 System.out.println("test_sllc: " + (end - start));
1167 static void test_sllc(byte[] a0, byte[] a1) { method in class:TestByteVect
H A DTestShortVect.java102 test_sllc(a0, a1);
280 test_sllc(a0, a1);
282 errn += verify("test_sllc: ", i, a0[i], (short)((short)(ADD_INIT+i)<<VALUE));
684 test_sllc(a0, a1);
687 System.out.println("test_sllc: " + (end - start));
1099 static void test_sllc(short[] a0, short[] a1) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8001183/
H A DTestCharVect.java102 test_sllc(a0, a1);
280 test_sllc(a0, a1);
282 errn += verify("test_sllc: ", i, a0[i], (char)((char)(ADD_INIT+i)<<VALUE));
684 test_sllc(a0, a1);
687 System.out.println("test_sllc: " + (end - start));
1099 static void test_sllc(char[] a0, char[] a1) { method in class:TestCharVect

Completed in 56 milliseconds