public class com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromLongTest;

  public void testZero();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest this
         0: .line 42
            lconst_0
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromLong:(J)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 43
            iconst_0
            iconst_0
            lconst_0
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromRawValues:(ZIJ)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 2 /* expected */
        start local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
         2: .line 44
            aload 2 /* expected */
            aload 1 /* val */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 45
            return
        end local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromLongTest;
            1    4     1       val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            2    4     2  expected  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testOne();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest this
         0: .line 49
            lconst_1
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromLong:(J)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 50
            iconst_0
            sipush 16383
            lconst_1
            invokestatic java.lang.Long.reverse:(J)J
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromRawValues:(ZIJ)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 2 /* expected */
        start local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
         2: .line 51
            aload 2 /* expected */
            aload 1 /* val */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 52
            return
        end local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromLongTest;
            1    4     1       val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            2    4     2  expected  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testMinusOne();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest this
         0: .line 56
            ldc -1
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromLong:(J)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 57
            iconst_1
            sipush 16383
            ldc -9223372036854775808
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromRawValues:(ZIJ)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 2 /* expected */
        start local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
         2: .line 58
            aload 2 /* expected */
            aload 1 /* val */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 59
            return
        end local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromLongTest;
            1    4     1       val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            2    4     2  expected  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testRandom();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest this
         0: .line 63
            ldc 5467892342341
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromLong:(J)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 64
            iconst_0
            sipush 16425
            ldc -6979742712184438784
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromRawValues:(ZIJ)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 2 /* expected */
        start local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
         2: .line 65
            aload 2 /* expected */
            aload 1 /* val */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 66
            return
        end local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromLongTest;
            1    4     1       val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            2    4     2  expected  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testHighNegativeValue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest this
         0: .line 70
            ldc -9223372036854775808
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromLong:(J)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 71
            iconst_1
            sipush 16446
            ldc -9223372036854775808
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromRawValues:(ZIJ)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 2 /* expected */
        start local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
         2: .line 72
            aload 2 /* expected */
            aload 1 /* val */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 73
            return
        end local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromLongTest;
            1    4     1       val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            2    4     2  expected  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testMaxValue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest this
         0: .line 77
            ldc 9223372036854775807
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromLong:(J)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 78
            iconst_0
            sipush 16445
            ldc -2
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromRawValues:(ZIJ)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 2 /* expected */
        start local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
         2: .line 79
            aload 2 /* expected */
            aload 1 /* val */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 80
            return
        end local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromLongTest;
            1    4     1       val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            2    4     2  expected  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testMinValue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest this
         0: .line 84
            ldc -9223372036854775808
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromLong:(J)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 85
            iconst_1
            sipush 16446
            ldc -9223372036854775808
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromRawValues:(ZIJ)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 2 /* expected */
        start local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
         2: .line 86
            aload 2 /* expected */
            aload 1 /* val */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 87
            return
        end local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromLongTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromLongTest;
            1    4     1       val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            2    4     2  expected  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "LLVM80BitFromLongTest.java"