public class com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest extends com.oracle.truffle.llvm.tests.types.floating.LLVM80BitTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest
  super_class: com.oracle.truffle.llvm.tests.types.floating.LLVM80BitTest
{
  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.LLVM80BitFromBytesTest this
         0: .line 38
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.tests.types.floating.LLVM80BitTest.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromBytesTest;

  public void testMinusOne();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
         0: .line 42
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.minusOne:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getBytes:()[B
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromBytes:([B)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.minusOne:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 43
            return
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromBytesTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testOne();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
         0: .line 47
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.one:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getBytes:()[B
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromBytes:([B)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.one:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 48
            return
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromBytesTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testTwo();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
         0: .line 52
            ldc 2.0
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.val:(D)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getBytes:()[B
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromBytes:([B)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            iconst_2
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.val:(I)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 53
            return
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromBytesTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testZero();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
         0: .line 57
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.zero:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getBytes:()[B
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromBytes:([B)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.zero:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 58
            return
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromBytesTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testPositiveInfinity();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
         0: .line 62
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.positiveInfinity:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getBytes:()[B
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromBytes:([B)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.positiveInfinity:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 63
            return
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromBytesTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testNegativeInfinity();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
         0: .line 67
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.negativeInfinity:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getBytes:()[B
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromBytes:([B)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.negativeInfinity:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 68
            return
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromBytesTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testQNaN();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
         0: .line 72
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.nan:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getBytes:()[B
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromBytes:([B)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.nan:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 73
            return
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromBytesTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testPositiveValue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
         0: .line 77
            ldc 9.223372036854776E18
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.val:(D)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getBytes:()[B
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromBytes:([B)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            ldc 9.223372036854776E18
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.val:(D)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 78
            return
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromBytesTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testNegativeValue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
         0: .line 82
            ldc -9.223372036854776E18
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.val:(D)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getBytes:()[B
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromBytes:([B)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            ldc -9.223372036854776E18
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest.val:(D)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 83
            return
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromBytesTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromBytesTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "LLVM80BitFromBytesTest.java"