Searched refs:test_srlc_and (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/test/compiler/c2/cr6340864/
H A DTestIntVect.java139 test_srlc_and(a0, a1);
420 test_srlc_and(a0, a1);
422 errn += verify("test_srlc_and: ", i, a0[i], (int)(((int)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
858 test_srlc_and(a0, a1);
861 System.out.println("test_srlc_and: " + (end - start));
1121 static void test_srlc_and(int[] a0, int[] a1) { method in class:TestIntVect
H A DTestLongVect.java138 test_srlc_and(a0, a1);
414 test_srlc_and(a0, a1);
416 errn += verify("test_srlc_and: ", i, a0[i], (long)(((long)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
828 test_srlc_and(a0, a1);
831 System.out.println("test_srlc_and: " + (end - start));
1066 static void test_srlc_and(long[] a0, long[] a1) { method in class:TestLongVect
H A DTestByteVect.java141 test_srlc_and(a0, a1);
430 test_srlc_and(a0, a1);
432 errn += verify("test_srlc_and: ", i, a0[i], (byte)(((byte)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
936 test_srlc_and(a0, a1);
939 System.out.println("test_srlc_and: " + (end - start));
1249 static void test_srlc_and(byte[] a0, byte[] a1) { method in class:TestByteVect
H A DTestShortVect.java140 test_srlc_and(a0, a1);
425 test_srlc_and(a0, a1);
427 errn += verify("test_srlc_and: ", i, a0[i], (short)(((short)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
893 test_srlc_and(a0, a1);
896 System.out.println("test_srlc_and: " + (end - start));
1181 static void test_srlc_and(short[] a0, short[] a1) { method in class:TestShortVect
/openjdk10/hotspot/test/compiler/codegen/
H A DTestCharVect2.java140 test_srlc_and(a0, a1);
425 test_srlc_and(a0, a1);
427 errn += verify("test_srlc_and: ", i, a0[i], (char)(((char)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
893 test_srlc_and(a0, a1);
896 System.out.println("test_srlc_and: " + (end - start));
1181 static void test_srlc_and(char[] a0, char[] a1) { method in class:TestCharVect2

Completed in 118 milliseconds