Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dsstep.h38 LARX, enumerator
/Linux-v4.19/arch/powerpc/kernel/
Dalign.c349 if (type == LARX || type == STCX) in fix_alignment()
/Linux-v4.19/arch/powerpc/lib/
Dsstep.c1925 op->type = MKOP(LARX, 0, 4); in analyse_instr()
1934 op->type = MKOP(LARX, 0, 8); in analyse_instr()
1942 op->type = MKOP(LARX, 0, 1); in analyse_instr()
1950 op->type = MKOP(LARX, 0, 2); in analyse_instr()
1959 op->type = MKOP(LARX, 0, 16); in analyse_instr()
2757 case LARX: in emulate_loadstore()