Home
last modified time | relevance | path

Searched refs:STCX (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/powerpc/include/asm/
Dsstep.h36 STCX, enumerator
54 #define OP_IS_STORE(type) ((STORE <= (type) && (type) <= STORE_VSX) || (type) == STCX)
55 #define OP_IS_LOAD_STORE(type) (LOAD <= (type) && (type) <= STCX)
/Linux-v5.10/arch/powerpc/kernel/
Dalign.c350 if (type == LARX || type == STCX) in fix_alignment()
Dhw_breakpoint.c499 return type == LARX || type == STCX; in is_larx_stcx_instr()
/Linux-v5.10/arch/powerpc/lib/
Dsstep.c2119 op->type = MKOP(STCX, 0, 4); in analyse_instr()
2128 op->type = MKOP(STCX, 0, 8); in analyse_instr()
2136 op->type = MKOP(STCX, 0, 1); in analyse_instr()
2144 op->type = MKOP(STCX, 0, 2); in analyse_instr()
2154 op->type = MKOP(STCX, 0, 16); in analyse_instr()
3103 case STCX: in emulate_loadstore()