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
/
vsx-impl.c.inc
Age
Commit message (
Expand
)
Author
2021-12-17
target/ppc: move xscvqpdp to decodetree
Matheus Ferst
2021-12-17
target/ppc: fix xscvqpdp register access
Matheus Ferst
2021-12-17
target/ppc: Move xs{max,min}[cj]dp to decodetree
Victor Colombo
2021-12-17
target/ppc: Fix xs{max, min}[cj]dp to use VSX registers
Victor Colombo
2021-11-09
target/ppc: Implement lxvkq instruction
Matheus Ferst
2021-11-09
target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructions
Matheus Ferst
2021-11-09
target/ppc: implemented XXSPLTIDP instruction
Bruno Larsen (billionai)
2021-11-09
target/ppc: Implemented XXSPLTIW using decodetree
Bruno Larsen (billionai)
2021-11-09
target/ppc: implemented XXSPLTI32DX
Bruno Larsen (billionai)
2021-11-09
target/ppc: moved XXSPLTIB to using decodetree
Bruno Larsen (billionai)
2021-11-09
target/ppc: moved XXSPLTW to using decodetree
Bruno Larsen (billionai)
2021-11-09
target/ppc: added the instructions PLXVP and PSTXVP
Lucas Mateus Castro (alqotel)
2021-11-09
target/ppc: added the instructions PLXV and PSTXV
Lucas Mateus Castro (alqotel)
2021-11-09
target/ppc: added the instructions LXVPX and STXVPX
Lucas Mateus Castro (alqotel)
2021-11-09
target/ppc: added the instructions LXVP and STXVP
Lucas Mateus Castro (alqotel)
2021-11-09
target/ppc: moved stxvx and lxvx from legacy to decodtree
Lucas Mateus Castro (alqotel)
2021-11-09
target/ppc: moved stxv and lxv from legacy to decodtree
Lucas Mateus Castro (alqotel)
2021-11-09
target/ppc: receive high/low as argument in get/set_cpu_vsr
Matheus Ferst
2021-05-19
target/ppc: Fix load endianness for lxvwsx/lxvdsx
Giuseppe Musacchio
2020-12-14
ppc/translate: Rewrite gen_lxvdsx to use gvec primitives
Giuseppe Musacchio
2020-11-24
ppc/translate: Implement lxvwsx opcode
LemonBoy
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini