Home
last modified time | relevance | path

Searched refs:STORE_VSX (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsstep.h34 STORE_VSX, enumerator
54 #define OP_IS_STORE(type) ((STORE <= (type) && (type) <= STORE_VSX) || (type) == STCX)
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dsstep.c2389 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr()
2438 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr()
2453 op->type = MKOP(STORE_VSX, 0, nb); in analyse_instr()
2474 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr()
2481 op->type = MKOP(STORE_VSX, 0, 8); in analyse_instr()
2535 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr()
2543 op->type = MKOP(STORE_VSX, 0, 1); in analyse_instr()
2552 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr()
2561 op->type = MKOP(STORE_VSX, 0, 2); in analyse_instr()
2568 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Demulate_loadstore.c302 case STORE_VSX: { in kvmppc_emulate_loadstore()