Home
last modified time | relevance | path

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

/arch/powerpc/lib/
Dsstep.c2093 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
2098 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
2103 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2109 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2115 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
2120 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr()
2143 op->type = MKOP(LARX, 0, 4); in analyse_instr()
2147 op->type = MKOP(STCX, 0, 4); in analyse_instr()
2152 op->type = MKOP(LARX, 0, 8); in analyse_instr()
2156 op->type = MKOP(STCX, 0, 8); in analyse_instr()
[all …]
/arch/powerpc/include/asm/
Dsstep.h106 #define MKOP(t, f, s) ((t) | (f) | SIZE(s)) macro