public class DivideUnsigned extends JTTTest
JTTTest.DummyTestClass
GraalCompilerTest.ArgSupplier, GraalCompilerTest.Result
GraalTest.MultiCauseAssertionError
lastCompiledGraph
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, runTestWithDelta
addMethod, 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, testN
assertDeepEquals, assertDeepEquals, assertDeepEquals, assertFalse, assertFalse, assertFalse, assertTrue, assertTrue, assertTrue, equalFloatsOrDoublesDelta, fail, getMethod, getMethod, getMethod, ulpsDelta
public 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()