aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/cc_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen1-538/+0
2021-07-07target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen1-1/+1
2021-06-21target/s390x: Expose load_psw and get_psw_mask to cpu.hRichard Henderson1-1/+1
2020-12-21target/s390x: Improve SUB LOGICAL WITH BORROWRichard Henderson1-32/+0
2020-12-21target/s390x: Improve cc computation for SUBTRACT LOGICALRichard Henderson1-32/+8
2020-12-21target/s390x: Improve ADD LOGICAL WITH CARRYRichard Henderson1-26/+0
2020-12-21target/s390x: Improve cc computation for ADD LOGICALRichard Henderson1-16/+9
2020-10-02s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC)David Hildenbrand1-0/+32
2019-10-09target/s390x: Use tcg_s390_program_interrupt in TCG helpersRichard Henderson1-2/+2
2019-10-09target/s390x: Remove ilen parameter from s390_program_interruptRichard Henderson1-1/+1
2019-06-10target/s390x: Use env_cpu, env_archcpuRichard Henderson1-3/+2
2019-05-17s390x/tcg: Implement VECTOR COMPARE *David Hildenbrand1-0/+17
2019-03-04s390x/tcg: Implement LOAD COUNT TO BLOCK BOUNDARYDavid Hildenbrand1-0/+8
2019-01-30target/s390x: Fix LGPL version in the file header commentsThomas Huth1-1/+1
2017-12-14s390x/tcg: use s390_program_interrupt() in SACFDavid Hildenbrand1-1/+1
2017-08-30target/s390x: introduce internal.hDavid Hildenbrand1-0/+1
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+570