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

/openjdk7/hotspot/test/compiler/6340864/
H A DTestIntVect.java136 test_sllc_and(a0, a1);
410 test_sllc_and(a0, a1);
412 errn += verify("test_sllc_and: ", i, a0[i], (int)(((int)(ADD_INIT+i) & BIT_MASK)<<VALUE));
844 test_sllc_and(a0, a1);
847 System.out.println("test_sllc_and: " + (end - start));
1074 static void test_sllc_and(int[] a0, int[] a1) { method in class:TestIntVect
H A DTestLongVect.java135 test_sllc_and(a0, a1);
404 test_sllc_and(a0, a1);
406 errn += verify("test_sllc_and: ", i, a0[i], (long)(((long)(ADD_INIT+i) & BIT_MASK)<<VALUE));
814 test_sllc_and(a0, a1);
817 System.out.println("test_sllc_and: " + (end - start));
1019 static void test_sllc_and(long[] a0, long[] a1) { method in class:TestLongVect
H A DTestByteVect.java138 test_sllc_and(a0, a1);
420 test_sllc_and(a0, a1);
422 errn += verify("test_sllc_and: ", i, a0[i], (byte)(((byte)(ADD_INIT+i) & BIT_MASK)<<VALUE));
922 test_sllc_and(a0, a1);
925 System.out.println("test_sllc_and: " + (end - start));
1202 static void test_sllc_and(byte[] a0, byte[] a1) { method in class:TestByteVect
H A DTestShortVect.java137 test_sllc_and(a0, a1);
415 test_sllc_and(a0, a1);
417 errn += verify("test_sllc_and: ", i, a0[i], (short)(((short)(ADD_INIT+i) & BIT_MASK)<<VALUE));
879 test_sllc_and(a0, a1);
882 System.out.println("test_sllc_and: " + (end - start));
1134 static void test_sllc_and(short[] a0, short[] a1) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8001183/
H A DTestCharVect.java137 test_sllc_and(a0, a1);
415 test_sllc_and(a0, a1);
417 errn += verify("test_sllc_and: ", i, a0[i], (char)(((char)(ADD_INIT+i) & BIT_MASK)<<VALUE));
879 test_sllc_and(a0, a1);
882 System.out.println("test_sllc_and: " + (end - start));
1134 static void test_sllc_and(char[] a0, char[] a1) { method in class:TestCharVect

Completed in 1328 milliseconds