On 1/9/22 1:25 AM, WANG Xuerui wrote:
+static inline int shl_2(DisasContext *ctx, int x)
+{
+    return x * 4;
Although "<< 2" has the same effect as "* 4" here, isn't "<< 2" better in matching the function name?

Yes, good point.


r~

Reply via email to