summaryrefslogtreecommitdiff
path: root/target/s390x/translate.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand1-0/+1
2017-07-25target/s390x: Move s390_cpu_dump_state() to helper.cThomas Huth1-60/+0
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()LluĂ­s Vilanova1-3/+2
2017-07-17target/s390x: Fix risbg handlingRichard Henderson1-2/+2
2017-07-17target/s390x: Implement TRTRRichard Henderson1-0/+9
2017-07-17target/s390x: Implement SRSTURichard Henderson1-0/+13
2017-07-17target/s390x: Tidy SRSTRichard Henderson1-2/+7
2017-07-17target/s390x: Implement CONVERT UNICODE insnsRichard Henderson1-0/+51
2017-07-17target/s390x: Implement CSSTRichard Henderson1-1/+12
2017-06-23target/s390x: Implement idte instructionDavid Hildenbrand1-0/+15
2017-06-23target/s390x: Indicate and check for local tlb clearingDavid Hildenbrand1-1/+5
2017-06-23target/s390x: Clean up TB flag bitsRichard Henderson1-8/+8
2017-06-23target/s390x: Finish implementing ETF2-ENHRichard Henderson1-2/+3
2017-06-23target/s390x: Implement processor-assist insnRichard Henderson1-0/+1
2017-06-23target/s390x: Implement execution-hint insnsRichard Henderson1-1/+4
2017-06-23target/s390x: Implement load-and-zero-rightmost-byte insnsRichard Henderson1-0/+7
2017-06-23target/s390x: Implement load-on-condition-2 insnsRichard Henderson1-3/+15
2017-06-23target/s390x: implement mvcos instructionDavid Hildenbrand1-0/+9
2017-06-23target/s390x: change PSW_SHIFT_KEYDavid Hildenbrand1-1/+1
2017-06-23target/s390x: Map existing FAC_* names to S390_FEAT_* namesRichard Henderson1-30/+29
2017-06-19target/s390x: Exit after changing PSW maskRichard Henderson1-4/+10
2017-06-13s390x/cpumodel: wire up cpu type + id for TCGDavid Hildenbrand1-7/+2
2017-06-13target/s390x: rework PGM interrupt psw.addr handlingDavid Hildenbrand1-2/+1
2017-06-06target/s390x: implement STORE PAIR TO QUADWORDAurelien Jarno1-0/+6
2017-06-06target/s390x: implement LOAD PAIR FROM QUADWORDAurelien Jarno1-0/+7
2017-06-06target/s390x: implement TRANSLATE ONE/TWO TO ONE/TWOAurelien Jarno1-0/+30
2017-06-06target/s390x: implement TEST DECIMALAurelien Jarno1-0/+9
2017-06-06target/s390x: implement UNPACK UNICODEAurelien Jarno1-0/+18
2017-06-06target/s390x: implement UNPACK ASCIIAurelien Jarno1-0/+17
2017-06-06target/s390x: implement PACK UNICODEAurelien Jarno1-0/+16
2017-06-06target/s390x: implement PACK ASCIIAurelien Jarno1-0/+16
2017-06-06target/s390x: implement MOVE LONG UNICODEAurelien Jarno1-0/+21
2017-06-06target/s390x: implement COMPARE LOGICAL LONG UNICODEAurelien Jarno1-0/+22
2017-06-06target/s390x: improve MOVE LONG and MOVE LONG EXTENDEDAurelien Jarno1-10/+30
2017-06-06target/s390x: implement COMPARE LOGICAL LONGAurelien Jarno1-0/+21
2017-06-06target/s390x: fix COMPARE LOGICAL LONG EXTENDEDAurelien Jarno1-5/+15
2017-06-06target/s390x: implement MOVE ZONESAurelien Jarno1-0/+8
2017-06-06target/s390x: implement MOVE WITH OFFSETAurelien Jarno1-0/+8
2017-06-06target/s390x: implement MOVE NUMERICSAurelien Jarno1-0/+8
2017-06-06target/s390x: implement MOVE INVERSEAurelien Jarno1-0/+8
2017-06-06target/s390x: implement COMPARE AND SIGNALAurelien Jarno1-0/+21
2017-06-06target/s390x: implement PACKAurelien Jarno1-0/+8
2017-06-06target/s390x: implement TEST ADDRESSING MODEAurelien Jarno1-0/+10
2017-06-06target/s390x: implement TEST AND SETAurelien Jarno1-0/+10
2017-06-06target/s390x: implement local-TLB-clearing in IPTEAurelien Jarno1-1/+5
2017-06-06target/s390x: remove dead code in translate.cAurelien Jarno1-4/+1
2017-06-06target/s390x: Implement EXECUTE via new TranslationBlockRichard Henderson1-33/+47
2017-06-06target/s390x: End the TB after EXECUTERichard Henderson1-1/+5
2017-06-06target/s390x: Save current ilen during translationRichard Henderson1-3/+5
2017-06-06target/s390x: Implement CSPGRichard Henderson1-0/+1