On 1/28/21 5:39 AM, Stefan Weil wrote:
>> - case INDEX_op_div2_i32: /* Optional (TCG_TARGET_HAS_div2_i32). */
>> - case INDEX_op_divu2_i32: /* Optional (TCG_TARGET_HAS_div2_i32). */
>> - TODO();
>> - break;
>> #if TCG_TARGET_REG_BITS == 32
>> case INDEX_op_add2_i3
Am 28.01.21 um 09:23 schrieb Richard Henderson:
We do not simultaneously support div and div2 -- it's one
or the other. TCI is already using div, so remove div2.
Signed-off-by: Richard Henderson
---
tcg/tci.c| 12
tcg/tci/tcg-target.c.inc | 16
Richard Henderson writes:
> We do not simultaneously support div and div2 -- it's one
> or the other. TCI is already using div, so remove div2.
>
> Signed-off-by: Richard Henderson
Reviewed-by: Alex Bennée
--
Alex Bennée
We do not simultaneously support div and div2 -- it's one
or the other. TCI is already using div, so remove div2.
Signed-off-by: Richard Henderson
---
tcg/tci.c| 12
tcg/tci/tcg-target.c.inc | 16
2 files changed, 28 deletions(-)
diff --git a/tcg/t