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

/openjdk7/hotspot/test/compiler/6340864/
H A DTestIntVect.java138 test_srlc_and(a0, a1);
419 test_srlc_and(a0, a1);
421 errn += verify("test_srlc_and: ", i, a0[i], (int)(((int)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
857 test_srlc_and(a0, a1);
860 System.out.println("test_srlc_and: " + (end - start));
1120 static void test_srlc_and(int[] a0, int[] a1) { method in class:TestIntVect
H A DTestLongVect.java137 test_srlc_and(a0, a1);
413 test_srlc_and(a0, a1);
415 errn += verify("test_srlc_and: ", i, a0[i], (long)(((long)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
827 test_srlc_and(a0, a1);
830 System.out.println("test_srlc_and: " + (end - start));
1065 static void test_srlc_and(long[] a0, long[] a1) { method in class:TestLongVect
H A DTestByteVect.java140 test_srlc_and(a0, a1);
429 test_srlc_and(a0, a1);
431 errn += verify("test_srlc_and: ", i, a0[i], (byte)(((byte)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
935 test_srlc_and(a0, a1);
938 System.out.println("test_srlc_and: " + (end - start));
1248 static void test_srlc_and(byte[] a0, byte[] a1) { method in class:TestByteVect
H A DTestShortVect.java139 test_srlc_and(a0, a1);
424 test_srlc_and(a0, a1);
426 errn += verify("test_srlc_and: ", i, a0[i], (short)(((short)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
892 test_srlc_and(a0, a1);
895 System.out.println("test_srlc_and: " + (end - start));
1180 static void test_srlc_and(short[] a0, short[] a1) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8001183/
H A DTestCharVect.java139 test_srlc_and(a0, a1);
424 test_srlc_and(a0, a1);
426 errn += verify("test_srlc_and: ", i, a0[i], (char)(((char)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
892 test_srlc_and(a0, a1);
895 System.out.println("test_srlc_and: " + (end - start));
1180 static void test_srlc_and(char[] a0, char[] a1) { method in class:TestCharVect

Completed in 245 milliseconds