Searched refs:test_2vi_oppos (Results 1 - 14 of 14) sorted by relevance

/openjdk9/hotspot/test/compiler/codegen/
H A DTestBooleanVect.java73 test_2vi_oppos(a1, a2, true, true);
178 test_2vi_oppos(a1, a2, true, true);
180 errn += verify("test_2vi_oppos: a1", i, a1[i], true);
181 errn += verify("test_2vi_oppos: a2", i, a2[i], true);
585 test_2vi_oppos(a1, a2, true, true);
588 System.out.println("test_2vi_oppos: " + (end - start));
815 static void test_2vi_oppos(boolean[] a, boolean[] b, boolean c, boolean d) { method in class:TestBooleanVect
H A DTestShortVect.java73 test_2vi_oppos(a1, a2, (short)123, (short)103);
178 test_2vi_oppos(a1, a2, (short)123, (short)103);
180 errn += verify("test_2vi_oppos: a1", i, a1[i], (short)123);
181 errn += verify("test_2vi_oppos: a2", i, a2[i], (short)103);
586 test_2vi_oppos(a1, a2, (short)123, (short)103);
589 System.out.println("test_2vi_oppos: " + (end - start));
816 static void test_2vi_oppos(short[] a, short[] b, short c, short d) { method in class:TestShortVect
H A DTestCharVect.java73 test_2vi_oppos(a1, a2, (char)123, (char)103);
178 test_2vi_oppos(a1, a2, (char)123, (char)103);
180 errn += verify("test_2vi_oppos: a1", i, a1[i], (char)123);
181 errn += verify("test_2vi_oppos: a2", i, a2[i], (char)103);
586 test_2vi_oppos(a1, a2, (char)123, (char)103);
589 System.out.println("test_2vi_oppos: " + (end - start));
816 static void test_2vi_oppos(char[] a, char[] b, char c, char d) { method in class:TestCharVect
H A DTestByteVect.java73 test_2vi_oppos(a1, a2, (byte)123, (byte)103);
178 test_2vi_oppos(a1, a2, (byte)123, (byte)103);
180 errn += verify("test_2vi_oppos: a1", i, a1[i], (byte)123);
181 errn += verify("test_2vi_oppos: a2", i, a2[i], (byte)103);
586 test_2vi_oppos(a1, a2, (byte)123, (byte)103);
589 System.out.println("test_2vi_oppos: " + (end - start));
816 static void test_2vi_oppos(byte[] a, byte[] b, byte c, byte d) { method in class:TestByteVect
H A DTestDoubleVect.java73 test_2vi_oppos(a1, a2, 123., 103.);
178 test_2vi_oppos(a1, a2, 123., 103.);
180 errn += verify("test_2vi_oppos: a1", i, a1[i], 123.);
181 errn += verify("test_2vi_oppos: a2", i, a2[i], 103.);
586 test_2vi_oppos(a1, a2, 123., 103.);
589 System.out.println("test_2vi_oppos: " + (end - start));
816 static void test_2vi_oppos(double[] a, double[] b, double c, double d) { method in class:TestDoubleVect
H A DTestLongVect.java73 test_2vi_oppos(a1, a2, (long)123, (long)103);
178 test_2vi_oppos(a1, a2, (long)123, (long)103);
180 errn += verify("test_2vi_oppos: a1", i, a1[i], (long)123);
181 errn += verify("test_2vi_oppos: a2", i, a2[i], (long)103);
586 test_2vi_oppos(a1, a2, (long)123, (long)103);
589 System.out.println("test_2vi_oppos: " + (end - start));
816 static void test_2vi_oppos(long[] a, long[] b, long c, long d) { method in class:TestLongVect
H A DTestIntVect.java73 test_2vi_oppos(a1, a2, (int)123, (int)103);
178 test_2vi_oppos(a1, a2, (int)123, (int)103);
180 errn += verify("test_2vi_oppos: a1", i, a1[i], (int)123);
181 errn += verify("test_2vi_oppos: a2", i, a2[i], (int)103);
586 test_2vi_oppos(a1, a2, (int)123, (int)103);
589 System.out.println("test_2vi_oppos: " + (end - start));
816 static void test_2vi_oppos(int[] a, int[] b, int c, int d) { method in class:TestIntVect
H A DTestFloatVect.java73 test_2vi_oppos(a1, a2, 123.f, 103.f);
178 test_2vi_oppos(a1, a2, 123.f, 103.f);
180 errn += verify("test_2vi_oppos: a1", i, a1[i], 123.f);
181 errn += verify("test_2vi_oppos: a2", i, a2[i], 103.f);
586 test_2vi_oppos(a1, a2, 123.f, 103.f);
589 System.out.println("test_2vi_oppos: " + (end - start));
816 static void test_2vi_oppos(float[] a, float[] b, float c, float d) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java98 test_2vi_oppos(a1, a2, 123, 103);
203 test_2vi_oppos(a1, a2, 123, 103);
205 errn += verify("test_2vi_oppos: a1", i, a1[i], 123);
206 errn += verify("test_2vi_oppos: a2", i, a2[i], 103);
619 test_2vi_oppos(a1, a2, 123, 103);
622 System.out.println("test_2vi_oppos: " + (end - start));
853 static void test_2vi_oppos(int[] a, int[] b, int c, int d) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeVolatile.java98 test_2vi_oppos(a1, a2, 123, 103);
203 test_2vi_oppos(a1, a2, 123, 103);
205 errn += verify("test_2vi_oppos: a1", i, a1[i], 123);
206 errn += verify("test_2vi_oppos: a2", i, a2[i], 103);
619 test_2vi_oppos(a1, a2, 123, 103);
622 System.out.println("test_2vi_oppos: " + (end - start));
853 static void test_2vi_oppos(int[] a, int[] b, int c, int d) { method in class:TestIntUnsafeVolatile
H A DTestIntUnsafeOrdered.java98 test_2vi_oppos(a1, a2, 123, 103);
203 test_2vi_oppos(a1, a2, 123, 103);
205 errn += verify("test_2vi_oppos: a1", i, a1[i], 123);
206 errn += verify("test_2vi_oppos: a2", i, a2[i], 103);
619 test_2vi_oppos(a1, a2, 123, 103);
622 System.out.println("test_2vi_oppos: " + (end - start));
853 static void test_2vi_oppos(int[] a, int[] b, int c, int d) { method in class:TestIntUnsafeOrdered
H A DTestIntAtomicCAS.java83 test_2vi_oppos(a1, a2, 123, 103);
188 test_2vi_oppos(a1, a2, 123, 103);
190 errn += verify("test_2vi_oppos: a1", i, a1.get(i), 123);
191 errn += verify("test_2vi_oppos: a2", i, a2.get(i), 103);
604 test_2vi_oppos(a1, a2, 123, 103);
607 System.out.println("test_2vi_oppos: " + (end - start));
834 static void test_2vi_oppos(AtomicIntegerArray a, AtomicIntegerArray b, int c, int d) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java83 test_2vi_oppos(a1, a2, 123, 103);
188 test_2vi_oppos(a1, a2, 123, 103);
190 errn += verify("test_2vi_oppos: a1", i, a1.get(i), 123);
191 errn += verify("test_2vi_oppos: a2", i, a2.get(i), 103);
604 test_2vi_oppos(a1, a2, 123, 103);
607 System.out.println("test_2vi_oppos: " + (end - start));
834 static void test_2vi_oppos(AtomicIntegerArray a, AtomicIntegerArray b, int c, int d) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java83 test_2vi_oppos(a1, a2, 123, 103);
188 test_2vi_oppos(a1, a2, 123, 103);
190 errn += verify("test_2vi_oppos: a1", i, a1.get(i), 123);
191 errn += verify("test_2vi_oppos: a2", i, a2.get(i), 103);
604 test_2vi_oppos(a1, a2, 123, 103);
607 System.out.println("test_2vi_oppos: " + (end - start));
834 static void test_2vi_oppos(AtomicIntegerArray a, AtomicIntegerArray b, int c, int d) { method in class:TestIntAtomicVolatile

Completed in 88 milliseconds