Class PrototypeMemorySpecs
Maps instruction prototypes to memory access specs.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Flame.Compiler.Analysis
Assembly: Flame.Compiler.dll
Syntax
public abstract class PrototypeMemorySpecs
Methods
| Improve this Doc View SourceGetMemorySpecification(InstructionPrototype)
Gets the memory access specification for a particular instruction prototype.
Declaration
public abstract MemorySpecification GetMemorySpecification(InstructionPrototype prototype)
Parameters
Type | Name | Description |
---|---|---|
InstructionPrototype | prototype | The prototype to examine. |
Returns
Type | Description |
---|---|
MemorySpecification | A memory specification for |