summaryrefslogtreecommitdiffstats
path: root/tcg-runtime.c
Commit message (Collapse)AuthorAgeFilesLines
* tcg: Push tcg-runtime routines into exec/helper-*Richard Henderson2014-05-281-15/+25
| | | | | | | | Rather than special casing them, use the standard mechanisms for tcg helper generation. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
* tcg: Implement multiword multiply helpersRichard Henderson2013-02-231-1/+15
| | | | | Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* tcg: add div/rem 32-bit helpersAurelien Jarno2010-03-141-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 onceBlue Swirl2009-09-201-0/+61
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
OpenPOWER on IntegriCloud