Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dsstep.h34 LARX, enumerator
52 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX)
/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()
/linux/arch/powerpc/lib/
H A Dsstep.c2286 op->type = MKOP(LARX, 0, 4); in analyse_instr()
2295 op->type = MKOP(LARX, 0, 1); in analyse_instr()
2303 op->type = MKOP(LARX, 0, 2); in analyse_instr()
2312 op->type = MKOP(LARX, 0, 8); in analyse_instr()
2321 op->type = MKOP(LARX, 0, 16); in analyse_instr()
3336 case LARX: in emulate_loadstore()