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
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
2022-01-28
target/ppc: Remove support for the PowerPC 602 CPU
Cédric Le Goater
2021-11-09
target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructions
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 GPR using GPR index insns
Matheus Ferst
2021-11-09
target/ppc: Implement vpdepd/vpextd instruction
Matheus Ferst
2021-11-09
target/ppc: Move vcfuged to vmx-impl.c.inc
Matheus Ferst
2021-11-09
target/ppc: Implement pextd instruction
Matheus Ferst
2021-11-09
target/ppc: Implement pdepd instruction
Matheus Ferst
2021-10-27
host-utils: add 128-bit quotient support to divu128/divs128
Luis Pires
2021-10-27
host-utils: move checks out of divu128/divs128
Luis Pires
2021-09-29
target/ppc: fix setting of CR flags in bcdcfsq
Luis Pires
2021-08-27
target/ppc: fix vextu[bhw][lr]x helpers
Matheus Ferst
2021-06-03
target/ppc: Implement cfuged instruction
Matheus Ferst
2021-05-19
target/ppc: created ppc_{store,get}_vscr for generic vscr usage
Bruno Larsen (billionai)
2021-05-04
target/ppc: Move helper_regs.h functions out-of-line
Richard Henderson
2021-03-10
target/ppc: Fix bcdsub. emulation when result overflows
Fabiano Rosas
2020-11-15
powerpc tcg: Fix Lesser GPL version number
Chetan Pant
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
2020-08-12
target/ppc: add vmulh{su}d instructions
Lijun Pan
2020-08-12
target/ppc: add vmulh{su}w instructions
Lijun Pan
2020-08-12
target/ppc: convert vmuluwm to tcg_gen_gvec_mul
Lijun Pan
2020-06-02
target/ppc: Use tcg_gen_gvec_rotlv
Richard Henderson
2020-05-19
softfloat: Name compare relation enum
Richard Henderson
2019-10-04
target/ppc: use Vsr macros in BCD helpers
Mark Cave-Ayland
2019-08-21
target/ppc: Optimize emulation of vclzw instruction
Stefan Brankovic
2019-08-21
target/ppc: Optimize emulation of vclzd instruction
Stefan Brankovic
2019-08-21
target/ppc: Optimize emulation of vgbbd instruction
Stefan Brankovic
2019-08-21
target/ppc: Optimize emulation of vsl and vsr instructions
Stefan Brankovic
2019-08-21
target/ppc: Optimize emulation of lvsl and lvsr instructions
Stefan Brankovic
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-07-02
target/ppc: decode target register in VSX_EXTRACT_INSERT at translation time
Mark Cave-Ayland
2019-07-02
target/ppc: remove getVSR()/putVSR() from int_helper.c
Mark Cave-Ayland
2019-05-29
target/ppc: Use vector variable shifts for VSL, VSR, VSRA
Richard Henderson
[next]