Searched refs:STCX (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/powerpc/include/asm/ |
D | sstep.h | 35 STCX, enumerator 53 #define OP_IS_STORE(type) ((STORE <= (type) && (type) <= STORE_VSX) || (type) == STCX) 54 #define OP_IS_LOAD_STORE(type) (LOAD <= (type) && (type) <= STCX)
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | align.c | 355 if (type == LARX || type == STCX) in fix_alignment()
|
D | hw_breakpoint.c | 525 return type == LARX || type == STCX; in is_larx_stcx_instr()
|
/linux-6.1.9/arch/powerpc/lib/ |
D | sstep.c | 2284 op->type = MKOP(STCX, 0, 4); in analyse_instr() 2293 op->type = MKOP(STCX, 0, 8); in analyse_instr() 2301 op->type = MKOP(STCX, 0, 1); in analyse_instr() 2309 op->type = MKOP(STCX, 0, 2); in analyse_instr() 2319 op->type = MKOP(STCX, 0, 16); in analyse_instr() 3367 case STCX: in emulate_loadstore()
|