Searched refs:STORE_VSX (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/arch/powerpc/include/asm/ |
D | sstep.h | 33 STORE_VSX, enumerator 53 #define OP_IS_STORE(type) ((STORE <= (type) && (type) <= STORE_VSX) || (type) == STCX)
|
/Linux-v6.1/arch/powerpc/lib/ |
D | sstep.c | 2536 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr() 2593 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr() 2608 op->type = MKOP(STORE_VSX, 0, nb); in analyse_instr() 2618 op->type = MKOP(STORE_VSX, 0, 32); in analyse_instr() 2636 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr() 2643 op->type = MKOP(STORE_VSX, 0, 8); in analyse_instr() 2697 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr() 2705 op->type = MKOP(STORE_VSX, 0, 1); in analyse_instr() 2714 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr() 2723 op->type = MKOP(STORE_VSX, 0, 2); in analyse_instr() [all …]
|
/Linux-v6.1/arch/powerpc/kvm/ |
D | emulate_loadstore.c | 303 case STORE_VSX: { in kvmppc_emulate_loadstore()
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | hw_breakpoint.c | 530 return ((type == LOAD_VSX || type == STORE_VSX) && size == 32); in is_octword_vsx_instr()
|