Home
last modified time | relevance | path

Searched refs:VSX_SPLAT (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/powerpc/kvm/
Demulate_loadstore.c193 if (op.vsx_flags & VSX_SPLAT) in kvmppc_emulate_loadstore()
200 if (op.vsx_flags & VSX_SPLAT) in kvmppc_emulate_loadstore()
/Linux-v5.10/arch/powerpc/include/asm/
Dsstep.h92 #define VSX_SPLAT 2 /* store loaded value into all elements */ macro
/Linux-v5.10/arch/powerpc/lib/
Dsstep.c743 } else if (op->vsx_flags & VSX_SPLAT) in emulate_vsx_load()
754 if (op->vsx_flags & VSX_SPLAT) { in emulate_vsx_load()
2400 op->vsx_flags = VSX_SPLAT; in analyse_instr()
2407 op->vsx_flags = VSX_SPLAT | VSX_CHECK_VEC; in analyse_instr()