Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/lib/
Dsstep.c2240 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
2245 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
2250 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2256 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2262 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
2267 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr()
2290 op->type = MKOP(LARX, 0, 4); in analyse_instr()
2294 op->type = MKOP(STCX, 0, 4); in analyse_instr()
2299 op->type = MKOP(LARX, 0, 1); in analyse_instr()
2303 op->type = MKOP(STCX, 0, 1); in analyse_instr()
[all …]
/linux-6.12.1/arch/powerpc/include/asm/
Dsstep.h105 #define MKOP(t, f, s) ((t) | (f) | SIZE(s)) macro