Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dsstep.h28 LOAD_VSX, enumerator
52 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX)
/linux-6.1.9/arch/powerpc/lib/
Dsstep.c2524 op->type = MKOP(LOAD_VSX, 0, 4); in analyse_instr()
2530 op->type = MKOP(LOAD_VSX, SIGNEXT, 4); in analyse_instr()
2544 op->type = MKOP(LOAD_VSX, 0, 16); in analyse_instr()
2559 op->type = MKOP(LOAD_VSX, 0, nb); in analyse_instr()
2567 op->type = MKOP(LOAD_VSX, 0, 8); in analyse_instr()
2576 op->type = MKOP(LOAD_VSX, 0, 32); in analyse_instr()
2584 op->type = MKOP(LOAD_VSX, 0, 4); in analyse_instr()
2623 op->type = MKOP(LOAD_VSX, 0, 4); in analyse_instr()
2630 op->type = MKOP(LOAD_VSX, 0, 8); in analyse_instr()
2649 op->type = MKOP(LOAD_VSX, 0, 16); in analyse_instr()
[all …]
/linux-6.1.9/arch/powerpc/kvm/
Demulate_loadstore.c179 case LOAD_VSX: { in kvmppc_emulate_loadstore()
/linux-6.1.9/arch/powerpc/kernel/
Dhw_breakpoint.c530 return ((type == LOAD_VSX || type == STORE_VSX) && size == 32); in is_octword_vsx_instr()