Search Results for

    Show / Hide Table of Contents

    Class PrototypeMemorySpecs

    Maps instruction prototypes to memory access specs.

    Inheritance
    object
    PrototypeMemorySpecs
    RuleBasedPrototypeMemorySpecs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.Compiler.Analysis
    Assembly: Flame.Compiler.dll
    Syntax
    public abstract class PrototypeMemorySpecs

    Methods

    | Edit this page View Source

    GetMemorySpecification(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 prototype.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX