public class org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest 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.AArch64MoveConstantTest
  super_class: org.graalvm.compiler.test.GraalTest
{
  private org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler masm;
    descriptor: Lorg/graalvm/compiler/asm/aarch64/AArch64MacroAssembler;
    flags: (0x0002) ACC_PRIVATE

  private org.graalvm.compiler.asm.aarch64.test.TestProtectedAssembler asm;
    descriptor: Lorg/graalvm/compiler/asm/aarch64/test/TestProtectedAssembler;
    flags: (0x0002) ACC_PRIVATE

  private jdk.vm.ci.code.Register dst;
    descriptor: Ljdk/vm/ci/code/Register;
    flags: (0x0002) ACC_PRIVATE

  private jdk.vm.ci.code.Register zr;
    descriptor: Ljdk/vm/ci/code/Register;
    flags: (0x0002) ACC_PRIVATE

  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.AArch64MoveConstantTest this
         0: .line 41
            aload 0 /* this */
            invokespecial org.graalvm.compiler.test.GraalTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;

  public void setupEnvironment();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBefore 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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Before()

  public void testMoveIntZero();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 61
            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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testMoveIntLogicalImm();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 68
            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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testMoveIntMinusOne();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 75
            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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testMoveIntHighZero();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 82
            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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testMoveIntLowZero();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 89
            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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testMoveIntHighNeg();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 96
            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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testMoveIntLowNeg();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest 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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testMoveIntCommon();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 110
            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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testMoveLongZero();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 121
            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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testMoveLongLogicalImm();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 128
            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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testMoveLongSignExtendedLogicalImm();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 135
            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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testMoveLongWithTwoZeros();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 143
            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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testMoveLongWithTwoNegs();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 151
            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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testMoveLongWithOneZero();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 159
            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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testMoveLongWithOneNeg();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 168
            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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testMoveLongCommon();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 177
            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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  private void compareAssembly();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 193
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method assertArrayEquals(byte[], byte[]) is undefined for the type AArch64MoveConstantTest\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;

  public void testConstantHexRepresentation();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest this
         0: .line 199
            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.AArch64MoveConstantTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/asm/aarch64/test/AArch64MoveConstantTest;
    RuntimeInvisibleAnnotations: 
      Test()

  private static void checkInt(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // int value
        start local 1 // java.lang.String hexString
         0: .line 221
            iload 0 /* value */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.String.toUpperCase:()Ljava/lang/String;
            aload 1 /* hexString */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            new java.lang.StringBuilder
            dup
            ldc "Expected: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* hexString */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest.assertTrue:(ZLjava/lang/String;[Ljava/lang/Object;)V
         1: .line 222
            return
        end local 1 // java.lang.String hexString
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0      value  I
            0    2     1  hexString  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      value      
      hexString  

  private static void checkLong(long, java.lang.String);
    descriptor: (JLjava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // long value
        start local 2 // java.lang.String hexString
         0: .line 225
            lload 0 /* value */
            invokestatic java.lang.Long.toHexString:(J)Ljava/lang/String;
            invokevirtual java.lang.String.toUpperCase:()Ljava/lang/String;
            aload 2 /* hexString */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            new java.lang.StringBuilder
            dup
            ldc "Expected: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* hexString */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic org.graalvm.compiler.asm.aarch64.test.AArch64MoveConstantTest.assertTrue:(ZLjava/lang/String;[Ljava/lang/Object;)V
         1: .line 226
            return
        end local 2 // java.lang.String hexString
        end local 0 // long value
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0      value  J
            0    2     2  hexString  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      value      
      hexString  
}
SourceFile: "AArch64MoveConstantTest.java"