Package org.robovm.compiler.llvm
Class FloatingPointBinaryInstruction
java.lang.Object
org.robovm.compiler.llvm.Instruction
org.robovm.compiler.llvm.BinaryOpInstruction
org.robovm.compiler.llvm.FloatingPointBinaryInstruction
- All Implemented Interfaces:
Writable
public abstract class FloatingPointBinaryInstruction extends BinaryOpInstruction
- Version:
- $Id$
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.compiler.llvm.Writable
Writable.Provider -
Field Summary
Fields inherited from class org.robovm.compiler.llvm.BinaryOpInstruction
op1, op2, result -
Constructor Summary
Constructors Modifier Constructor Description protectedFloatingPointBinaryInstruction(String name, Variable result, Value op1, Value op2) -
Method Summary
Methods inherited from class org.robovm.compiler.llvm.BinaryOpInstruction
getReadsFrom, getWritesToMethods inherited from class org.robovm.compiler.llvm.Instruction
addMetadata, attach, getAttachment, getAttachments, getBasicBlock, getBranchTargets, getMetadata
-
Constructor Details
-
FloatingPointBinaryInstruction
-
-
Method Details
-
write
- Throws:
IOException
-
toString
-