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

/openjdk7/hotspot/test/compiler/7200264/
H A DTestIntVect.java92 test_andc(a0, a1);
218 test_andc(a0, a1);
220 errn += verify("test_andc: ", i, a0[i], (int)((int)(ADD_INIT+i)&BIT_MASK));
476 static void test_andc(int[] a0, int[] a1) { method in class:TestIntVect
/openjdk7/hotspot/test/compiler/6340864/
H A DTestIntVect.java91 test_andc(a0, a1);
236 test_andc(a0, a1);
238 errn += verify("test_andc: ", i, a0[i], (int)((int)(ADD_INIT+i)&BIT_MASK));
592 test_andc(a0, a1);
595 System.out.println("test_andc: " + (end - start));
991 static void test_andc(int[] a0, int[] a1) { method in class:TestIntVect
H A DTestLongVect.java90 test_andc(a0, a1);
230 test_andc(a0, a1);
232 errn += verify("test_andc: ", i, a0[i], (long)((long)(ADD_INIT+i)&BIT_MASK));
562 test_andc(a0, a1);
565 System.out.println("test_andc: " + (end - start));
936 static void test_andc(long[] a0, long[] a1) { method in class:TestLongVect
H A DTestByteVect.java93 test_andc(a0, a1);
246 test_andc(a0, a1);
248 errn += verify("test_andc: ", i, a0[i], (byte)((byte)(ADD_INIT+i)&BIT_MASK));
670 test_andc(a0, a1);
673 System.out.println("test_andc: " + (end - start));
1119 static void test_andc(byte[] a0, byte[] a1) { method in class:TestByteVect
H A DTestShortVect.java92 test_andc(a0, a1);
241 test_andc(a0, a1);
243 errn += verify("test_andc: ", i, a0[i], (short)((short)(ADD_INIT+i)&BIT_MASK));
627 test_andc(a0, a1);
630 System.out.println("test_andc: " + (end - start));
1051 static void test_andc(short[] a0, short[] a1) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8001183/
H A DTestCharVect.java92 test_andc(a0, a1);
241 test_andc(a0, a1);
243 errn += verify("test_andc: ", i, a0[i], (char)((char)(ADD_INIT+i)&BIT_MASK));
627 test_andc(a0, a1);
630 System.out.println("test_andc: " + (end - start));
1051 static void test_andc(char[] a0, char[] a1) { method in class:TestCharVect

Completed in 1948 milliseconds