Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/lib/
Dsstep.c1981 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
1986 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
1991 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
1997 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2003 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
2008 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr()
2031 op->type = MKOP(LARX, 0, 4); in analyse_instr()
2035 op->type = MKOP(STCX, 0, 4); in analyse_instr()
2040 op->type = MKOP(LARX, 0, 8); in analyse_instr()
2044 op->type = MKOP(STCX, 0, 8); in analyse_instr()
[all …]
/Linux-v5.4/arch/powerpc/include/asm/
Dsstep.h98 #define MKOP(t, f, s) ((t) | (f) | SIZE(s)) macro