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

/openjdk10/hotspot/test/compiler/c2/cr7200264/
H A DTestIntVect.java93 test_sllc(a0, a1);
249 test_sllc(a0, a1);
251 errn += verify("test_sllc: ", i, a0[i], (int)((int)(ADD_INIT+i)<<VALUE));
516 static void test_sllc(int[] a0, int[] a1) { method in class:TestIntVect
/openjdk10/hotspot/test/compiler/c2/cr6340864/
H A DTestIntVect.java102 test_sllc(a0, a1);
276 test_sllc(a0, a1);
278 errn += verify("test_sllc: ", i, a0[i], (int)((int)(ADD_INIT+i)<<VALUE));
650 test_sllc(a0, a1);
653 System.out.println("test_sllc: " + (end - start));
1040 static void test_sllc(int[] a0, int[] a1) { method in class:TestIntVect
H A DTestLongVect.java101 test_sllc(a0, a1);
270 test_sllc(a0, a1);
272 errn += verify("test_sllc: ", i, a0[i], (long)((long)(ADD_INIT+i)<<VALUE));
620 test_sllc(a0, a1);
623 System.out.println("test_sllc: " + (end - start));
985 static void test_sllc(long[] a0, long[] a1) { method in class:TestLongVect
H A DTestByteVect.java104 test_sllc(a0, a1);
286 test_sllc(a0, a1);
288 errn += verify("test_sllc: ", i, a0[i], (byte)((byte)(ADD_INIT+i)<<VALUE));
728 test_sllc(a0, a1);
731 System.out.println("test_sllc: " + (end - start));
1168 static void test_sllc(byte[] a0, byte[] a1) { method in class:TestByteVect
H A DTestShortVect.java103 test_sllc(a0, a1);
281 test_sllc(a0, a1);
283 errn += verify("test_sllc: ", i, a0[i], (short)((short)(ADD_INIT+i)<<VALUE));
685 test_sllc(a0, a1);
688 System.out.println("test_sllc: " + (end - start));
1100 static void test_sllc(short[] a0, short[] a1) { method in class:TestShortVect
/openjdk10/hotspot/test/compiler/codegen/
H A DTestCharVect2.java103 test_sllc(a0, a1);
281 test_sllc(a0, a1);
283 errn += verify("test_sllc: ", i, a0[i], (char)((char)(ADD_INIT+i)<<VALUE));
685 test_sllc(a0, a1);
688 System.out.println("test_sllc: " + (end - start));
1100 static void test_sllc(char[] a0, char[] a1) { method in class:TestCharVect2

Completed in 116 milliseconds