Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/lib/
Dsstep.c2230 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
2235 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
2240 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2246 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2252 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
2257 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr()
2280 op->type = MKOP(LARX, 0, 4); in analyse_instr()
2284 op->type = MKOP(STCX, 0, 4); in analyse_instr()
2289 op->type = MKOP(LARX, 0, 8); in analyse_instr()
2293 op->type = MKOP(STCX, 0, 8); in analyse_instr()
[all …]
/linux-6.1.9/arch/powerpc/include/asm/
Dsstep.h105 #define MKOP(t, f, s) ((t) | (f) | SIZE(s)) macro