在 2025/6/4 下午7:23, Michael Tokarev 写道:
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 ;)
OK, I will:-) thanks. Song Gao
/mjt