public class org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode extends org.graalvm.compiler.nodes.memory.address.AddressNode implements org.graalvm.compiler.nodes.spi.LIRLowerable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode
  super_class: org.graalvm.compiler.nodes.memory.address.AddressNode
{
  public static final org.graalvm.compiler.graph.NodeClass<org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode> TYPE;
    descriptor: Lorg/graalvm/compiler/graph/NodeClass;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lorg/graalvm/compiler/graph/NodeClass<Lorg/graalvm/compiler/core/sparc/SPARCIndexedAddressNode;>;

  private org.graalvm.compiler.nodes.ValueNode base;
    descriptor: Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$Input()

  private org.graalvm.compiler.nodes.ValueNode index;
    descriptor: Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.graph.Node$Input()

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 46
            ldc Lorg/graalvm/compiler/core/sparc/SPARCIndexedAddressNode;
            invokestatic org.graalvm.compiler.graph.NodeClass.create:(Ljava/lang/Class;)Lorg/graalvm/compiler/graph/NodeClass;
            putstatic org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.graalvm.compiler.nodes.ValueNode, org.graalvm.compiler.nodes.ValueNode);
    descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/ValueNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode this
        start local 1 // org.graalvm.compiler.nodes.ValueNode base
        start local 2 // org.graalvm.compiler.nodes.ValueNode index
         0: .line 52
            aload 0 /* this */
            getstatic org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            invokespecial org.graalvm.compiler.nodes.memory.address.AddressNode.<init>:(Lorg/graalvm/compiler/graph/NodeClass;)V
         1: .line 53
            aload 0 /* this */
            aload 1 /* base */
            putfield org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode.base:Lorg/graalvm/compiler/nodes/ValueNode;
         2: .line 54
            aload 0 /* this */
            aload 2 /* index */
            putfield org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode.index:Lorg/graalvm/compiler/nodes/ValueNode;
         3: .line 55
            return
        end local 2 // org.graalvm.compiler.nodes.ValueNode index
        end local 1 // org.graalvm.compiler.nodes.ValueNode base
        end local 0 // org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/graalvm/compiler/core/sparc/SPARCIndexedAddressNode;
            0    4     1   base  Lorg/graalvm/compiler/nodes/ValueNode;
            0    4     2  index  Lorg/graalvm/compiler/nodes/ValueNode;
    MethodParameters:
       Name  Flags
      base   
      index  

  public void generate(org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool);
    descriptor: (Lorg/graalvm/compiler/nodes/spi/NodeLIRBuilderTool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode this
        start local 1 // org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool gen
         0: .line 59
            aload 1 /* gen */
            invokeinterface org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool.getLIRGeneratorTool:()Lorg/graalvm/compiler/lir/gen/LIRGeneratorTool;
            checkcast org.graalvm.compiler.core.sparc.SPARCLIRGenerator
            astore 2 /* tool */
        start local 2 // org.graalvm.compiler.core.sparc.SPARCLIRGenerator tool
         1: .line 61
            aload 2 /* tool */
            aload 1 /* gen */
            aload 0 /* this */
            getfield org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode.base:Lorg/graalvm/compiler/nodes/ValueNode;
            invokeinterface org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool.operand:(Lorg/graalvm/compiler/graph/Node;)Ljdk/vm/ci/meta/Value;
            invokevirtual org.graalvm.compiler.core.sparc.SPARCLIRGenerator.asAllocatable:(Ljdk/vm/ci/meta/Value;)Ljdk/vm/ci/meta/AllocatableValue;
            astore 3 /* baseValue */
        start local 3 // jdk.vm.ci.meta.AllocatableValue baseValue
         2: .line 62
            aload 2 /* tool */
            aload 1 /* gen */
            aload 0 /* this */
            getfield org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode.index:Lorg/graalvm/compiler/nodes/ValueNode;
            invokeinterface org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool.operand:(Lorg/graalvm/compiler/graph/Node;)Ljdk/vm/ci/meta/Value;
            invokevirtual org.graalvm.compiler.core.sparc.SPARCLIRGenerator.asAllocatable:(Ljdk/vm/ci/meta/Value;)Ljdk/vm/ci/meta/AllocatableValue;
            astore 4 /* indexValue */
        start local 4 // jdk.vm.ci.meta.AllocatableValue indexValue
         3: .line 64
            aload 3 /* baseValue */
            invokestatic org.graalvm.compiler.core.common.LIRKind.derivedBaseFromValue:(Ljdk/vm/ci/meta/AllocatableValue;)Ljdk/vm/ci/meta/AllocatableValue;
            astore 5 /* baseReference */
        start local 5 // jdk.vm.ci.meta.AllocatableValue baseReference
         4: .line 65
            aload 4 /* indexValue */
            invokestatic org.graalvm.compiler.core.common.LIRKind.derivedBaseFromValue:(Ljdk/vm/ci/meta/AllocatableValue;)Ljdk/vm/ci/meta/AllocatableValue;
            astore 6 /* indexReference */
        start local 6 // jdk.vm.ci.meta.AllocatableValue indexReference
         5: .line 67
            aload 2 /* tool */
            aload 0 /* this */
            getstatic org.graalvm.compiler.nodes.NodeView.DEFAULT:Lorg/graalvm/compiler/nodes/NodeView;
            invokevirtual org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode.stamp:(Lorg/graalvm/compiler/nodes/NodeView;)Lorg/graalvm/compiler/core/common/type/Stamp;
            invokevirtual org.graalvm.compiler.core.sparc.SPARCLIRGenerator.getLIRKind:(Lorg/graalvm/compiler/core/common/type/Stamp;)Lorg/graalvm/compiler/core/common/LIRKind;
            aload 5 /* baseReference */
            aload 6 /* indexReference */
            invokestatic org.graalvm.compiler.core.common.LIRKind.combineDerived:(Lorg/graalvm/compiler/core/common/LIRKind;Ljdk/vm/ci/meta/AllocatableValue;Ljdk/vm/ci/meta/AllocatableValue;)Lorg/graalvm/compiler/core/common/LIRKind;
            astore 7 /* kind */
        start local 7 // org.graalvm.compiler.core.common.LIRKind kind
         6: .line 68
            aload 1 /* gen */
            aload 0 /* this */
            new org.graalvm.compiler.lir.sparc.SPARCIndexedAddressValue
            dup
            aload 7 /* kind */
            aload 3 /* baseValue */
            aload 4 /* indexValue */
            invokespecial org.graalvm.compiler.lir.sparc.SPARCIndexedAddressValue.<init>:(Ljdk/vm/ci/meta/ValueKind;Ljdk/vm/ci/meta/AllocatableValue;Ljdk/vm/ci/meta/AllocatableValue;)V
            invokeinterface org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool.setResult:(Lorg/graalvm/compiler/nodes/ValueNode;Ljdk/vm/ci/meta/Value;)Ljdk/vm/ci/meta/Value;
            pop
         7: .line 69
            return
        end local 7 // org.graalvm.compiler.core.common.LIRKind kind
        end local 6 // jdk.vm.ci.meta.AllocatableValue indexReference
        end local 5 // jdk.vm.ci.meta.AllocatableValue baseReference
        end local 4 // jdk.vm.ci.meta.AllocatableValue indexValue
        end local 3 // jdk.vm.ci.meta.AllocatableValue baseValue
        end local 2 // org.graalvm.compiler.core.sparc.SPARCLIRGenerator tool
        end local 1 // org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool gen
        end local 0 // org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lorg/graalvm/compiler/core/sparc/SPARCIndexedAddressNode;
            0    8     1             gen  Lorg/graalvm/compiler/nodes/spi/NodeLIRBuilderTool;
            1    8     2            tool  Lorg/graalvm/compiler/core/sparc/SPARCLIRGenerator;
            2    8     3       baseValue  Ljdk/vm/ci/meta/AllocatableValue;
            3    8     4      indexValue  Ljdk/vm/ci/meta/AllocatableValue;
            4    8     5   baseReference  Ljdk/vm/ci/meta/AllocatableValue;
            5    8     6  indexReference  Ljdk/vm/ci/meta/AllocatableValue;
            6    8     7            kind  Lorg/graalvm/compiler/core/common/LIRKind;
    MethodParameters:
      Name  Flags
      gen   

  public org.graalvm.compiler.nodes.ValueNode getBase();
    descriptor: ()Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode this
         0: .line 73
            aload 0 /* this */
            getfield org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode.base:Lorg/graalvm/compiler/nodes/ValueNode;
            areturn
        end local 0 // org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/sparc/SPARCIndexedAddressNode;

  public void setBase(org.graalvm.compiler.nodes.ValueNode);
    descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode this
        start local 1 // org.graalvm.compiler.nodes.ValueNode base
         0: .line 77
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode.base:Lorg/graalvm/compiler/nodes/ValueNode;
            aload 1 /* base */
            invokevirtual org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode.updateUsages:(Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;)V
         1: .line 78
            aload 0 /* this */
            aload 1 /* base */
            putfield org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode.base:Lorg/graalvm/compiler/nodes/ValueNode;
         2: .line 79
            return
        end local 1 // org.graalvm.compiler.nodes.ValueNode base
        end local 0 // org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/core/sparc/SPARCIndexedAddressNode;
            0    3     1  base  Lorg/graalvm/compiler/nodes/ValueNode;
    MethodParameters:
      Name  Flags
      base  

  public org.graalvm.compiler.nodes.ValueNode getIndex();
    descriptor: ()Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode this
         0: .line 83
            aload 0 /* this */
            getfield org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode.index:Lorg/graalvm/compiler/nodes/ValueNode;
            areturn
        end local 0 // org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/sparc/SPARCIndexedAddressNode;

  public void setIndex(org.graalvm.compiler.nodes.ValueNode);
    descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode this
        start local 1 // org.graalvm.compiler.nodes.ValueNode index
         0: .line 87
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode.index:Lorg/graalvm/compiler/nodes/ValueNode;
            aload 1 /* index */
            invokevirtual org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode.updateUsages:(Lorg/graalvm/compiler/graph/Node;Lorg/graalvm/compiler/graph/Node;)V
         1: .line 88
            aload 0 /* this */
            aload 1 /* index */
            putfield org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode.index:Lorg/graalvm/compiler/nodes/ValueNode;
         2: .line 89
            return
        end local 1 // org.graalvm.compiler.nodes.ValueNode index
        end local 0 // org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/graalvm/compiler/core/sparc/SPARCIndexedAddressNode;
            0    3     1  index  Lorg/graalvm/compiler/nodes/ValueNode;
    MethodParameters:
       Name  Flags
      index  

  public long getMaxConstantDisplacement();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode this
         0: .line 93
            ldc 9223372036854775807
            lreturn
        end local 0 // org.graalvm.compiler.core.sparc.SPARCIndexedAddressNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/sparc/SPARCIndexedAddressNode;
}
SourceFile: "SPARCIndexedAddressNode.java"
InnerClasses:
  public abstract Input = org.graalvm.compiler.graph.Node$Input of org.graalvm.compiler.graph.Node
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.nodeinfo.NodeInfo()