dmd.backend.iasm

Declarations for ptrntab.d, the instruction tables for the inline assembler.

Authors

Mike Cote, John Micco, Walter Bright,

Source: backend/iasm.d

  • Declaration

    enum int _modrm;

  • Declaration

    alias opflag_t = uint;

  • Declaration

    nothrow @nogc opflag_t CONSTRUCT_FLAGS(uint uSizemask, uint aopty, uint amod, uint uRegmask);

    FLAGS /////////////////////////////////////

  • Declaration

    nothrow @nogc OpndSize getOpndSize(opflag_t us);

    Extract OpndSize from opflag_t.