aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate/fixedpoint-impl.c.inc
AgeCommit message (Expand)AuthorFilesLines
2023-09-21target/ppc: Fix LQ, STQ register-pair order for big-endianNicholas Piggin1-8/+8
2023-05-23target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQRichard Henderson1-44/+7
2023-03-13target/ppc: Rewrite trans_ADDG6SRichard Henderson1-24/+26
2023-03-05target/ppc: Drop tcg_temp_freeRichard Henderson1-16/+0
2022-09-20target/ppc: Implement hashstp and hashchkpVíctor Colombo1-0/+2
2022-09-20target/ppc: Implement hashst and hashchkVíctor Colombo1-0/+32
2022-07-18target/ppc: add macros to check privilege levelMatheus Ferst1-5/+2
2022-07-06target/ppc: implement cdtbcdMatheus Ferst1-0/+7
2022-07-06target/ppc: implement cbcdtdMatheus Ferst1-0/+7
2022-07-06target/ppc: implement addg6sMatheus Ferst1-0/+37
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-11/+11
2021-11-09target/ppc: cntlzdm/cnttzdm implementation without brcondMatheus Ferst1-15/+16
2021-11-09target/ppc: Implement vclzdm/vctzdm instructionsMatheus Ferst1-3/+1
2021-11-09target/ppc: Move vcfuged to vmx-impl.c.incMatheus Ferst1-1/+1
2021-11-09target/ppc: Implement pextd instructionMatheus Ferst1-0/+12
2021-11-09target/ppc: Implement pdepd instructionMatheus Ferst1-0/+12
2021-11-09target/ppc: Implement cnttzdmLuis Pires1-4/+24
2021-11-09target/ppc: Implement cntlzdmLuis Pires1-0/+36
2021-11-09target/ppc: Implement PLQ and PSTQMatheus Ferst1-0/+12
2021-11-09target/ppc: Move LQ and STQ to decodetreeMatheus Ferst1-0/+97
2021-11-09target/ppc: move resolve_PLS_D to translate.cFernando Eckhardt Valle1-19/+0
2021-11-09target/ppc: introduce do_ea_calcFernando Eckhardt Valle1-9/+1
2021-07-29target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32Matheus Ferst1-2/+56
2021-06-03target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetreeMatheus Ferst1-0/+31
2021-06-03target/ppc: Move addpcis to decodetreeMatheus Ferst1-0/+7
2021-06-03target/ppc: Implement cfuged instructionMatheus Ferst1-0/+12
2021-06-03target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructionsMatheus Ferst1-0/+23
2021-06-03target/ppc: Implement prefixed integer store instructionsRichard Henderson1-0/+4
2021-06-03target/ppc: Move D/DS/X-form integer stores to decodetreeRichard Henderson1-0/+24
2021-06-03target/ppc: Implement prefixed integer load instructionsRichard Henderson1-0/+16
2021-06-03target/ppc: Move D/DS/X-form integer loads to decodetreeRichard Henderson1-0/+89
2021-06-03target/ppc: Implement PNOPRichard Henderson1-0/+11
2021-06-03target/ppc: Move ADDI, ADDIS to decodetree, implement PADDIRichard Henderson1-0/+44
2021-06-03target/ppc: Add infrastructure for prefixed insnsRichard Henderson1-0/+18