Home
last modified time | relevance | path

Searched refs:intTestValue2 (Results 1 – 7 of 7) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java1350 if (f.intValue == intTestValue2) { in testIntCompareConstant2()
1394 if (f.intValue < intTestValue2) { in testIntCompareLessConstant2()
1438 if (intTestValue2 < f.intValue) { in testIntSwappedCompareLessConstant2()
1482 if (f.intValue <= intTestValue2) { in testIntCompareLessEqualConstant2()
1526 if (intTestValue2 <= f.intValue) { in testIntSwappedCompareLessEqualConstant2()
1570 if (f.intValue > intTestValue2) { in testIntCompareGreaterConstant2()
1614 if (intTestValue2 > f.intValue) { in testIntSwappedCompareGreaterConstant2()
1658 if (f.intValue >= intTestValue2) { in testIntCompareGreaterEqualConstant2()
1702 if (intTestValue2 >= f.intValue) { in testIntSwappedCompareGreaterEqualConstant2()
3047 return f.intValue + intTestValue2; in testIntAddConstant2()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java1350 if (f.intValue == intTestValue2) { in testIntCompareConstant2()
1394 if (f.intValue < intTestValue2) { in testIntCompareLessConstant2()
1438 if (intTestValue2 < f.intValue) { in testIntSwappedCompareLessConstant2()
1482 if (f.intValue <= intTestValue2) { in testIntCompareLessEqualConstant2()
1526 if (intTestValue2 <= f.intValue) { in testIntSwappedCompareLessEqualConstant2()
1570 if (f.intValue > intTestValue2) { in testIntCompareGreaterConstant2()
1614 if (intTestValue2 > f.intValue) { in testIntSwappedCompareGreaterConstant2()
1658 if (f.intValue >= intTestValue2) { in testIntCompareGreaterEqualConstant2()
1702 if (intTestValue2 >= f.intValue) { in testIntSwappedCompareGreaterEqualConstant2()
3047 return f.intValue + intTestValue2; in testIntAddConstant2()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java1350 if (f.intValue == intTestValue2) { in testIntCompareConstant2()
1394 if (f.intValue < intTestValue2) { in testIntCompareLessConstant2()
1438 if (intTestValue2 < f.intValue) { in testIntSwappedCompareLessConstant2()
1482 if (f.intValue <= intTestValue2) { in testIntCompareLessEqualConstant2()
1526 if (intTestValue2 <= f.intValue) { in testIntSwappedCompareLessEqualConstant2()
1570 if (f.intValue > intTestValue2) { in testIntCompareGreaterConstant2()
1614 if (intTestValue2 > f.intValue) { in testIntSwappedCompareGreaterConstant2()
1658 if (f.intValue >= intTestValue2) { in testIntCompareGreaterEqualConstant2()
1702 if (intTestValue2 >= f.intValue) { in testIntSwappedCompareGreaterEqualConstant2()
3047 return f.intValue + intTestValue2; in testIntAddConstant2()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java1350 if (f.intValue == intTestValue2) { in testIntCompareConstant2()
1394 if (f.intValue < intTestValue2) { in testIntCompareLessConstant2()
1438 if (intTestValue2 < f.intValue) { in testIntSwappedCompareLessConstant2()
1482 if (f.intValue <= intTestValue2) { in testIntCompareLessEqualConstant2()
1526 if (intTestValue2 <= f.intValue) { in testIntSwappedCompareLessEqualConstant2()
1570 if (f.intValue > intTestValue2) { in testIntCompareGreaterConstant2()
1614 if (intTestValue2 > f.intValue) { in testIntSwappedCompareGreaterConstant2()
1658 if (f.intValue >= intTestValue2) { in testIntCompareGreaterEqualConstant2()
1702 if (intTestValue2 >= f.intValue) { in testIntSwappedCompareGreaterEqualConstant2()
3047 return f.intValue + intTestValue2; in testIntAddConstant2()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java1350 if (f.intValue == intTestValue2) { in testIntCompareConstant2()
1394 if (f.intValue < intTestValue2) { in testIntCompareLessConstant2()
1438 if (intTestValue2 < f.intValue) { in testIntSwappedCompareLessConstant2()
1482 if (f.intValue <= intTestValue2) { in testIntCompareLessEqualConstant2()
1526 if (intTestValue2 <= f.intValue) { in testIntSwappedCompareLessEqualConstant2()
1570 if (f.intValue > intTestValue2) { in testIntCompareGreaterConstant2()
1614 if (intTestValue2 > f.intValue) { in testIntSwappedCompareGreaterConstant2()
1658 if (f.intValue >= intTestValue2) { in testIntCompareGreaterEqualConstant2()
1702 if (intTestValue2 >= f.intValue) { in testIntSwappedCompareGreaterEqualConstant2()
3047 return f.intValue + intTestValue2; in testIntAddConstant2()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java1350 if (f.intValue == intTestValue2) { in testIntCompareConstant2()
1394 if (f.intValue < intTestValue2) { in testIntCompareLessConstant2()
1438 if (intTestValue2 < f.intValue) { in testIntSwappedCompareLessConstant2()
1482 if (f.intValue <= intTestValue2) { in testIntCompareLessEqualConstant2()
1526 if (intTestValue2 <= f.intValue) { in testIntSwappedCompareLessEqualConstant2()
1570 if (f.intValue > intTestValue2) { in testIntCompareGreaterConstant2()
1614 if (intTestValue2 > f.intValue) { in testIntSwappedCompareGreaterConstant2()
1658 if (f.intValue >= intTestValue2) { in testIntCompareGreaterEqualConstant2()
1702 if (intTestValue2 >= f.intValue) { in testIntSwappedCompareGreaterEqualConstant2()
3047 return f.intValue + intTestValue2; in testIntAddConstant2()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DMemoryArithmeticTest.java1350 if (f.intValue == intTestValue2) { in testIntCompareConstant2()
1394 if (f.intValue < intTestValue2) { in testIntCompareLessConstant2()
1438 if (intTestValue2 < f.intValue) { in testIntSwappedCompareLessConstant2()
1482 if (f.intValue <= intTestValue2) { in testIntCompareLessEqualConstant2()
1526 if (intTestValue2 <= f.intValue) { in testIntSwappedCompareLessEqualConstant2()
1570 if (f.intValue > intTestValue2) { in testIntCompareGreaterConstant2()
1614 if (intTestValue2 > f.intValue) { in testIntSwappedCompareGreaterConstant2()
1658 if (f.intValue >= intTestValue2) { in testIntCompareGreaterEqualConstant2()
1702 if (intTestValue2 >= f.intValue) { in testIntSwappedCompareGreaterEqualConstant2()
3047 return f.intValue + intTestValue2; in testIntAddConstant2()
[all …]