public class com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest 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.LLVM80BitGetByteTest
  super_class: com.oracle.truffle.llvm.tests.types.floating.LLVM80BitTest
{
  private static final int NR_RANDOM_NUMBERS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10000

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

  public void testPositiveInfinty();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest this
         0: .line 46
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest.positiveInfinity:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getByteValue:()B
            istore 1 /* positiveInfity */
        start local 1 // int positiveInfity
         1: .line 47
            lconst_0
            iload 1 /* positiveInfity */
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 48
            return
        end local 1 // int positiveInfity
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetByteTest;
            1    3     1  positiveInfity  I
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testNegativeInfinty();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest this
         0: .line 52
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest.negativeInfinity:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getByteValue:()B
            istore 1 /* negativeInfinity */
        start local 1 // int negativeInfinity
         1: .line 53
            lconst_0
            iload 1 /* negativeInfinity */
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 54
            return
        end local 1 // int negativeInfinity
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetByteTest;
            1    3     1  negativeInfinity  I
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testQNAN();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest this
         0: .line 58
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest.nan:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getByteValue:()B
            istore 1 /* nan */
        start local 1 // int nan
         1: .line 59
            lconst_0
            iload 1 /* nan */
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 60
            return
        end local 1 // int nan
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetByteTest;
            1    3     1   nan  I
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testZero();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest this
         0: .line 64
            iconst_0
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromByte:(B)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getByteValue:()B
            istore 1 /* zero */
        start local 1 // int zero
         1: .line 65
            lconst_0
            iload 1 /* zero */
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 66
            return
        end local 1 // int zero
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetByteTest;
            1    3     1  zero  I
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testOne();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest this
         0: .line 70
            iconst_1
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromByte:(B)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getByteValue:()B
            istore 1 /* one */
        start local 1 // int one
         1: .line 71
            lconst_1
            iload 1 /* one */
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 72
            return
        end local 1 // int one
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetByteTest;
            1    3     1   one  I
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testMinusOne();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest this
         0: .line 76
            iconst_m1
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromByte:(B)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getByteValue:()B
            istore 1 /* oneInt */
        start local 1 // int oneInt
         1: .line 77
            ldc -1
            iload 1 /* oneInt */
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 78
            return
        end local 1 // int oneInt
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetByteTest;
            1    3     1  oneInt  I
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testRandomInt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest this
         0: .line 82
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 8
         2: .line 83
      StackMap locals: int
      StackMap stack:
            iconst_1
            newarray 8
            astore 2 /* bytes */
        start local 2 // byte[] bytes
         3: .line 84
            invokestatic java.util.concurrent.ThreadLocalRandom.current:()Ljava/util/concurrent/ThreadLocalRandom;
            aload 2 /* bytes */
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextBytes:([B)V
         4: .line 85
            aload 2 /* bytes */
            iconst_0
            baload
            istore 3 /* nextByte */
        start local 3 // byte nextByte
         5: .line 86
            iload 3 /* nextByte */
            i2l
            iload 3 /* nextByte */
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromByte:(B)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getByteValue:()B
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         6: .line 87
            iload 3 /* nextByte */
            i2l
            iload 3 /* nextByte */
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromByte:(B)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getByteValue:()B
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        end local 3 // byte nextByte
        end local 2 // byte[] bytes
         7: .line 82
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 1 /* i */
            sipush 10000
            if_icmplt 2
        end local 1 // int i
         9: .line 89
            return
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetByteTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetByteTest;
            1    9     1         i  I
            3    7     2     bytes  [B
            5    7     3  nextByte  B
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "LLVM80BitGetByteTest.java"