summaryrefslogtreecommitdiff
path: root/src/common/register_set.h
AgeCommit message (Collapse)Author
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka
While it was some nice and fancy template usage, it ultimately had many practical issues regarding length of involved expressions under regular usage as well as common code completion tools not being able to handle the structures. Instead, we now use a more conventional approach which is a lot more clean to use.
2014-07-23RegisterSet: Simplify code by using structs for register definition instead ↵Tony Wasserka
of unions.
2014-06-12Pica: Use some template magic to define register structures efficiently.Tony Wasserka