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.inc.c
Age
Commit message (
Expand
)
Author
2019-10-24
target/ppc: Fix for optimized vsl/vsr instructions
Stefan Brankovic
2019-08-29
target/ppc: Refactor emulation of vmrgew and vmrgow instructions
Stefan Brankovic
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-05-29
target/ppc: Use vector variable shifts for VSL, VSR, VSRA
Richard Henderson
2019-05-13
tcg: Specify optional vector requirements with a list
Richard Henderson
2019-04-26
target/ppc: Style fixes for translate/vmx-impl.inc.c
David Gibson
2019-03-12
target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...
Mark Cave-Ayland
2019-03-12
target/ppc: introduce avr_full_offset() function
Mark Cave-Ayland
2019-02-18
target/ppc: convert vmin* and vmax* to vector operations
Richard Henderson
2019-02-18
target/ppc: convert vadd*s and vsub*s to vector operations
Richard Henderson
2019-02-18
target/ppc: Add helper_mfvscr
Richard Henderson
2019-02-18
target/ppc: Pass integer to helper_mtvscr
Richard Henderson
2019-02-18
target/ppc: convert vsplt[bhw] to use vector operations
Richard Henderson
2019-02-18
target/ppc: convert vspltis[bhw] to use vector operations
Richard Henderson
2019-02-18
target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...
Mark Cave-Ayland
2019-02-18
target/ppc: convert VMX logical instructions to use vector operations
Mark Cave-Ayland
2019-01-09
target/ppc: move FP and VMX registers into aligned vsr register array
Mark Cave-Ayland
2019-01-09
target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac...
Mark Cave-Ayland
2017-01-31
ppc: Implement bcdutrunc. instruction
Jose Ricardo Ziviani
2017-01-31
ppc: Implement bcdtrunc. instruction
Jose Ricardo Ziviani
2017-01-31
ppc: Implement bcdsr. instruction
Jose Ricardo Ziviani
2017-01-31
ppc: Implement bcdus. instruction
Jose Ricardo Ziviani
2017-01-31
ppc: Implement bcds. instruction
Jose Ricardo Ziviani
2017-01-31
target-ppc: add vextu[bhw][lr]x instructions
Avinesh Kumar
2017-01-31
target-ppc: Implement bcdsetsgn. instruction
Jose Ricardo Ziviani
2017-01-31
target-ppc: Implement bcdcpsgn. instruction
Jose Ricardo Ziviani
2017-01-31
target-ppc: Implement bcdctsq. instruction
Jose Ricardo Ziviani
2017-01-31
target-ppc: Implement bcdcfsq. instruction
Jose Ricardo Ziviani
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth