index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
translate
/
vmx-impl.c.inc
Age
Commit message (
Expand
)
Author
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-05
target/ppc: use andc in vrlqmi
Matheus Ferst
2022-03-05
target/ppc: use extract/extract2 to create vrlqnm mask
Matheus Ferst
2022-03-05
target/ppc: use ext32u and deposit in do_vx_vmulhw_i64
Matheus Ferst
2022-03-05
target/ppc: Fix vmul[eo]* instructions marked 2.07
Lucas Mateus Castro (alqotel)
2022-03-02
target/ppc: Move vsel and vperm/vpermr to decodetree
Matheus Ferst
2022-03-02
target/ppc: implement vrlqmi
Matheus Ferst
2022-03-02
target/ppc: implement vrlqnm
Matheus Ferst
2022-03-02
target/ppc: implement vrlq
Matheus Ferst
2022-03-02
target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetree
Matheus Ferst
2022-03-02
target/ppc: move vrl[bhwd] to decodetree
Matheus Ferst
2022-03-02
target/ppc: implement vsraq
Matheus Ferst
2022-03-02
target/ppc: implement vsrq
Matheus Ferst
2022-03-02
target/ppc: implement vslq
Matheus Ferst
2022-03-02
target/ppc: move vs[lr][a][bhwd] to decodetree
Matheus Ferst
2022-03-02
target/ppc: implement vgnb
Matheus Ferst
2022-03-02
target/ppc: implement vcntmb[bhwd]
Matheus Ferst
2022-03-02
target/ppc: implement vclrrb
Matheus Ferst
2022-03-02
target/ppc: implement vclrlb
Matheus Ferst
2022-03-02
target/ppc: implement vstri[bh][lr]
Matheus Ferst
2022-03-02
target/ppc: Implement Vector Compare Quadword
Matheus Ferst
2022-03-02
target/ppc: Implement Vector Compare Greater Than Quadword
Matheus Ferst
2022-03-02
target/ppc: Implement Vector Compare Equal Quadword
Matheus Ferst
2022-03-02
target/ppc: Move Vector Compare Not Equal or Zero to decodetree
Matheus Ferst
2022-03-02
target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetree
Matheus Ferst
2022-03-02
target/ppc: Implement vextsd2q
Lucas Coutinho
2022-03-02
target/ppc: Move vexts[bhw]2[wd] to decodetree
Lucas Coutinho
2022-03-02
target/ppc: Implement vmsumudm instruction
Víctor Colombo
2022-03-02
target/ppc: Implement vmsumcud instruction
Víctor Colombo
2022-03-02
target/ppc: vmulh* instructions without helpers
Lucas Mateus Castro (alqotel)
2022-03-02
target/ppc: Moved vector multiply high and low to decodetree
Lucas Mateus Castro (alqotel)
2022-03-02
target/ppc: moved vector even and odd multiplication to decodetree
Lucas Mateus Castro (alqotel)
2021-12-17
target/ppc: Implement Vector Mask Move insns
Matheus Ferst
2021-12-17
target/ppc: Implement Vector Extract Mask
Matheus Ferst
2021-12-17
target/ppc: Implement Vector Expand Mask
Matheus Ferst
2021-11-09
target/ppc: Implement Vector Extract Double to VSR using GPR index insns
Matheus Ferst
2021-11-09
target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetree
Matheus Ferst
2021-11-09
target/ppc: Implement Vector Insert from VSR using GPR index insns
Matheus Ferst
2021-11-09
target/ppc: Implement Vector Insert Word from GPR using Immediate insns
Matheus Ferst
2021-11-09
target/ppc: Implement Vector Insert from GPR using GPR index insns
Matheus Ferst
2021-11-09
target/ppc: Implement vsldbi/vsrdbi instructions
Matheus Ferst
2021-11-09
target/ppc: Implement vpdepd/vpextd instruction
Matheus Ferst
2021-11-09
target/ppc: Implement vclzdm/vctzdm instructions
Matheus Ferst
2021-11-09
target/ppc: Move vcfuged to vmx-impl.c.inc
Matheus Ferst
2020-08-24
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...
Peter Maydell
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini