summaryrefslogtreecommitdiff
path: root/target-tilegx
AgeCommit message (Expand)AuthorFilesLines
2015-09-15target-tilegx: Handle most bit manipulation instructionsRichard Henderson3-1/+79
2015-09-15target-tilegx: Handle arithmetic instructionsRichard Henderson1-6/+90
2015-09-15target-tilegx: Handle simple logical operationsRichard Henderson1-3/+96
2015-09-15target-tilegx: Add TILE-Gx building filesChen Gang1-0/+1
2015-09-15target-tilegx: Generate SEGV properlyRichard Henderson2-1/+6
2015-09-15target-tilegx: Framework for decoding bundlesRichard Henderson1-0/+1145
2015-09-15target-tilegx: Add several helpers for instructions translationChen Gang2-0/+74
2015-09-15target-tilegx: Add cpu basic features for linux-userChen Gang2-0/+345
2015-09-15target-tilegx: Add special register information from Tilera CorporationChen Gang1-0/+216
2015-09-15target-tilegx: Fix LDNA_ADD_IMM8_OPCODE_X1Richard Henderson1-1/+1
2015-09-15target-tilegx: Modify _SPECIAL_ opcodesRichard Henderson1-2/+2
2015-09-15target-tilegx: Modify opcode_tilegx.h to fit QEMU usageChen Gang1-110/+110
2015-09-15target-tilegx: Add opcode basic implementation from Tilera CorporationChen Gang1-0/+1406