Hi Bala,

@@ -2382,6 +2386,15 @@ int analyse_instr(struct instruction_op *op, const 
struct pt_regs *regs,
                        op->vsx_flags = VSX_SPLAT;
                        break;
+ case 333: /* lxvpx */
+                       if (!cpu_has_feature(CPU_FTR_ARCH_31))
+                               return -1;
+                       op->reg = VSX_REGISTER_XTP(rd);
+                       op->type = MKOP(LOAD_VSX, 0, 32);
+                       op->element_size = 32;
+                       op->vsx_flags = VSX_CHECK_VEC;

Why VSX_CHECK_VEC?

Ravi

Reply via email to