Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dsstep.h88 #define VSX_SPLAT 2 /* store loaded value into all elements */ macro
/Linux-v5.4/arch/powerpc/kvm/
Demulate_loadstore.c199 if (op.vsx_flags & VSX_SPLAT) in kvmppc_emulate_loadstore()
206 if (op.vsx_flags & VSX_SPLAT) in kvmppc_emulate_loadstore()
/Linux-v5.4/arch/powerpc/lib/
Dsstep.c700 } else if (op->vsx_flags & VSX_SPLAT) in emulate_vsx_load()
711 if (op->vsx_flags & VSX_SPLAT) { in emulate_vsx_load()
2316 op->vsx_flags = VSX_SPLAT; in analyse_instr()
2323 op->vsx_flags = VSX_SPLAT | VSX_CHECK_VEC; in analyse_instr()