public class org.graalvm.compiler.hotspot.amd64.test.BmiBlsi extends org.graalvm.compiler.hotspot.amd64.test.BmiCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.amd64.test.BmiBlsi
  super_class: org.graalvm.compiler.hotspot.amd64.test.BmiCompilerTest
{
  private final byte[] instrMask;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] instrPattern;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.amd64.test.BmiBlsi this
         0: .line 33
            aload 0 /* this */
            invokespecial org.graalvm.compiler.hotspot.amd64.test.BmiCompilerTest.<init>:()V
         1: .line 35
            aload 0 /* this */
            iconst_5
            newarray 8
            dup
            iconst_0
         2: .line 36
            iconst_m1
            bastore
            dup
            iconst_1
         3: .line 37
            bipush 31
            bastore
            dup
            iconst_3
         4: .line 39
            iconst_m1
            bastore
            dup
            iconst_4
         5: .line 40
            bipush 56
            bastore
            putfield org.graalvm.compiler.hotspot.amd64.test.BmiBlsi.instrMask:[B
         6: .line 41
            aload 0 /* this */
            iconst_5
            newarray 8
            dup
            iconst_0
         7: .line 42
            bipush -60
            bastore
            dup
            iconst_1
         8: .line 43
            iconst_2
            bastore
            dup
            iconst_3
         9: .line 45
            bipush -13
            bastore
            dup
            iconst_4
        10: .line 46
            bipush 24
            bastore
            putfield org.graalvm.compiler.hotspot.amd64.test.BmiBlsi.instrPattern:[B
        11: .line 33
            return
        end local 0 // org.graalvm.compiler.hotspot.amd64.test.BmiBlsi this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/graalvm/compiler/hotspot/amd64/test/BmiBlsi;

  public int blsii(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.amd64.test.BmiBlsi this
        start local 1 // int n1
         0: .line 49
            iload 1 /* n1 */
            iload 1 /* n1 */
            ineg
            iand
            ireturn
        end local 1 // int n1
        end local 0 // org.graalvm.compiler.hotspot.amd64.test.BmiBlsi this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/amd64/test/BmiBlsi;
            0    1     1    n1  I
    MethodParameters:
      Name  Flags
      n1    

  public long blsil(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.amd64.test.BmiBlsi this
        start local 1 // long n1
         0: .line 53
            lload 1 /* n1 */
            lload 1 /* n1 */
            lneg
            land
            lreturn
        end local 1 // long n1
        end local 0 // org.graalvm.compiler.hotspot.amd64.test.BmiBlsi this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/amd64/test/BmiBlsi;
            0    1     1    n1  J
    MethodParameters:
      Name  Flags
      n1    

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

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

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

  public void test4();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.amd64.test.BmiBlsi 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.hotspot.amd64.test.BmiBlsi this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/amd64/test/BmiBlsi;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "BmiBlsi.java"