public class DivideUnsigned extends JTTTest
JTTTest.DummyTestClassGraalCompilerTest.ArgSupplier, GraalCompilerTest.ResultGraalTest.MultiCauseAssertionErrorlastCompiledGraph| Constructor and Description |
|---|
DivideUnsigned() |
| Modifier and Type | Method and Description |
|---|---|
static int |
divUInt(int a,
int b) |
static long |
divULong(long a,
long b) |
static int |
remUInt(int a,
int b) |
static long |
remULong(long a,
long b) |
void |
testInt(int a,
int b) |
void |
testIntNN() |
void |
testIntNP() |
void |
testIntPN() |
void |
testIntPP() |
void |
testLong(long a,
long b) |
void |
testLongNN() |
void |
testLongNP() |
void |
testLongPN() |
void |
testLongPP() |
assertDeepEquals, getCode, parseEager, runTest, runTest, runTest, runTestWithDeltaaddMethod, after, afterTest, applyArgSuppliers, argsWithReceiver, asResolvedJavaMethod, assertConstantReturn, assertEquals, assertEquals, assertEquals, before, beforeTest, branchProbability, breakpoint, breakpoint, checkArgs, checkHighTierGraph, checkLowTierGraph, checkMidTierGraph, compile, countUnusedConstants, createLIRSuites, createSuites, editGraphBuilderConfiguration, executeActual, executeActualCheckDeopt, executeExpected, getBackend, getCanonicalGraphString, getCode, getCode, getCodeCache, getConstantReflection, getCustomGraphBuilderSuite, getDefaultGraphBuilderPlugins, getDefaultGraphBuilderSuite, getDefaultHighTierContext, getLIRSuites, getLowerer, getMetaAccess, getNodeCountExcludingUnusedConstants, getProviders, getReplacements, getResolvedJavaMethod, getResolvedJavaMethod, getResolvedJavaMethod, getSnippetReflection, getSpeculationLog, getSuites, getTarget, initializeDebugging, invoke, isArchitecture, iterationCount, lookupMethod, parseDebug, parseEager, parseForCompile, parseProfiled, parseProfiled, referenceInvoke, supply, test, test, testAgainstExpected, testAgainstExpected, testNassertDeepEquals, assertDeepEquals, assertDeepEquals, assertFalse, assertFalse, assertFalse, assertTrue, assertTrue, assertTrue, equalFloatsOrDoublesDelta, fail, getMethod, getMethod, getMethod, ulpsDeltapublic DivideUnsigned()
public static int divUInt(int a, int b)
public static int remUInt(int a, int b)
public static long divULong(long a, long b)
public static long remULong(long a, long b)
public void testInt(int a, int b)
public void testLong(long a, long b)
public void testIntPP()
public void testIntNP()
public void testIntPN()
public void testIntNN()
public void testLongPP()
public void testLongNP()
public void testLongPN()
public void testLongNN()