Home
last modified time | relevance | path

Searched refs:MKOP (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/powerpc/lib/
Dsstep.c2065 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
2070 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
2075 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2081 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2087 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
2092 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr()
2115 op->type = MKOP(LARX, 0, 4); in analyse_instr()
2119 op->type = MKOP(STCX, 0, 4); in analyse_instr()
2124 op->type = MKOP(LARX, 0, 8); in analyse_instr()
2128 op->type = MKOP(STCX, 0, 8); in analyse_instr()
[all …]
/Linux-v5.10/arch/powerpc/include/asm/
Dsstep.h106 #define MKOP(t, f, s) ((t) | (f) | SIZE(s)) macro