Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/include/asm/
Dsstep.h28 LOAD_VSX, enumerator
52 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX)
/linux-6.12.1/arch/powerpc/lib/
Dsstep.c2535 op->type = MKOP(LOAD_VSX, 0, 4); in analyse_instr()
2541 op->type = MKOP(LOAD_VSX, SIGNEXT, 4); in analyse_instr()
2555 op->type = MKOP(LOAD_VSX, 0, 16); in analyse_instr()
2570 op->type = MKOP(LOAD_VSX, 0, nb); in analyse_instr()
2578 op->type = MKOP(LOAD_VSX, 0, 8); in analyse_instr()
2587 op->type = MKOP(LOAD_VSX, 0, 32); in analyse_instr()
2595 op->type = MKOP(LOAD_VSX, 0, 4); in analyse_instr()
2634 op->type = MKOP(LOAD_VSX, 0, 4); in analyse_instr()
2641 op->type = MKOP(LOAD_VSX, 0, 8); in analyse_instr()
2660 op->type = MKOP(LOAD_VSX, 0, 16); in analyse_instr()
[all …]
/linux-6.12.1/arch/powerpc/kvm/
Demulate_loadstore.c179 case LOAD_VSX: { in kvmppc_emulate_loadstore()
/linux-6.12.1/arch/powerpc/kernel/
Dhw_breakpoint.c262 return ((type == LOAD_VSX || type == STORE_VSX) && size == 32); in is_octword_vsx_instr()