On 04.06.2025 11:40, Song Gao wrote:
+static bool check_vldi_mode(arg_vldi *a) +{ + return (a->imm >>8 & 0xf) <= 12; +} static bool gen_vldi(DisasContext *ctx, arg_vldi *a, uint32_t oprsz) {
An empty line can be added here between two functions during patch apply ;) /mjt