Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dsstep.h34 LARX, enumerator
52 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX)
/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.c2290 op->type = MKOP(LARX, 0, 4); in analyse_instr()
2299 op->type = MKOP(LARX, 0, 1); in analyse_instr()
2307 op->type = MKOP(LARX, 0, 2); in analyse_instr()
2316 op->type = MKOP(LARX, 0, 8); in analyse_instr()
2325 op->type = MKOP(LARX, 0, 16); in analyse_instr()
3340 case LARX: in emulate_loadstore()
/openbmc/qemu/target/ppc/
H A Dtranslate.c3588 #define LARX(name, memop) \ macro
3595 LARX(lbarx, DEF_MEMOP(MO_UB)) in LARX() function
3596 LARX(lharx, DEF_MEMOP(MO_UW)) in LARX()
3597 LARX(lwarx, DEF_MEMOP(MO_UL)) in LARX()
3848 LARX(ldarx, DEF_MEMOP(MO_UQ)) in STCX()