Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (93)

Sur d’autres sites (16719)

  • x86inc : Preserve arguments when allocating stack space

    21 janvier 2016, par Henrik Gramner
    x86inc : Preserve arguments when allocating stack space
    

    When allocating stack space with a larger alignment than the known stack
    alignment a temporary register is used for storing the stack pointer.
    Ensure that this isn’t one of the registers used for passing arguments.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavutil/x86/x86inc.asm
  • x86inc : Preserve arguments when allocating stack space

    12 octobre 2015, par Henrik Gramner
    x86inc : Preserve arguments when allocating stack space
    

    When allocating stack space with a larger alignment than the known stack
    alignment a temporary register is used for storing the stack pointer.
    Ensure that this isn’t one of the registers used for passing arguments.

    • [DH] libavutil/x86/x86inc.asm
  • x86inc : Preserve arguments when allocating stack space

    12 octobre 2015, par Henrik Gramner
    x86inc : Preserve arguments when allocating stack space
    

    When allocating stack space with a larger alignment than the known stack
    alignment a temporary register is used for storing the stack pointer.
    Ensure that this isn’t one of the registers used for passing arguments.

    • [DH] common/x86/x86inc.asm