Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content
  • Christoph Mallon's avatar
    ia32: Rename nodes to match the spelling of the assembler. · ac89f32b
    Christoph Mallon authored
    Prefetch0 -> PrefetchT0
    Prefetch1 -> PrefetchT1
    Prefetch2 -> PrefetchT2
    Ucomi     -> Ucomis
    xAdd      -> Adds
    xAnd      -> Andp
    xAndNot   -> Andnp
    xDiv      -> Divs
    xMax      -> Maxs
    xMin      -> Mins
    xMovd     -> Movd
    xMul      -> Muls
    xOr       -> Orp
    xPslld    -> Pslld
    xPsllq    -> Psllq
    xPsrld    -> Psrld
    xSub      -> Subs
    xXor      -> Xorp
    ac89f32b