Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emul_ppc.cpp: complete instruction set (2) #107

Closed
74 tasks
retokromer opened this issue Mar 30, 2019 · 3 comments
Closed
74 tasks

emul_ppc.cpp: complete instruction set (2) #107

retokromer opened this issue Mar 30, 2019 · 3 comments

Comments

@retokromer
Copy link
Contributor

retokromer commented Mar 30, 2019

Complete PowerPC instructions set

Instructions to add

  • addme
  • addmeo
  • addze
  • addzeo
  • dcbst
  • dcbt
  • dcbtst
  • divwuo
  • fabs
  • fadd
  • fadds
  • fcmpo
  • fcmpu
  • fctiw
  • fctiwz
  • fdiv
  • fdivs
  • fmadd
  • fmadds
  • fmr
  • fmsub
  • fmsubs
  • fmul
  • fmuls
  • fnabs
  • fneg
  • fnmadd
  • fnmadds
  • fnmsub
  • fnmsubs
  • fres
  • frsp
  • frsqrte
  • fsel
  • fsqrt
  • fsqrts
  • fsub
  • fsubs
  • lfdu
  • lfdux
  • lfdx
  • lfs
  • lfsu
  • lfsux
  • lfsx
  • lhbrx
  • lwbrx
  • mcrfs
  • mcrxr
  • mtfsb0
  • mtfsb1
  • mtfsfi
  • mulhwu
  • mullwo
  • nego
  • sc
  • stfdu
  • stfdux
  • stfdx
  • stfs
  • stfsu
  • stfsux
  • stfsx
  • sthbrx
  • stwbrx
  • subfo
  • subfme
  • subfmeo
  • subfze
  • subfzeo
  • tw
  • twi

Instructions to check

  • crxor
  • creqv

Reference

https://github.com/emaculation/SheepShaver/blob/d7c8d527a9471a18f15ff55c57e2222290ac28d8/src/emul_ppc/emul_ppc.cpp#L21-L99

@ianfixes
Copy link
Member

ianfixes commented Mar 31, 2019 via email

@retokromer
Copy link
Contributor Author

No, only the raw text is copied without any formatting. It’s not an urgent matter on my end, because I’m leaving and for the coming two weeks I’ll work out of office.

@ianfixes
Copy link
Member

updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants