Searched refs:STORE_VSX (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | sstep.h | 34 STORE_VSX, enumerator 54 #define OP_IS_STORE(type) ((STORE <= (type) && (type) <= STORE_VSX) || (type) == STCX)
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | sstep.h | 33 STORE_VSX, enumerator 53 #define OP_IS_STORE(type) ((STORE <= (type) && (type) <= STORE_VSX) || (type) == STCX)
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | sstep.c | 2547 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr() 2604 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr() 2619 op->type = MKOP(STORE_VSX, 0, nb); in analyse_instr() 2629 op->type = MKOP(STORE_VSX, 0, 32); in analyse_instr() 2647 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr() 2654 op->type = MKOP(STORE_VSX, 0, 8); in analyse_instr() 2708 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr() 2716 op->type = MKOP(STORE_VSX, 0, 1); in analyse_instr() 2725 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr() 2734 op->type = MKOP(STORE_VSX, in analyse_instr() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | sstep.c | 2399 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr() 2448 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr() 2463 op->type = MKOP(STORE_VSX, 0, nb); in analyse_instr() 2484 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr() 2491 op->type = MKOP(STORE_VSX, 0, 8); in analyse_instr() 2545 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr() 2553 op->type = MKOP(STORE_VSX, 0, 1); in analyse_instr() 2562 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr() 2571 op->type = MKOP(STORE_VSX, 0, 2); in analyse_instr() 2578 op->type = MKOP(STORE_VSX, in analyse_instr() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | emulate_loadstore.c | 302 case STORE_VSX: { in kvmppc_emulate_loadstore()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | emulate_loadstore.c | 303 case STORE_VSX: { in kvmppc_emulate_loadstore()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | hw_breakpoint.c | 262 return ((type == LOAD_VSX || type == STORE_VSX) && size == 32); in is_octword_vsx_instr()
|
Completed in 9 milliseconds