Searched refs:STORE_VSX (Results 1 – 4 of 4) sorted by relevance
/linux/arch/powerpc/include/asm/ |
A D | sstep.h | 33 STORE_VSX, enumerator 53 #define OP_IS_STORE(type) ((STORE <= (type) && (type) <= STORE_VSX) || (type) == STCX)
|
/linux/arch/powerpc/lib/ |
A D | sstep.c | 2549 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr() 2606 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr() 2621 op->type = MKOP(STORE_VSX, 0, nb); in analyse_instr() 2631 op->type = MKOP(STORE_VSX, 0, 32); in analyse_instr() 2649 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr() 2656 op->type = MKOP(STORE_VSX, 0, 8); in analyse_instr() 2718 op->type = MKOP(STORE_VSX, 0, 1); in analyse_instr() 2736 op->type = MKOP(STORE_VSX, 0, 2); in analyse_instr() 2936 op->type = MKOP(STORE_VSX, 0, 8); in analyse_instr() 2947 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr() [all …]
|
/linux/arch/powerpc/kvm/ |
A D | emulate_loadstore.c | 302 case STORE_VSX: { in kvmppc_emulate_loadstore()
|
/linux/arch/powerpc/kernel/ |
A D | hw_breakpoint.c | 503 return ((type == LOAD_VSX || type == STORE_VSX) && size == 32); in is_octword_vsx_instr()
|
Completed in 18 milliseconds