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
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-09-06
target/ppc: Fix LQ, STQ register-pair order for big-endian
Nicholas Piggin
2023-08-24
target/ppc: Use tcg_gen_negsetcond_*
Richard Henderson
2023-05-23
target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQ
Richard Henderson
2023-03-13
target/ppc: Rewrite trans_ADDG6S
Richard Henderson
2023-03-05
target/ppc: Drop tcg_temp_free
Richard Henderson
2022-09-20
target/ppc: Implement hashstp and hashchkp
Víctor Colombo
2022-09-20
target/ppc: Implement hashst and hashchk
Víctor Colombo
2022-07-18
target/ppc: add macros to check privilege level
Matheus Ferst
2022-07-06
target/ppc: implement cdtbcd
Matheus Ferst
2022-07-06
target/ppc: implement cbcdtd
Matheus Ferst
2022-07-06
target/ppc: implement addg6s
Matheus Ferst
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
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