This is a collection of Intel®’ IA32® Software Developer's Manuals (URL of the day) and AMD' AMD64 Architecture Programmer's Manual together with the related specifications, application notes, white papers, and change logs. The collection aims to keep all available revisions. It was originally created by Michal Necasek, see OS/2 Museum.

If you have a public document, related to the IA32® specifications and missing from the collection, please mail it to me. The content of this URL and all sub-ULRs is available for convenient bulk download by rsync x86docs password "" (empty).

Features - ARM Machine Readable Schema - 2.8

AARCHMRS Schema 2.8

↚ Home

Features object

The Features schema describes how to define dependencies in the architecture. To understand how a Features schema is used please see the Features userguide.

object

Properties Type Description
_meta Meta
See Meta for more information.
_type
Enum
Features
constraints Traits.HasConstraints

Globally defined constraints.

See definitions.constraints in Traits.HasConstraints for more information.
Examples
[
    {
        "_type": "AST.BinaryOp", 
        "left": {
            "_type": "AST.Identifier", 
            "value": "FEAT_A"
        }, 
        "op": "==>", 
        "right": {
            "_type": "AST.Identifier", 
            "value": "v8Ap2"
        }
    }, 
    {
        "_type": "AST.BinaryOp", 
        "left": {
            "_type": "AST.Identifier", 
            "value": "FEAT_A"
        }, 
        "op": "<=>", 
        "right": {
            "_type": "AST.BinaryOp", 
            "left": {
                "_type": "Types.Field", 
                "value": {
                    "state": "AArch64", 
                    "name": "IDREG", 
                    "field": "A"
                }
            }, 
            "op": "==", 
            "right": {
                "_type": "Values.Value", 
                "value": "'0001'"
            }
        }
    }
]
parameters Parameterset

List of parameters used to facilitate Architecture configurability.

See Parameterset for more information.
Examples
[
    {
        "_type": "Parameters.Boolean", 
        "name": "v8Ap1"
    }, 
    {
        "_type": "Parameters.Boolean", 
        "name": "v8Ap2"
    }, 
    {
        "_type": "Parameters.Boolean", 
        "name": "FEAT_A", 
        "constraints": [
            {
                "_type": "AST.BinaryOp", 
                "left": {
                    "_type": "AST.Identifier", 
                    "value": "FEAT_A"
                }, 
                "op": "==>", 
                "right": {
                    "_type": "AST.Identifier", 
                    "value": "v8Ap2"
                }
            }, 
            {
                "_type": "AST.BinaryOp", 
                "left": {
                    "_type": "AST.Identifier", 
                    "value": "FEAT_A"
                }, 
                "op": "<=>", 
                "right": {
                    "_type": "AST.BinaryOp", 
                    "left": {
                        "_type": "Types.Field", 
                        "value": {
                            "state": "AArch64", 
                            "name": "IDREG", 
                            "field": "A"
                        }
                    }, 
                    "op": "==", 
                    "right": {
                        "_type": "Values.Value", 
                        "value": "'0001'"
                    }
                }
            }
        ]
    }
]
Additional Properties
Not Allowed
◊ Required
Properties marked with ◊ are required properties.

Schema http://json-schema.org/draft-04/schema#

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "info": [
    [
      "The $(Features) schema describes how to define dependencies in the architecture.",
      "To understand how a $(Features) schema is used please see [the Features userguide](./userguide/features.html)."
    ]
  ],
  "properties": {
    "_meta": {
      "$ref": "Meta.json"
    },
    "_type": {
      "enum": [
        "Features"
      ]
    },
    "parameters": {
      "info": [
        "List of parameters used to facilitate Architecture configurability."
      ],
      "$ref": "Parameterset.json",
      "examples": [
        [
          {
            "_type": "Parameters.Boolean",
            "name": "v8Ap1"
          },
          {
            "_type": "Parameters.Boolean",
            "name": "v8Ap2"
          },
          {
            "_type": "Parameters.Boolean",
            "name": "FEAT_A",
            "constraints": [
              {
                "_type": "AST.BinaryOp",
                "left": {
                  "_type": "AST.Identifier",
                  "value": "FEAT_A"
                },
                "op": "==>",
                "right": {
                  "_type": "AST.Identifier",
                  "value": "v8Ap2"
                }
              },
              {
                "_type": "AST.BinaryOp",
                "left": {
                  "_type": "AST.Identifier",
                  "value": "FEAT_A"
                },
                "op": "<=>",
                "right": {
                  "_type": "AST.BinaryOp",
                  "left": {
                    "_type": "Types.Field",
                    "value": {
                      "state": "AArch64",
                      "name": "IDREG",
                      "field": "A"
                    }
                  },
                  "op": "==",
                  "right": {
                    "_type": "Values.Value",
                    "value": "'0001'"
                  }
                }
              }
            ]
          }
        ]
      ]
    },
    "constraints": {
      "$ref": "Traits/HasConstraints.json#/definitions/constraints",
      "info": [
        "Globally defined constraints."
      ],
      "examples": [
        [
          {
            "_type": "AST.BinaryOp",
            "left": {
              "_type": "AST.Identifier",
              "value": "FEAT_A"
            },
            "op": "==>",
            "right": {
              "_type": "AST.Identifier",
              "value": "v8Ap2"
            }
          },
          {
            "_type": "AST.BinaryOp",
            "left": {
              "_type": "AST.Identifier",
              "value": "FEAT_A"
            },
            "op": "<=>",
            "right": {
              "_type": "AST.BinaryOp",
              "left": {
                "_type": "Types.Field",
                "value": {
                  "state": "AArch64",
                  "name": "IDREG",
                  "field": "A"
                }
              },
              "op": "==",
              "right": {
                "_type": "Values.Value",
                "value": "'0001'"
              }
            }
          }
        ]
      ]
    }
  },
  "title": "Features",
  "type": "object",
  "additionalProperties": false
}