summaryrefslogtreecommitdiffstats
path: root/target-tricore/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target-tricore: Fix new typosStefan Weil2015-01-151-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-01-091-1/+1
|\
| * gen-icount: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-1/+1
* | target-tricore: Add instructions of RR1 opcode format, that have 0xb3 as firs...Bastian Koppelmann2014-12-211-0/+197
* | target-tricore: Fix MFCR/MTCR insn and B format offset.Bastian Koppelmann2014-12-211-2/+4
* | target-tricore: Add missing 1.6 insn of BOL opcode formatBastian Koppelmann2014-12-211-1/+48
* | target-tricore: Add instructions of RR opcode format, that have 0x4b as the f...Bastian Koppelmann2014-12-211-0/+183
* | target-tricore: Add instructions of RR opcode format, that have 0x1 as the fi...Bastian Koppelmann2014-12-211-0/+97
* | target-tricore: Add instructions of RR opcode format, that have 0xf as the fi...Bastian Koppelmann2014-12-211-0/+78
* | target-tricore: Add instructions of RR opcode format, that have 0xb as the fi...Bastian Koppelmann2014-12-211-0/+383
* | target-tricore: Fix mask handling JNZ.T being 7 bit longBastian Koppelmann2014-12-211-2/+2
* | target-tricore: pretty-print register dump and show more status registersAlex Zuepke2014-12-211-6/+15
* | target-tricore: add missing 64-bit MOV in RLC formatAlex Zuepke2014-12-211-0/+12
* | target-tricore: typo in BOL formatAlex Zuepke2014-12-211-2/+2
|/
* target-tricore: Add instructions of RCR opcode formatBastian Koppelmann2014-12-101-0/+479
* target-tricore: Add instructions of RLC opcode formatBastian Koppelmann2014-12-101-0/+113
* target-tricore: Add instructions of RCPW, RCRR and RCRW opcode formatBastian Koppelmann2014-12-101-3/+129
* target-tricore: Make TRICORE_FEATURES implying others.Bastian Koppelmann2014-12-101-3/+3
* target-tricore: Add instructions of RC opcode formatBastian Koppelmann2014-12-101-0/+693
* target-tricore: Add instructions of BRR opcode formatBastian Koppelmann2014-12-101-2/+88
* target-tricore: Add instructions of BRN opcode formatBastian Koppelmann2014-12-101-0/+26
* target-tricore: Add instructions of BRC opcode formatBastian Koppelmann2014-12-101-1/+52
* target-tricore: Add instructions of BOL opcode formatBastian Koppelmann2014-12-101-0/+48
* target-tricore: Add instructions of BO opcode formatBastian Koppelmann2014-10-201-0/+663
* target-tricore: Add instructions of BIT opcode formatBastian Koppelmann2014-10-201-0/+312
* target-tricore: Add instructions of B opcode formatBastian Koppelmann2014-10-201-0/+27
* target-tricore: Add instructions of ABS, ABSB opcode formatBastian Koppelmann2014-10-201-0/+303
* target-tricore: Add instructions of SR opcode formatBastian Koppelmann2014-09-011-0/+111
* target-tricore: Add instructions of SLR, SSRO and SRO opcode formatBastian Koppelmann2014-09-011-0/+121
* target-tricore: Add instructions of SC opcode formatBastian Koppelmann2014-09-011-0/+48
* target-tricore: Add instructions of SBR opcode formatBastian Koppelmann2014-09-011-1/+65
* target-tricore: Add instructions of SBC and SBRN opcode formatBastian Koppelmann2014-09-011-0/+36
* target-tricore: Add instructions of SB opcode formatBastian Koppelmann2014-09-011-0/+93
* target-tricore: Add instructions of SRRS and SLRO opcode formatBastian Koppelmann2014-09-011-0/+59
* target-tricore: Add instructions of SSR opcode formatBastian Koppelmann2014-09-011-0/+50
* target-tricore: Add instructions of SRR opcode formatBastian Koppelmann2014-09-011-0/+164
* target-tricore: Add instructions of SRC opcode formatBastian Koppelmann2014-09-011-0/+251
* target-tricore: Add masks and opcodes for decodingBastian Koppelmann2014-09-011-0/+1
* target-tricore: Add initialization for translation and activate targetBastian Koppelmann2014-09-011-0/+165
* target-tricore: Add target stubs and qom-cpuBastian Koppelmann2014-09-011-0/+100