Searched refs:MKOP (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/lib/ |
A D | sstep.c | 2293 op->type = MKOP(LARX, 0, 4); in analyse_instr() 2297 op->type = MKOP(STCX, 0, 4); in analyse_instr() 2302 op->type = MKOP(LARX, 0, 8); in analyse_instr() 2306 op->type = MKOP(STCX, 0, 8); in analyse_instr() 2310 op->type = MKOP(LARX, 0, 1); in analyse_instr() 2314 op->type = MKOP(STCX, 0, 1); in analyse_instr() 2318 op->type = MKOP(LARX, 0, 2); in analyse_instr() 2322 op->type = MKOP(STCX, 0, 2); in analyse_instr() 2762 op->type = MKOP(LOAD, u, 4); in analyse_instr() 2768 op->type = MKOP(LOAD, u, 1); in analyse_instr() [all …]
|
/linux/arch/powerpc/include/asm/ |
A D | sstep.h | 105 #define MKOP(t, f, s) ((t) | (f) | SIZE(s)) macro
|
Completed in 9 milliseconds