Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dsstep.h35 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)
/openbmc/linux/arch/powerpc/kernel/
H A Dalign.c355 if (type == LARX || type == STCX) in fix_alignment()
H A Dhw_breakpoint.c257 return type == LARX || type == STCX; in is_larx_stcx_instr()
/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c2294 op->type = MKOP(STCX, 0, 4); in analyse_instr()
2303 op->type = MKOP(STCX, 0, 1); in analyse_instr()
2311 op->type = MKOP(STCX, 0, 2); in analyse_instr()
2320 op->type = MKOP(STCX, 0, 8); in analyse_instr()
2330 op->type = MKOP(STCX, 0, 16); in analyse_instr()
3378 case STCX: in emulate_loadstore()
/openbmc/qemu/target/ppc/
H A Dtranslate.c3836 #define STCX(name, memop) \ macro
3842 STCX(stbcx_, DEF_MEMOP(MO_UB)) in STCX() function
3843 STCX(sthcx_, DEF_MEMOP(MO_UW)) in STCX()
3844 STCX(stwcx_, DEF_MEMOP(MO_UL)) in STCX()
3850 STCX(stdcx_, DEF_MEMOP(MO_UQ)) in STCX()