Inst
This is a product type introduced by defprod.
Fields
- mnemonic — mnemonic
- opcode — strict-opcode
- Opcode descriptor.
- operands — maybe-operands
- Description of operands; can be left empty if there are zero
operands.
- fn — fn-desc
- Partial call of the semantic function that implements this
opcode.
- excep — exception-desc
- Conditions for detecting certain decode-time exceptions; can
be left empty if there are no conditions to detect.
Subtopics
- Inst-fix
- Fixing function for inst structures.
- Make-inst
- Basic constructor macro for inst structures.
- Inst-equiv
- Basic equivalence relation for inst structures.
- Inst-p
- Recognizer for inst structures.
- Change-inst
- Modifying constructor for inst structures.
- Inst->operands
- Get the operands field from a inst.
- Inst->opcode
- Get the opcode field from a inst.
- Inst->mnemonic
- Get the mnemonic field from a inst.
- Inst->excep
- Get the excep field from a inst.
- Inst->fn
- Get the fn field from a inst.