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

/openjdk7/hotspot/test/compiler/6340864/
H A DTestIntVect.java139 test_srlv_and(a0, a1, BIT_MASK);
423 test_srlv_and(a0, a1, BIT_MASK);
425 errn += verify("test_srlv_and: ", i, a0[i], (int)(((int)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
863 test_srlv_and(a0, a1, BIT_MASK);
866 System.out.println("test_srlv_and: " + (end - start));
1125 static void test_srlv_and(int[] a0, int[] a1, int b) { method in class:TestIntVect
H A DTestLongVect.java138 test_srlv_and(a0, a1, BIT_MASK);
417 test_srlv_and(a0, a1, BIT_MASK);
419 errn += verify("test_srlv_and: ", i, a0[i], (long)(((long)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
833 test_srlv_and(a0, a1, BIT_MASK);
836 System.out.println("test_srlv_and: " + (end - start));
1070 static void test_srlv_and(long[] a0, long[] a1, long b) { method in class:TestLongVect
H A DTestByteVect.java141 test_srlv_and(a0, a1, BIT_MASK);
433 test_srlv_and(a0, a1, BIT_MASK);
435 errn += verify("test_srlv_and: ", i, a0[i], (byte)(((byte)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
941 test_srlv_and(a0, a1, BIT_MASK);
944 System.out.println("test_srlv_and: " + (end - start));
1253 static void test_srlv_and(byte[] a0, byte[] a1, int b) { method in class:TestByteVect
H A DTestShortVect.java140 test_srlv_and(a0, a1, BIT_MASK);
428 test_srlv_and(a0, a1, BIT_MASK);
430 errn += verify("test_srlv_and: ", i, a0[i], (short)(((short)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
898 test_srlv_and(a0, a1, BIT_MASK);
901 System.out.println("test_srlv_and: " + (end - start));
1185 static void test_srlv_and(short[] a0, short[] a1, int b) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8001183/
H A DTestCharVect.java140 test_srlv_and(a0, a1, BIT_MASK);
428 test_srlv_and(a0, a1, BIT_MASK);
430 errn += verify("test_srlv_and: ", i, a0[i], (char)(((char)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
898 test_srlv_and(a0, a1, BIT_MASK);
901 System.out.println("test_srlv_and: " + (end - start));
1185 static void test_srlv_and(char[] a0, char[] a1, int b) { method in class:TestCharVect

Completed in 56 milliseconds