Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tcg: add div/rem 32-bit helpers | Aurelien Jarno | 2010-03-14 | 1 | -0/+24 |
| | | | | | | | | | | | Some targets like ARM would benefit to use 32-bit helpers for div/rem/divu/remu. Create a #define for div2 so that targets can select between div, div2 and helper implementation. Use the helper version if none of the #define are present. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> | ||||
* | Compile TCG runtime library only once | Blue Swirl | 2009-09-20 | 1 | -0/+61 |
Signed-off-by: Blue Swirl <blauwirbel@gmail.com> |