Age | Commit message (Expand) | Author | Files | Lines |
2016-12-20 | Move target-* CPU file into a target/ folder | Thomas Huth | 1 | -2842/+0 |
2016-07-12 | Fix confusing argument names in some common functions | Sergey Sorokin | 1 | -3/+3 |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost | 1 | -9/+4 |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini | 1 | -0/+1 |
2016-03-23 | target-tricore: Fix helper_msub64_q_ssov not reseting OVF bit | Bastian Koppelmann | 1 | -0/+2 |
2016-02-25 | target-tricore: add context managment trap generation | Bastian Koppelmann | 1 | -3/+30 |
2016-02-25 | target-tricore: Add trap handling & SOVF/OVF traps | Bastian Koppelmann | 1 | -0/+122 |
2016-02-25 | target-tricore: fix save_context_upper using env->PSW | Bastian Koppelmann | 1 | -1/+1 |
2016-01-29 | tricore: Clean up includes | Peter Maydell | 1 | -1/+1 |
2015-06-29 | target-tricore: fix depositing bits from PCXI into ICR | Paolo Bonzini | 1 | -2/+2 |
2015-05-22 | target-tricore: add RR_DIV and RR_DIV_U instructions of the v1.6 ISA | Bastian Koppelmann | 1 | -0/+49 |
2015-05-22 | target-tricore: add RR_CRC32 instruction of the v1.6.1 ISA | Bastian Koppelmann | 1 | -0/+11 |
2015-05-11 | target-tricore: fix rfe not restoring the PC | Bastian Koppelmann | 1 | -0/+1 |
2015-05-11 | target-tricore: fix rslcx restoring the upper context instead of the lower | Bastian Koppelmann | 1 | -1/+1 |
2015-04-04 | target-tricore: Fix check which was always false | Stefan Weil | 1 | -1/+1 |
2015-03-24 | target-tricore: properly fix dvinit_b/h_13 | Bastian Koppelmann | 1 | -30/+10 |
2015-03-24 | target-tricore: Fix two helper functions (clang warnings) | Stefan Weil | 1 | -6/+6 |
2015-03-16 | target-tricore: Add instructions of SYS opcode format | Bastian Koppelmann | 1 | -0/+89 |
2015-03-16 | target-tricore: Add instructions of RRR1 opcode format, which have 0xe3 as fi... | Bastian Koppelmann | 1 | -0/+84 |
2015-03-16 | target-tricore: Add instructions of RRR1 opcode format, which have 0x63 as fi... | Bastian Koppelmann | 1 | -0/+154 |
2015-03-16 | target-tricore: Add instructions of RRR1 opcode format, which have 0xa3 as fi... | Bastian Koppelmann | 1 | -0/+109 |
2015-03-03 | target-tricore: Add instructions of RRR1 opcode format, which have 0xc3 as fi... | Bastian Koppelmann | 1 | -0/+84 |
2015-03-03 | target-tricore: Add instructions of RRR1 opcode format, which have 0x43 as fi... | Bastian Koppelmann | 1 | -0/+153 |
2015-03-03 | target-tricore: Add instructions of RRR1 opcode format, which have 0x83 as fi... | Bastian Koppelmann | 1 | -0/+110 |
2015-03-03 | target-tricore: fix msub32_suov return wrong results | Bastian Koppelmann | 1 | -6/+21 |
2015-01-27 | target-tricore: Add instructions of RRR opcode format | Bastian Koppelmann | 1 | -0/+160 |
2015-01-26 | target-tricore: split up suov32 into suov32_pos and suov32_neg | Bastian Koppelmann | 1 | -15/+26 |
2015-01-26 | target-tricore: calculate av bits before saturation | Bastian Koppelmann | 1 | -12/+16 |
2015-01-26 | target-tricore: Several translator and cpu model fixes | Bastian Koppelmann | 1 | -0/+1 |
2015-01-26 | target-tricore: Add missing ULL suffix on 64 bit constant | Peter Maydell | 1 | -1/+1 |
2014-12-21 | target-tricore: Add instructions of RR1 opcode format, that have 0xb3 as firs... | Bastian Koppelmann | 1 | -0/+72 |
2014-12-21 | target-tricore: Add instructions of RR opcode format, that have 0x4b as the f... | Bastian Koppelmann | 1 | -0/+195 |
2014-12-21 | target-tricore: Add instructions of RR opcode format, that have 0xf as the fi... | Bastian Koppelmann | 1 | -0/+160 |
2014-12-21 | target-tricore: Add instructions of RR opcode format, that have 0xb as the fi... | Bastian Koppelmann | 1 | -0/+525 |
2014-12-21 | target-tricore: Change SSOV/SUOV makro name to SSOV32/SUOV32 | Bastian Koppelmann | 1 | -76/+58 |
2014-12-10 | target-tricore: Add instructions of RCR opcode format | Bastian Koppelmann | 1 | -0/+168 |
2014-12-10 | target-tricore: Add instructions of RLC opcode format | Bastian Koppelmann | 1 | -0/+11 |
2014-12-10 | target-tricore: Add instructions of RC opcode format | Bastian Koppelmann | 1 | -0/+99 |
2014-10-20 | target-tricore: Add instructions of BO opcode format | Bastian Koppelmann | 1 | -0/+36 |
2014-10-20 | target-tricore: Add instructions of ABS, ABSB opcode format | Bastian Koppelmann | 1 | -0/+45 |
2014-10-20 | target-tricore: Cleanup and Bugfixes | Bastian Koppelmann | 1 | -26/+21 |
2014-09-01 | target-tricore: Add instructions of SR opcode format | Bastian Koppelmann | 1 | -0/+52 |
2014-09-01 | target-tricore: Add instructions of SC opcode format | Bastian Koppelmann | 1 | -0/+59 |
2014-09-01 | target-tricore: Add instructions of SB opcode format | Bastian Koppelmann | 1 | -0/+180 |
2014-09-01 | target-tricore: Add instructions of SRR opcode format | Bastian Koppelmann | 1 | -0/+43 |
2014-09-01 | target-tricore: Add softmmu support | Bastian Koppelmann | 1 | -1/+32 |
2014-09-01 | target-tricore: Add target stubs and qom-cpu | Bastian Koppelmann | 1 | -0/+27 |