public class org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest extends org.graalvm.compiler.test.GraalTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest
  super_class: org.graalvm.compiler.test.GraalTest
{
  private static final int invalidInstructionCode;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
         0: .line 43
            aload 0 /* this */
            invokespecial org.graalvm.compiler.test.GraalTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64InstructionEncodingTest;

  public void checkAArch64();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
         0: .line 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBefore cannot be resolved to a type\n\tThe method assumeTrue(String, boolean) is undefined for the type AArch64InstructionEncodingTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64InstructionEncodingTest;
    RuntimeInvisibleAnnotations: 
      Before()

  private void assertWrapper(org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest$AArch64InstructionEncodingTestCase);
    descriptor: (Lorg/graalvm/compiler/asm/aarch64/test/AArch64InstructionEncodingTest$AArch64InstructionEncodingTestCase;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
        start local 1 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest$AArch64InstructionEncodingTestCase testCase
         0: .line 100
            aload 0 /* this */
            aload 1 /* testCase */
            invokevirtual org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest$AArch64InstructionEncodingTestCase.getActual:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 1 /* testCase */
            invokevirtual org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest$AArch64InstructionEncodingTestCase.getExpected:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest.assertDeepEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 101
            return
        end local 1 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest$AArch64InstructionEncodingTestCase testCase
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64InstructionEncodingTest;
            0    2     1  testCase  Lorg/graalvm/compiler/asm/aarch64/test/AArch64InstructionEncodingTest$AArch64InstructionEncodingTestCase;
    MethodParameters:
          Name  Flags
      testCase  

  public void testCnt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
         0: .line 103
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64InstructionEncodingTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testCntWithInvalidDataSize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
         0: .line 109
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64InstructionEncodingTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testAddv();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
         0: .line 115
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64InstructionEncodingTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testAddvWithInvalidSizeLaneCombo();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
         0: .line 124
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64InstructionEncodingTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testAddvWithInvalidDataSize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
         0: .line 130
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64InstructionEncodingTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testAddvWithInvalidLane();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
         0: .line 136
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64InstructionEncodingTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testUmov();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
         0: .line 142
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64InstructionEncodingTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testUmovInvalidSrcIdx();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
         0: .line 157
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64InstructionEncodingTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testUmovInvalidDataSize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
         0: .line 163
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64InstructionEncodingTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "AArch64InstructionEncodingTest.java"
NestMembers:
  org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest$AArch64InstructionEncodingTestCase  org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest$AddvEncodingTestCase  org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest$CntEncodingTestCase  org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest$UmovEncodingTestCase
InnerClasses:
  private abstract AArch64InstructionEncodingTestCase = org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest$AArch64InstructionEncodingTestCase of org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest
  private AddvEncodingTestCase = org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest$AddvEncodingTestCase of org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest
  private CntEncodingTestCase = org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest$CntEncodingTestCase of org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest
  private UmovEncodingTestCase = org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest$UmovEncodingTestCase of org.graalvm.compiler.asm.aarch64.test.AArch64InstructionEncodingTest