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

/openjdk9/hotspot/test/compiler/codegen/
H A DTestBooleanVect.java68 test_2vi_neg(a1, a2, true, true);
151 test_2vi_neg(a1, a2, true, true);
153 errn += verify("test_2vi_neg: a1", i, a1[i], true);
154 errn += verify("test_2vi_neg: a2", i, a2[i], true);
554 test_2vi_neg(a1, a2, true, true);
557 System.out.println("test_2vi_neg: " + (end - start));
784 static void test_2vi_neg(boolean[] a, boolean[] b, boolean c, boolean d) { method in class:TestBooleanVect
H A DTestShortVect.java68 test_2vi_neg(a1, a2, (short)123, (short)103);
151 test_2vi_neg(a1, a2, (short)123, (short)103);
153 errn += verify("test_2vi_neg: a1", i, a1[i], (short)123);
154 errn += verify("test_2vi_neg: a2", i, a2[i], (short)103);
555 test_2vi_neg(a1, a2, (short)123, (short)103);
558 System.out.println("test_2vi_neg: " + (end - start));
785 static void test_2vi_neg(short[] a, short[] b, short c, short d) { method in class:TestShortVect
H A DTestCharVect.java68 test_2vi_neg(a1, a2, (char)123, (char)103);
151 test_2vi_neg(a1, a2, (char)123, (char)103);
153 errn += verify("test_2vi_neg: a1", i, a1[i], (char)123);
154 errn += verify("test_2vi_neg: a2", i, a2[i], (char)103);
555 test_2vi_neg(a1, a2, (char)123, (char)103);
558 System.out.println("test_2vi_neg: " + (end - start));
785 static void test_2vi_neg(char[] a, char[] b, char c, char d) { method in class:TestCharVect
H A DTestByteVect.java68 test_2vi_neg(a1, a2, (byte)123, (byte)103);
151 test_2vi_neg(a1, a2, (byte)123, (byte)103);
153 errn += verify("test_2vi_neg: a1", i, a1[i], (byte)123);
154 errn += verify("test_2vi_neg: a2", i, a2[i], (byte)103);
555 test_2vi_neg(a1, a2, (byte)123, (byte)103);
558 System.out.println("test_2vi_neg: " + (end - start));
785 static void test_2vi_neg(byte[] a, byte[] b, byte c, byte d) { method in class:TestByteVect
H A DTestDoubleVect.java68 test_2vi_neg(a1, a2, 123., 103.);
151 test_2vi_neg(a1, a2, 123., 103.);
153 errn += verify("test_2vi_neg: a1", i, a1[i], 123.);
154 errn += verify("test_2vi_neg: a2", i, a2[i], 103.);
555 test_2vi_neg(a1, a2, 123., 103.);
558 System.out.println("test_2vi_neg: " + (end - start));
785 static void test_2vi_neg(double[] a, double[] b, double c, double d) { method in class:TestDoubleVect
H A DTestLongVect.java68 test_2vi_neg(a1, a2, (long)123, (long)103);
151 test_2vi_neg(a1, a2, (long)123, (long)103);
153 errn += verify("test_2vi_neg: a1", i, a1[i], (long)123);
154 errn += verify("test_2vi_neg: a2", i, a2[i], (long)103);
555 test_2vi_neg(a1, a2, (long)123, (long)103);
558 System.out.println("test_2vi_neg: " + (end - start));
785 static void test_2vi_neg(long[] a, long[] b, long c, long d) { method in class:TestLongVect
H A DTestIntVect.java68 test_2vi_neg(a1, a2, (int)123, (int)103);
151 test_2vi_neg(a1, a2, (int)123, (int)103);
153 errn += verify("test_2vi_neg: a1", i, a1[i], (int)123);
154 errn += verify("test_2vi_neg: a2", i, a2[i], (int)103);
555 test_2vi_neg(a1, a2, (int)123, (int)103);
558 System.out.println("test_2vi_neg: " + (end - start));
785 static void test_2vi_neg(int[] a, int[] b, int c, int d) { method in class:TestIntVect
H A DTestFloatVect.java68 test_2vi_neg(a1, a2, 123.f, 103.f);
151 test_2vi_neg(a1, a2, 123.f, 103.f);
153 errn += verify("test_2vi_neg: a1", i, a1[i], 123.f);
154 errn += verify("test_2vi_neg: a2", i, a2[i], 103.f);
555 test_2vi_neg(a1, a2, 123.f, 103.f);
558 System.out.println("test_2vi_neg: " + (end - start));
785 static void test_2vi_neg(float[] a, float[] b, float c, float d) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java93 test_2vi_neg(a1, a2, 123, 103);
176 test_2vi_neg(a1, a2, 123, 103);
178 errn += verify("test_2vi_neg: a1", i, a1[i], 123);
179 errn += verify("test_2vi_neg: a2", i, a2[i], 103);
588 test_2vi_neg(a1, a2, 123, 103);
591 System.out.println("test_2vi_neg: " + (end - start));
822 static void test_2vi_neg(int[] a, int[] b, int c, int d) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeVolatile.java93 test_2vi_neg(a1, a2, 123, 103);
176 test_2vi_neg(a1, a2, 123, 103);
178 errn += verify("test_2vi_neg: a1", i, a1[i], 123);
179 errn += verify("test_2vi_neg: a2", i, a2[i], 103);
588 test_2vi_neg(a1, a2, 123, 103);
591 System.out.println("test_2vi_neg: " + (end - start));
822 static void test_2vi_neg(int[] a, int[] b, int c, int d) { method in class:TestIntUnsafeVolatile
H A DTestIntUnsafeOrdered.java93 test_2vi_neg(a1, a2, 123, 103);
176 test_2vi_neg(a1, a2, 123, 103);
178 errn += verify("test_2vi_neg: a1", i, a1[i], 123);
179 errn += verify("test_2vi_neg: a2", i, a2[i], 103);
588 test_2vi_neg(a1, a2, 123, 103);
591 System.out.println("test_2vi_neg: " + (end - start));
822 static void test_2vi_neg(int[] a, int[] b, int c, int d) { method in class:TestIntUnsafeOrdered
H A DTestIntAtomicCAS.java78 test_2vi_neg(a1, a2, 123, 103);
161 test_2vi_neg(a1, a2, 123, 103);
163 errn += verify("test_2vi_neg: a1", i, a1.get(i), 123);
164 errn += verify("test_2vi_neg: a2", i, a2.get(i), 103);
573 test_2vi_neg(a1, a2, 123, 103);
576 System.out.println("test_2vi_neg: " + (end - start));
803 static void test_2vi_neg(AtomicIntegerArray a, AtomicIntegerArray b, int c, int d) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java78 test_2vi_neg(a1, a2, 123, 103);
161 test_2vi_neg(a1, a2, 123, 103);
163 errn += verify("test_2vi_neg: a1", i, a1.get(i), 123);
164 errn += verify("test_2vi_neg: a2", i, a2.get(i), 103);
573 test_2vi_neg(a1, a2, 123, 103);
576 System.out.println("test_2vi_neg: " + (end - start));
803 static void test_2vi_neg(AtomicIntegerArray a, AtomicIntegerArray b, int c, int d) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java78 test_2vi_neg(a1, a2, 123, 103);
161 test_2vi_neg(a1, a2, 123, 103);
163 errn += verify("test_2vi_neg: a1", i, a1.get(i), 123);
164 errn += verify("test_2vi_neg: a2", i, a2.get(i), 103);
573 test_2vi_neg(a1, a2, 123, 103);
576 System.out.println("test_2vi_neg: " + (end - start));
803 static void test_2vi_neg(AtomicIntegerArray a, AtomicIntegerArray b, int c, int d) { method in class:TestIntAtomicVolatile

Completed in 121 milliseconds