summaryrefslogtreecommitdiffstats
path: root/target-i386/shift_helper_template.h
Commit message (Collapse)AuthorAgeFilesLines
* x86: avoid AREG0 for integer helpersBlue Swirl2012-08-141-2/+4
| | | | | | Add an explicit CPUX86State parameter instead of relying on AREG0. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* x86: avoid AREG0 for condition code helpersBlue Swirl2012-08-141-2/+2
| | | | | | Add an explicit CPUX86State parameter instead of relying on AREG0. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* x86: split condition code and shift templatesBlue Swirl2012-06-281-0/+110
Move shift templates from helper_template.h to shift_helper_template.h and the condition code helpers to cc_helper_template.h. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>