summaryrefslogtreecommitdiffstats
path: root/target-tricore/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-tricore: fix depositing bits from PCXI into ICRPaolo Bonzini2015-06-291-2/+2
* target-tricore: add RR_DIV and RR_DIV_U instructions of the v1.6 ISABastian Koppelmann2015-05-221-0/+49
* target-tricore: add RR_CRC32 instruction of the v1.6.1 ISABastian Koppelmann2015-05-221-0/+11
* target-tricore: fix rfe not restoring the PCBastian Koppelmann2015-05-111-0/+1
* target-tricore: fix rslcx restoring the upper context instead of the lowerBastian Koppelmann2015-05-111-1/+1
* target-tricore: Fix check which was always falseStefan Weil2015-04-041-1/+1
* target-tricore: properly fix dvinit_b/h_13Bastian Koppelmann2015-03-241-30/+10
* target-tricore: Fix two helper functions (clang warnings)Stefan Weil2015-03-241-6/+6
* target-tricore: Add instructions of SYS opcode formatBastian Koppelmann2015-03-161-0/+89
* target-tricore: Add instructions of RRR1 opcode format, which have 0xe3 as fi...Bastian Koppelmann2015-03-161-0/+84
* target-tricore: Add instructions of RRR1 opcode format, which have 0x63 as fi...Bastian Koppelmann2015-03-161-0/+154
* target-tricore: Add instructions of RRR1 opcode format, which have 0xa3 as fi...Bastian Koppelmann2015-03-161-0/+109
* target-tricore: Add instructions of RRR1 opcode format, which have 0xc3 as fi...Bastian Koppelmann2015-03-031-0/+84
* target-tricore: Add instructions of RRR1 opcode format, which have 0x43 as fi...Bastian Koppelmann2015-03-031-0/+153
* target-tricore: Add instructions of RRR1 opcode format, which have 0x83 as fi...Bastian Koppelmann2015-03-031-0/+110
* target-tricore: fix msub32_suov return wrong resultsBastian Koppelmann2015-03-031-6/+21
* target-tricore: Add instructions of RRR opcode formatBastian Koppelmann2015-01-271-0/+160
* target-tricore: split up suov32 into suov32_pos and suov32_negBastian Koppelmann2015-01-261-15/+26
* target-tricore: calculate av bits before saturationBastian Koppelmann2015-01-261-12/+16
* target-tricore: Several translator and cpu model fixesBastian Koppelmann2015-01-261-0/+1
* target-tricore: Add missing ULL suffix on 64 bit constantPeter Maydell2015-01-261-1/+1
* target-tricore: Add instructions of RR1 opcode format, that have 0xb3 as firs...Bastian Koppelmann2014-12-211-0/+72
* target-tricore: Add instructions of RR opcode format, that have 0x4b as the f...Bastian Koppelmann2014-12-211-0/+195
* target-tricore: Add instructions of RR opcode format, that have 0xf as the fi...Bastian Koppelmann2014-12-211-0/+160
* target-tricore: Add instructions of RR opcode format, that have 0xb as the fi...Bastian Koppelmann2014-12-211-0/+525
* target-tricore: Change SSOV/SUOV makro name to SSOV32/SUOV32Bastian Koppelmann2014-12-211-76/+58
* target-tricore: Add instructions of RCR opcode formatBastian Koppelmann2014-12-101-0/+168
* target-tricore: Add instructions of RLC opcode formatBastian Koppelmann2014-12-101-0/+11
* target-tricore: Add instructions of RC opcode formatBastian Koppelmann2014-12-101-0/+99
* target-tricore: Add instructions of BO opcode formatBastian Koppelmann2014-10-201-0/+36
* target-tricore: Add instructions of ABS, ABSB opcode formatBastian Koppelmann2014-10-201-0/+45
* target-tricore: Cleanup and BugfixesBastian Koppelmann2014-10-201-26/+21
* target-tricore: Add instructions of SR opcode formatBastian Koppelmann2014-09-011-0/+52
* target-tricore: Add instructions of SC opcode formatBastian Koppelmann2014-09-011-0/+59
* target-tricore: Add instructions of SB opcode formatBastian Koppelmann2014-09-011-0/+180
* target-tricore: Add instructions of SRR opcode formatBastian Koppelmann2014-09-011-0/+43
* target-tricore: Add softmmu supportBastian Koppelmann2014-09-011-1/+32
* target-tricore: Add target stubs and qom-cpuBastian Koppelmann2014-09-011-0/+27
OpenPOWER on IntegriCloud