On 11/21/20 6:30 AM, Philippe Mathieu-Daudé wrote: >> -/* Godson integer instructions */ >> -static void gen_loongson_integer(DisasContext *ctx, uint32_t opc, >> - int rd, int rs, int rt) >> -{ > > This isn't part of the LoongSIMD ... > > [...] >> -} >> - >> -/* Loongson multimedia instructions */ >> -static void gen_loongson_multimedia(DisasContext *ctx, int rd, int rs, int >> rt) >> -{ > [...] > > ... but this part is. >
With gen_loongson_integer not moved, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~