Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Demulate_loadstore.c194 if (op.vsx_flags & VSX_SPLAT) in kvmppc_emulate_loadstore()
201 if (op.vsx_flags & VSX_SPLAT) in kvmppc_emulate_loadstore()
/linux/arch/powerpc/include/asm/
H A Dsstep.h91 #define VSX_SPLAT 2 /* store loaded value into all elements */ macro
/linux/arch/powerpc/lib/
H A Dsstep.c829 } else if (op->vsx_flags & VSX_SPLAT) in emulate_vsx_load()
840 if (op->vsx_flags & VSX_SPLAT) { in emulate_vsx_load()
2580 op->vsx_flags = VSX_SPLAT; in analyse_instr()
2597 op->vsx_flags = VSX_SPLAT | VSX_CHECK_VEC; in analyse_instr()