This patch series optimizes the ARM target by: - using globals instead of ld/st function - using TCG code instead of helpers - marking some helpers const and pure
Aurelien Jarno (5): target-arm: use globals for CC flags target-arm: convert add_cc and sub_cc helpers to TCG target-arm: convert shl and shr helpers to TCG target-arm: optimize helper_sar target-arm: mark a few integer helpers const and pure target-arm/helper.h | 25 +++--- target-arm/op_helper.c | 38 +------- target-arm/translate.c | 229 ++++++++++++++++++++++++++---------------------- 3 files changed, 137 insertions(+), 155 deletions(-) -- 1.7.10.4
