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
/
int_helper.c
Age
Commit message (
Expand
)
Author
2023-10-06
target/ppc: Rename variables to avoid local variable shadowing in VUPKPX
Cédric Le Goater
2023-09-15
target/ppc: Use clmul_64
Richard Henderson
2023-09-15
target/ppc: Use clmul_32* routines
Richard Henderson
2023-09-15
target/ppc: Use clmul_16* routines
Richard Henderson
2023-09-15
target/ppc: Use clmul_8* routines
Richard Henderson
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
2023-07-08
target/ppc: Use aesdec_ISB_ISR_AK_IMC
Richard Henderson
2023-07-08
target/ppc: Use aesenc_SB_SR_MC_AK
Richard Henderson
2023-07-08
target/ppc: Use aesdec_ISB_ISR_AK
Richard Henderson
2023-07-08
target/ppc: Use aesenc_SB_SR_AK
Richard Henderson
2022-10-28
target/ppc: Move VABSDU[BHW] to decodetree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
target/ppc: Move VAVG[SU][BHW] to decodetree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
target/ppc: Move VPRTYB[WDQ] to decodetree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
target/ppc: Move VNEG[WD] to decodtree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvec
Lucas Mateus Castro (alqotel)
2022-10-28
target/ppc: Move VMH[R]ADDSHS instruction to decodetree
Lucas Mateus Castro (alqotel)
2022-10-28
target/ppc: Moved VMLADDUHM to decodetree and use gvec
Lucas Mateus Castro (alqotel)
2022-09-20
target/ppc: Set OV32 when OV is set
Víctor Colombo
2022-07-06
target/ppc: use int128.h methods in vsubcuq
Matheus Ferst
2022-07-06
target/ppc: use int128.h methods in vsubecuq and vsubeuqm
Matheus Ferst
2022-07-06
target/ppc: use int128.h methods in vsubuqm
Matheus Ferst
2022-07-06
target/ppc: use int128.h methods in vaddcuq
Matheus Ferst
2022-07-06
target/ppc: use int128.h methods in vaddecuq and vaddeuqm
Matheus Ferst
2022-07-06
target/ppc: use int128.h methods in vadduqm
Matheus Ferst
2022-07-06
target/ppc: use int128.h methods in vpmsumd
Matheus Ferst
2022-06-20
target/ppc: avoid int32 multiply overflow in int_helper.c
Daniel Henrique Barboza
2022-06-20
target/ppc: fix vbpermd in big endian hosts
Matheus Ferst
2022-06-20
target/ppc: Implemented vector module quadword
Lucas Mateus Castro (alqotel)
2022-06-20
target/ppc: Implemented remaining vector divide extended
Lucas Mateus Castro (alqotel)
2022-06-20
target/ppc: Implemented vector divide quadword
Lucas Mateus Castro (alqotel)
2022-05-26
target/ppc: Implemented xvi*ger* instructions
Lucas Mateus Castro (alqotel)
2022-05-26
target/ppc: declare vmsumsh[ms] helper with call flags
Matheus Ferst
2022-05-26
target/ppc: declare vmsumuh[ms] helper with call flags
Matheus Ferst
2022-05-26
target/ppc: declare vmsum[um]bm helpers with call flags
Matheus Ferst
2022-05-26
target/ppc: declare xxextractuw and xxinsertw helpers with call flags
Matheus Ferst
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-05
target/ppc: split XXGENPCV macros for readability
Matheus Ferst
2022-03-02
target/ppc: Implement xxgenpcv[bhwd]m instruction
Matheus Ferst
2022-03-02
target/ppc: Implement xxeval
Matheus Ferst
2022-03-02
target/ppc: Implement xxpermx instruction
Matheus Ferst
2022-03-02
target/ppc: Move vsel and vperm/vpermr to decodetree
Matheus Ferst
2022-03-02
target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetree
Matheus Ferst
2022-03-02
target/ppc: implement vstri[bh][lr]
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: Move vexts[bhw]2[wd] to decodetree
Lucas Coutinho
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)
2022-02-09
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
[next]