public class com.oracle.truffle.llvm.tests.types.floating.LLVM80BitMixedTests 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.LLVM80BitMixedTests
  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.LLVM80BitMixedTests 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.LLVM80BitMixedTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitMixedTests;

  public void testMinusOneDoubleToLong();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitMixedTests this
         0: .line 42
            ldc -1.0
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromDouble:(D)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getLongValue:()J
            lstore 1 /* oneLong */
        start local 1 // long oneLong
         1: .line 43
            ldc -1
            lload 1 /* oneLong */
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 44
            return
        end local 1 // long oneLong
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitMixedTests this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitMixedTests;
            1    3     1  oneLong  J
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testMinusOneLongToDouble();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitMixedTests this
         0: .line 48
            ldc -1
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromLong:(J)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getDoubleValue:()D
            dstore 1 /* oneLong */
        start local 1 // double oneLong
         1: .line 49
            ldc -1.0
            dload 1 /* oneLong */
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitMixedTests.assertBitEquals:(DD)V
         2: .line 50
            return
        end local 1 // double oneLong
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitMixedTests this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitMixedTests;
            1    3     1  oneLong  D
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "LLVM80BitMixedTests.java"