Searched refs:MKOP (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/lib/ |
| A D | sstep.c | 2290 op->type = MKOP(LARX, 0, 4); in analyse_instr() 2294 op->type = MKOP(STCX, 0, 4); in analyse_instr() 2299 op->type = MKOP(LARX, 0, 1); in analyse_instr() 2303 op->type = MKOP(STCX, 0, 1); in analyse_instr() 2307 op->type = MKOP(LARX, 0, 2); in analyse_instr() 2311 op->type = MKOP(STCX, 0, 2); in analyse_instr() 2316 op->type = MKOP(LARX, 0, 8); in analyse_instr() 2320 op->type = MKOP(STCX, 0, 8); in analyse_instr() 2760 op->type = MKOP(LOAD, u, 4); in analyse_instr() 2766 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