Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/lib/
Dsstep.c2160 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
2165 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
2170 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2176 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2182 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
2187 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr()
2210 op->type = MKOP(LARX, 0, 4); in analyse_instr()
2214 op->type = MKOP(STCX, 0, 4); in analyse_instr()
2219 op->type = MKOP(LARX, 0, 8); in analyse_instr()
2223 op->type = MKOP(STCX, 0, 8); in analyse_instr()
[all …]
/Linux-v5.15/arch/powerpc/include/asm/
Dsstep.h105 #define MKOP(t, f, s) ((t) | (f) | SIZE(s)) macro