qemu-patch-raspberry4/tcg/arm
Richard Henderson 4ae82ca7eb tcg/arm: Simplify use_armv5t_instructions
According to the Arm ARM DDI 0406C, section A1.3, the valid variants
are ARMv5T, ARMv5TE, ARMv5TEJ -- there is no ARMv5 without Thumb.
Therefore simplify the test from preprocessor ifdefs to base
architecture revision.  Retain the "t" in the name to minimize churn.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2021-09-14 12:00:21 -07:00
..
tcg-target-con-set.h tcg/arm: Implement TCG_TARGET_HAS_roti_vec 2021-06-04 11:50:11 -07:00
tcg-target-con-str.h tcg/arm: Implement minimal vector operations 2021-06-04 11:50:11 -07:00
tcg-target.c.inc tcg/arm: Standardize on tcg_out_<branch>_{reg,imm} 2021-09-14 12:00:21 -07:00
tcg-target.h tcg/arm: Simplify use_armv5t_instructions 2021-09-14 12:00:21 -07:00
tcg-target.opc.h tcg/arm: Implement TCG_TARGET_HAS_roti_vec 2021-06-04 11:50:11 -07:00