aboutsummaryrefslogtreecommitdiff
path: root/target/openrisc/translate.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-14target/openrisc: Optimize l.jal to nextRichard Henderson1-1/+5
2017-02-14target/openrisc: Fix maddRichard Henderson1-9/+4
2017-02-14target/openrisc: Implement muld, muldu, macu, msbuRichard Henderson1-0/+108
2017-02-14target/openrisc: Represent MACHI:MACLO as a single unitRichard Henderson1-57/+63
2017-02-14target/openrisc: Implement msyncRichard Henderson1-0/+1
2017-02-14target/openrisc: Enable trap, csync, msync, psync for user modeRichard Henderson1-32/+0
2017-02-14target/openrisc: Use movcond where appropriateRichard Henderson1-14/+14
2017-02-14target/openrisc: Keep SR_CY and SR_OV in a separate variablesRichard Henderson1-79/+40
2017-02-14target/openrisc: Keep SR_F in a separate variableRichard Henderson1-64/+40
2017-02-14target/openrisc: Invert the decoding in dec_calcRichard Henderson1-207/+95
2017-02-14target/openrisc: Put SR[OVE] in TB flagsRichard Henderson1-9/+15
2017-02-14target/openrisc: Streamline arithmetic and OVERichard Henderson1-249/+177
2017-02-14target/openrisc: Rationalize immediate extractionRichard Henderson1-58/+40
2017-02-14target/openrisc: Tidy insn dumpingRichard Henderson1-24/+12
2017-02-14target/openrisc: Implement lwa, swaRichard Henderson1-0/+58
2017-01-10target-openrisc: Use clz and ctz opcodesRichard Henderson1-2/+4
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+1783