Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-14 | x86: avoid AREG0 for condition code helpers | Blue Swirl | 1 | -18/+18 | |
Add an explicit CPUX86State parameter instead of relying on AREG0. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | |||||
2012-06-28 | x86: split condition code and shift templates | Blue Swirl | 1 | -0/+277 | |
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> |