summary refs log tree commit diff stats
path: root/target/ppc/translate/fixedpoint-impl.c.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Move add and subf type fixed-point arithmetic instructions to dec...Chinmay Rath2024-03-131-0/+70
* tcg: Rename cpu_env to tcg_envRichard Henderson2023-10-031-1/+1
* target/ppc: Fix LQ, STQ register-pair order for big-endianNicholas Piggin2023-09-061-8/+8
* target/ppc: Use tcg_gen_negsetcond_*Richard Henderson2023-08-241-2/+4
* target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQRichard Henderson2023-05-231-44/+7
* target/ppc: Rewrite trans_ADDG6SRichard Henderson2023-03-131-24/+26
* target/ppc: Drop tcg_temp_freeRichard Henderson2023-03-051-16/+0
* target/ppc: Implement hashstp and hashchkpVíctor Colombo2022-09-201-0/+2
* target/ppc: Implement hashst and hashchkVíctor Colombo2022-09-201-0/+32
* target/ppc: add macros to check privilege levelMatheus Ferst2022-07-181-5/+2
* target/ppc: implement cdtbcdMatheus Ferst2022-07-061-0/+7
* target/ppc: implement cbcdtdMatheus Ferst2022-07-061-0/+7
* target/ppc: implement addg6sMatheus Ferst2022-07-061-0/+37
* exec/memop: Adding signedness to quad definitionsFrédéric Pétrot2022-01-081-11/+11
* target/ppc: cntlzdm/cnttzdm implementation without brcondMatheus Ferst2021-11-091-15/+16
* target/ppc: Implement vclzdm/vctzdm instructionsMatheus Ferst2021-11-091-3/+1
* target/ppc: Move vcfuged to vmx-impl.c.incMatheus Ferst2021-11-091-1/+1
* target/ppc: Implement pextd instructionMatheus Ferst2021-11-091-0/+12
* target/ppc: Implement pdepd instructionMatheus Ferst2021-11-091-0/+12
* target/ppc: Implement cnttzdmLuis Pires2021-11-091-4/+24
* target/ppc: Implement cntlzdmLuis Pires2021-11-091-0/+36
* target/ppc: Implement PLQ and PSTQMatheus Ferst2021-11-091-0/+12
* target/ppc: Move LQ and STQ to decodetreeMatheus Ferst2021-11-091-0/+97
* target/ppc: move resolve_PLS_D to translate.cFernando Eckhardt Valle2021-11-091-19/+0
* target/ppc: introduce do_ea_calcFernando Eckhardt Valle2021-11-091-9/+1
* target/ppc: Ease L=0 requirement on cmp/cmpi/cmpl/cmpli for ppc32Matheus Ferst2021-07-291-2/+56
* target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetreeMatheus Ferst2021-06-031-0/+31
* target/ppc: Move addpcis to decodetreeMatheus Ferst2021-06-031-0/+7
* target/ppc: Implement cfuged instructionMatheus Ferst2021-06-031-0/+12
* target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructionsMatheus Ferst2021-06-031-0/+23
* target/ppc: Implement prefixed integer store instructionsRichard Henderson2021-06-031-0/+4
* target/ppc: Move D/DS/X-form integer stores to decodetreeRichard Henderson2021-06-031-0/+24
* target/ppc: Implement prefixed integer load instructionsRichard Henderson2021-06-031-0/+16
* target/ppc: Move D/DS/X-form integer loads to decodetreeRichard Henderson2021-06-031-0/+89
* target/ppc: Implement PNOPRichard Henderson2021-06-031-0/+11
* target/ppc: Move ADDI, ADDIS to decodetree, implement PADDIRichard Henderson2021-06-031-0/+44
* target/ppc: Add infrastructure for prefixed insnsRichard Henderson2021-06-031-0/+18