Home
last modified time | relevance | path

Searched refs:STORE_VSX (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
A Dsstep.h33 STORE_VSX, enumerator
53 #define OP_IS_STORE(type) ((STORE <= (type) && (type) <= STORE_VSX) || (type) == STCX)
/arch/powerpc/lib/
A Dsstep.c2543 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr()
2600 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr()
2615 op->type = MKOP(STORE_VSX, 0, nb); in analyse_instr()
2625 op->type = MKOP(STORE_VSX, 0, 32); in analyse_instr()
2643 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr()
2650 op->type = MKOP(STORE_VSX, 0, 8); in analyse_instr()
2712 op->type = MKOP(STORE_VSX, 0, 1); in analyse_instr()
2730 op->type = MKOP(STORE_VSX, 0, 2); in analyse_instr()
2930 op->type = MKOP(STORE_VSX, 0, 8); in analyse_instr()
2941 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr()
[all …]
/arch/powerpc/kvm/
A Demulate_loadstore.c304 case STORE_VSX: { in kvmppc_emulate_loadstore()
/arch/powerpc/kernel/
A Dhw_breakpoint.c262 return ((type == LOAD_VSX || type == STORE_VSX) && size == 32); in is_octword_vsx_instr()

Completed in 11 milliseconds