Searched refs:STORE_VSX (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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)
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | sstep.c | 2543 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() 2704 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr() 2712 op->type = MKOP(STORE_VSX, 0, 1); in analyse_instr() 2721 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr() 2730 op->type = MKOP(STORE_VSX, 0, 2); in analyse_instr() [all …]
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | emulate_loadstore.c | 303 case STORE_VSX: { in kvmppc_emulate_loadstore()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | hw_breakpoint.c | 262 return ((type == LOAD_VSX || type == STORE_VSX) && size == 32); in is_octword_vsx_instr()
|