Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c2236 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
2241 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
2246 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2252 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2258 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
2263 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr()
2286 op->type = MKOP(LARX, 0, 4); in analyse_instr()
2290 op->type = MKOP(STCX, 0, 4); in analyse_instr()
2295 op->type = MKOP(LARX, 0, 1); in analyse_instr()
2299 op->type = MKOP(STCX, 0, 1); in analyse_instr()
[all …]
/openbmc/linux/arch/powerpc/include/asm/
H A Dsstep.h105 #define MKOP(t, f, s) ((t) | (f) | SIZE(s)) macro