aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate/fixedpoint-impl.c.inc
AgeCommit message (Expand)Author
2024-05-24target/ppc: Move logical fixed-point instructions to decodetree.Chinmay Rath
2024-05-24target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions to decodetree.Chinmay Rath
2024-05-24target/ppc: Move div/mod fixed-point insns (64 bits operands) to decodetree.Chinmay Rath
2024-05-24target/ppc: Move multiply fixed-point insns (64-bit operands) to decodetree.Chinmay Rath
2024-05-24target/ppc: Move neg, darn, mod{sw, uw} to decodetree.Chinmay Rath
2024-05-24target/ppc: Move divw[u, e, eu] instructions to decodetree.Chinmay Rath
2024-05-24target/ppc: Move mul{li, lw, lwo, hw, hwu} instructions to decodetree.Chinmay Rath
2024-03-13target/ppc: Move add and subf type fixed-point arithmetic instructions to dec...Chinmay Rath
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-09-06target/ppc: Fix LQ, STQ register-pair order for big-endianNicholas Piggin
2023-08-24target/ppc: Use tcg_gen_negsetcond_*Richard Henderson
2023-05-23target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQRichard Henderson
2023-03-13target/ppc: Rewrite trans_ADDG6SRichard Henderson
2023-03-05target/ppc: Drop tcg_temp_freeRichard Henderson
2022-09-20target/ppc: Implement hashstp and hashchkpVíctor Colombo
2022-09-20target/ppc: Implement hashst and hashchkVíctor Colombo
2022-07-18target/ppc: add macros to check privilege levelMatheus Ferst
2022-07-06target/ppc: implement cdtbcdMatheus Ferst
2022-07-06target/ppc: implement cbcdtdMatheus Ferst
2022-07-06target/ppc: implement addg6sMatheus Ferst
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-11-09target/ppc: cntlzdm/cnttzdm implementation without brcondMatheus Ferst
2021-11-09target/ppc: Implement vclzdm/vctzdm instructionsMatheus Ferst
2021-11-09target/ppc: Move vcfuged to vmx-impl.c.incMatheus Ferst
2021-11-09target/ppc: Implement pextd instructionMatheus Ferst
2021-11-09target/ppc: Implement pdepd instructionMatheus Ferst
2021-11-09target/ppc: Implement cnttzdmLuis Pires
2021-11-09target/ppc: Implement cntlzdmLuis Pires
2021-11-09target/ppc: Implement PLQ and PSTQMatheus Ferst
2021-11-09target/ppc: Move LQ and STQ to decodetreeMatheus Ferst
2021-11-09target/ppc: move resolve_PLS_D to translate.cFernando Eckhardt Valle
2021-11-09target/ppc: introduce do_ea_calcFernando Eckhardt Valle
2021-07-29target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32Matheus Ferst
2021-06-03target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetreeMatheus Ferst
2021-06-03target/ppc: Move addpcis to decodetreeMatheus Ferst
2021-06-03target/ppc: Implement cfuged instructionMatheus Ferst
2021-06-03target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructionsMatheus Ferst
2021-06-03target/ppc: Implement prefixed integer store instructionsRichard Henderson
2021-06-03target/ppc: Move D/DS/X-form integer stores to decodetreeRichard Henderson
2021-06-03target/ppc: Implement prefixed integer load instructionsRichard Henderson
2021-06-03target/ppc: Move D/DS/X-form integer loads to decodetreeRichard Henderson
2021-06-03target/ppc: Implement PNOPRichard Henderson
2021-06-03target/ppc: Move ADDI, ADDIS to decodetree, implement PADDIRichard Henderson
2021-06-03target/ppc: Add infrastructure for prefixed insnsRichard Henderson