Skip to content

Store instruction checks #9

@openpower-gitea-migrator

Description

@openpower-gitea-migrator

Originally Gitea issue #9 by jfng (gitea) on 2022-04-11


Store instruction checks

Instructions

D-form:

  • stb
  • stbu
  • sth
  • sthu
  • stw
  • stwu

DS-form:

  • std
  • stdu

MLS:D-form:

  • pstb
  • psth
  • pstw

8LS:D-form

  • pstd

X-form:

  • stbx
  • stbux
  • sthx
  • sthux
  • stwx
  • stwux
  • stdx
  • stux

Invalid forms

Prefixed Store:

  • (R == 1) and (RA != 0)

Store With Update:

  • RA == 0

GPR access

RA (read)

  • all if (RA != 0)

RA (write)

  • 'u' suffix (With Update)

RB (read)

  • X-form

RS (read)

  • all

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions