Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/lib/
Dsstep.c1299 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
1304 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
1309 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
1315 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
1321 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
1343 op->type = MKOP(LARX, 0, 4); in analyse_instr()
1347 op->type = MKOP(STCX, 0, 4); in analyse_instr()
1352 op->type = MKOP(LARX, 0, 8); in analyse_instr()
1356 op->type = MKOP(STCX, 0, 8); in analyse_instr()
1361 op->type = MKOP(LOAD, u, 8); in analyse_instr()
[all …]
/linux-4.4.14/arch/powerpc/include/asm/
Dsstep.h75 #define MKOP(t, f, s) ((t) | (f) | SIZE(s)) macro