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

/openjdk10/hotspot/test/compiler/c2/cr6340864/
H A DTestIntVect.java140 test_srlv_and(a0, a1, BIT_MASK);
424 test_srlv_and(a0, a1, BIT_MASK);
426 errn += verify("test_srlv_and: ", i, a0[i], (int)(((int)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
864 test_srlv_and(a0, a1, BIT_MASK);
867 System.out.println("test_srlv_and: " + (end - start));
1126 static void test_srlv_and(int[] a0, int[] a1, int b) { method in class:TestIntVect
H A DTestLongVect.java139 test_srlv_and(a0, a1, BIT_MASK);
418 test_srlv_and(a0, a1, BIT_MASK);
420 errn += verify("test_srlv_and: ", i, a0[i], (long)(((long)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
834 test_srlv_and(a0, a1, BIT_MASK);
837 System.out.println("test_srlv_and: " + (end - start));
1071 static void test_srlv_and(long[] a0, long[] a1, long b) { method in class:TestLongVect
H A DTestByteVect.java142 test_srlv_and(a0, a1, BIT_MASK);
434 test_srlv_and(a0, a1, BIT_MASK);
436 errn += verify("test_srlv_and: ", i, a0[i], (byte)(((byte)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
942 test_srlv_and(a0, a1, BIT_MASK);
945 System.out.println("test_srlv_and: " + (end - start));
1254 static void test_srlv_and(byte[] a0, byte[] a1, int b) { method in class:TestByteVect
H A DTestShortVect.java141 test_srlv_and(a0, a1, BIT_MASK);
429 test_srlv_and(a0, a1, BIT_MASK);
431 errn += verify("test_srlv_and: ", i, a0[i], (short)(((short)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
899 test_srlv_and(a0, a1, BIT_MASK);
902 System.out.println("test_srlv_and: " + (end - start));
1186 static void test_srlv_and(short[] a0, short[] a1, int b) { method in class:TestShortVect
/openjdk10/hotspot/test/compiler/codegen/
H A DTestCharVect2.java141 test_srlv_and(a0, a1, BIT_MASK);
429 test_srlv_and(a0, a1, BIT_MASK);
431 errn += verify("test_srlv_and: ", i, a0[i], (char)(((char)(ADD_INIT+i) & BIT_MASK)>>>VALUE));
899 test_srlv_and(a0, a1, BIT_MASK);
902 System.out.println("test_srlv_and: " + (end - start));
1186 static void test_srlv_and(char[] a0, char[] a1, int b) { method in class:TestCharVect2

Completed in 105 milliseconds