index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-ppc
/
translate
/
vsx-impl.inc.c
Age
Commit message (
Expand
)
Author
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth
2016-10-28
target-ppc: Add xvcmpnesp, xvcmpnedp instructions
Swapnil Bokade
2016-10-28
target-ppc: add xscmp[eq,gt,ge,ne]dp instructions
Sandipan Das
2016-10-28
target-ppc: implement xxbr[qdwh] instruction
Nikunj A Dadhania
2016-10-05
target-ppc: Implement mtvsrws instruction
Ravi Bangoria
2016-10-05
target-ppc: add stxvb16x instruction
Nikunj A Dadhania
2016-10-05
target-ppc: add lxvb16x instruction
Nikunj A Dadhania
2016-10-05
target-ppc: add stxvh8x instruction
Nikunj A Dadhania
2016-10-05
target-ppc: add lxvh8x instruction
Nikunj A Dadhania
2016-10-05
target-ppc: improve stxvw4x implementation
Nikunj A Dadhania
2016-10-05
target-ppc: improve lxvw4x implementation
Nikunj A Dadhania
2016-10-05
target-ppc: Implement mtvsrdd instruction
Ravi Bangoria
2016-10-05
target-ppc: Implement mfvsrld instruction
Ravi Bangoria
2016-09-23
target-ppc: add stxsi[bh]x instruction
Nikunj A Dadhania
2016-09-23
target-ppc: add lxsi[bw]zx instruction
Nikunj A Dadhania
2016-09-23
target-ppc: add xxspltib instruction
Nikunj A Dadhania
2016-09-23
target-ppc: convert st64 to use new macro
Nikunj A Dadhania
2016-09-23
target-ppc: convert ld64 to use new macro
Nikunj A Dadhania
2016-09-07
ppc: Rename #include'd .c files to .inc.c
Benjamin Herrenschmidt