Home
last modified time | relevance | path

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

/arch/powerpc/lib/
Dsstep.c1314 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
1319 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
1324 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
1330 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
1336 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
1358 op->type = MKOP(LARX, 0, 4); in analyse_instr()
1362 op->type = MKOP(STCX, 0, 4); in analyse_instr()
1367 op->type = MKOP(LARX, 0, 8); in analyse_instr()
1371 op->type = MKOP(STCX, 0, 8); in analyse_instr()
1376 op->type = MKOP(LOAD, u, 8); in analyse_instr()
[all …]
/arch/powerpc/include/asm/
Dsstep.h75 #define MKOP(t, f, s) ((t) | (f) | SIZE(s)) macro