Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dsstep.h54 #define OP_IS_LOAD_STORE(type) (LOAD <= (type) && (type) <= STCX) macro
/linux-6.1.9/arch/powerpc/kernel/
Dalign.c348 if (!OP_IS_LOAD_STORE(type)) { in fix_alignment()
/linux-6.1.9/arch/powerpc/lib/
Dsstep.c3110 if (OP_IS_LOAD_STORE(op->type) && (op->type & UPDATE)) { in analyse_instr()
3588 if (OP_IS_LOAD_STORE(type)) { in emulate_step()