Searched refs:test_andc (Results 1 - 6 of 6) sorted by relevance

/openjdk10/hotspot/test/compiler/c2/cr7200264/
H A DTestIntVect.java84 test_andc(a0, a1);
210 test_andc(a0, a1);
212 errn += verify("test_andc: ", i, a0[i], (int)((int)(ADD_INIT+i)&BIT_MASK));
468 static void test_andc(int[] a0, int[] a1) { method in class:TestIntVect
/openjdk10/hotspot/test/compiler/c2/cr6340864/
H A DTestIntVect.java92 test_andc(a0, a1);
237 test_andc(a0, a1);
239 errn += verify("test_andc: ", i, a0[i], (int)((int)(ADD_INIT+i)&BIT_MASK));
593 test_andc(a0, a1);
596 System.out.println("test_andc: " + (end - start));
992 static void test_andc(int[] a0, int[] a1) { method in class:TestIntVect
H A DTestLongVect.java91 test_andc(a0, a1);
231 test_andc(a0, a1);
233 errn += verify("test_andc: ", i, a0[i], (long)((long)(ADD_INIT+i)&BIT_MASK));
563 test_andc(a0, a1);
566 System.out.println("test_andc: " + (end - start));
937 static void test_andc(long[] a0, long[] a1) { method in class:TestLongVect
H A DTestByteVect.java94 test_andc(a0, a1);
247 test_andc(a0, a1);
249 errn += verify("test_andc: ", i, a0[i], (byte)((byte)(ADD_INIT+i)&BIT_MASK));
671 test_andc(a0, a1);
674 System.out.println("test_andc: " + (end - start));
1120 static void test_andc(byte[] a0, byte[] a1) { method in class:TestByteVect
H A DTestShortVect.java93 test_andc(a0, a1);
242 test_andc(a0, a1);
244 errn += verify("test_andc: ", i, a0[i], (short)((short)(ADD_INIT+i)&BIT_MASK));
628 test_andc(a0, a1);
631 System.out.println("test_andc: " + (end - start));
1052 static void test_andc(short[] a0, short[] a1) { method in class:TestShortVect
/openjdk10/hotspot/test/compiler/codegen/
H A DTestCharVect2.java93 test_andc(a0, a1);
242 test_andc(a0, a1);
244 errn += verify("test_andc: ", i, a0[i], (char)((char)(ADD_INIT+i)&BIT_MASK));
628 test_andc(a0, a1);
631 System.out.println("test_andc: " + (end - start));
1052 static void test_andc(char[] a0, char[] a1) { method in class:TestCharVect2

Completed in 128 milliseconds