Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dsstep.h51 #define OP_IS_LOAD_STORE(type) (LOAD <= (type) && (type) <= STCX) macro
/Linux-v5.4/arch/powerpc/kernel/
Dalign.c342 if (!OP_IS_LOAD_STORE(type)) { in fix_alignment()
/Linux-v5.4/arch/powerpc/lib/
Dsstep.c3122 if (OP_IS_LOAD_STORE(type)) { in emulate_step()