private static class IncrementDecrementMacroTest.IncrementCodeGenTest extends Object implements AssemblerTest.CodeGenTest
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
value |
| Constructor and Description |
|---|
IncrementCodeGenTest(int value) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
generateCode(CompilationResult compResult,
TargetDescription target,
RegisterConfig registerConfig,
CallingConvention cc) |
final int value
public IncrementCodeGenTest(int value)
public byte[] generateCode(CompilationResult compResult, TargetDescription target, RegisterConfig registerConfig, CallingConvention cc)
generateCode in interface AssemblerTest.CodeGenTest