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
/
fixedpoint-impl.c.inc
Age
Commit message (
Expand
)
Author
2021-11-09
target/ppc: cntlzdm/cnttzdm implementation without brcond
Matheus Ferst
2021-11-09
target/ppc: Implement vclzdm/vctzdm instructions
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-11-09
target/ppc: Implement cnttzdm
Luis Pires
2021-11-09
target/ppc: Implement cntlzdm
Luis Pires
2021-11-09
target/ppc: Implement PLQ and PSTQ
Matheus Ferst
2021-11-09
target/ppc: Move LQ and STQ to decodetree
Matheus Ferst
2021-11-09
target/ppc: move resolve_PLS_D to translate.c
Fernando Eckhardt Valle
2021-11-09
target/ppc: introduce do_ea_calc
Fernando Eckhardt Valle
2021-07-29
target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32
Matheus Ferst
2021-06-03
target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetree
Matheus Ferst
2021-06-03
target/ppc: Move addpcis to decodetree
Matheus Ferst
2021-06-03
target/ppc: Implement cfuged instruction
Matheus Ferst
2021-06-03
target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructions
Matheus Ferst
2021-06-03
target/ppc: Implement prefixed integer store instructions
Richard Henderson
2021-06-03
target/ppc: Move D/DS/X-form integer stores to decodetree
Richard Henderson
2021-06-03
target/ppc: Implement prefixed integer load instructions
Richard Henderson
2021-06-03
target/ppc: Move D/DS/X-form integer loads to decodetree
Richard Henderson
2021-06-03
target/ppc: Implement PNOP
Richard Henderson
2021-06-03
target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI
Richard Henderson
2021-06-03
target/ppc: Add infrastructure for prefixed insns
Richard Henderson