public class org.graalvm.compiler.replacements.amd64.AMD64ConvertSnippets implements org.graalvm.compiler.replacements.Snippets
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.replacements.amd64.AMD64ConvertSnippets
  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 // org.graalvm.compiler.replacements.amd64.AMD64ConvertSnippets this
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.replacements.amd64.AMD64ConvertSnippets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/amd64/AMD64ConvertSnippets;

  public static int f2i(float, int);
    descriptor: (FI)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // float input
        start local 1 // int result
         0: .line 66
            ldc 0.010000000000000009
            iload 1 /* result */
            ldc -2147483648
            if_icmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: double
         1: iconst_0
      StackMap locals: float int
      StackMap stack: double int
         2: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 7
         3: .line 67
            fload 0 /* input */
            invokestatic java.lang.Float.isNaN:(F)Z
            ifeq 5
         4: .line 69
            iconst_0
            ireturn
         5: .line 70
      StackMap locals:
      StackMap stack:
            fload 0 /* input */
            fconst_0
            fcmpl
            ifle 7
         6: .line 72
            ldc 2147483647
            ireturn
         7: .line 75
      StackMap locals:
      StackMap stack:
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // float input
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0   input  F
            0    8     1  result  I
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    MethodParameters:
        Name  Flags
      input   
      result  

  public static long f2l(float, long);
    descriptor: (FJ)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // float input
        start local 1 // long result
         0: .line 91
            ldc 0.010000000000000009
            lload 1 /* result */
            ldc -9223372036854775808
            lcmp
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: double
         1: iconst_0
      StackMap locals: float long
      StackMap stack: double int
         2: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 7
         3: .line 92
            fload 0 /* input */
            invokestatic java.lang.Float.isNaN:(F)Z
            ifeq 5
         4: .line 94
            lconst_0
            lreturn
         5: .line 95
      StackMap locals:
      StackMap stack:
            fload 0 /* input */
            fconst_0
            fcmpl
            ifle 7
         6: .line 97
            ldc 9223372036854775807
            lreturn
         7: .line 100
      StackMap locals:
      StackMap stack:
            lload 1 /* result */
            lreturn
        end local 1 // long result
        end local 0 // float input
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0   input  F
            0    8     1  result  J
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    MethodParameters:
        Name  Flags
      input   
      result  

  public static int d2i(double, int);
    descriptor: (DI)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // double input
        start local 2 // int result
         0: .line 116
            ldc 0.010000000000000009
            iload 2 /* result */
            ldc -2147483648
            if_icmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: double
         1: iconst_0
      StackMap locals: double int
      StackMap stack: double int
         2: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 7
         3: .line 117
            dload 0 /* input */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 5
         4: .line 119
            iconst_0
            ireturn
         5: .line 120
      StackMap locals:
      StackMap stack:
            dload 0 /* input */
            dconst_0
            dcmpl
            ifle 7
         6: .line 122
            ldc 2147483647
            ireturn
         7: .line 125
      StackMap locals:
      StackMap stack:
            iload 2 /* result */
            ireturn
        end local 2 // int result
        end local 0 // double input
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0   input  D
            0    8     2  result  I
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    MethodParameters:
        Name  Flags
      input   
      result  

  public static long d2l(double, long);
    descriptor: (DJ)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // double input
        start local 2 // long result
         0: .line 141
            ldc 0.010000000000000009
            lload 2 /* result */
            ldc -9223372036854775808
            lcmp
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: double
         1: iconst_0
      StackMap locals: double long
      StackMap stack: double int
         2: invokestatic org.graalvm.compiler.nodes.extended.BranchProbabilityNode.probability:(DZ)Z
            ifeq 7
         3: .line 142
            dload 0 /* input */
            invokestatic java.lang.Double.isNaN:(D)Z
            ifeq 5
         4: .line 144
            lconst_0
            lreturn
         5: .line 145
      StackMap locals:
      StackMap stack:
            dload 0 /* input */
            dconst_0
            dcmpl
            ifle 7
         6: .line 147
            ldc 9223372036854775807
            lreturn
         7: .line 150
      StackMap locals:
      StackMap stack:
            lload 2 /* result */
            lreturn
        end local 2 // long result
        end local 0 // double input
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0   input  D
            0    8     2  result  J
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.api.replacements.Snippet()
    MethodParameters:
        Name  Flags
      input   
      result  
}
SourceFile: "AMD64ConvertSnippets.java"
NestMembers:
  org.graalvm.compiler.replacements.amd64.AMD64ConvertSnippets$Templates
InnerClasses:
  public Templates = org.graalvm.compiler.replacements.amd64.AMD64ConvertSnippets$Templates of org.graalvm.compiler.replacements.amd64.AMD64ConvertSnippets