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

/linux-master/arch/powerpc/include/asm/
H A Dsstep.h34 LARX, enumerator in enum:instruction_type
52 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX)
117 /* For LOAD/STORE/LARX/STCX */
/linux-master/arch/powerpc/kernel/
H A Dalign.c355 if (type == LARX || type == STCX)
H A Dhw_breakpoint.c257 return type == LARX || type == STCX;
/linux-master/arch/powerpc/lib/
H A Dsstep.c2290 op->type = MKOP(LARX, 0, 4);
2299 op->type = MKOP(LARX, 0, 1);
2307 op->type = MKOP(LARX, 0, 2);
2316 op->type = MKOP(LARX, 0, 8);
2325 op->type = MKOP(LARX, 0, 16);
3340 case LARX:

Completed in 162 milliseconds