Home
last modified time | relevance | path

Searched refs:OP_IS_LOAD_STORE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsstep.h55 #define OP_IS_LOAD_STORE(type) (LOAD <= (type) && (type) <= STCX) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsstep.h54 #define OP_IS_LOAD_STORE(type) (LOAD <= (type) && (type) <= STCX) macro
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dalign.c344 if (!OP_IS_LOAD_STORE(type)) { in fix_alignment()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dalign.c348 if (!OP_IS_LOAD_STORE(type)) { in fix_alignment()
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dsstep.c2928 if (OP_IS_LOAD_STORE(op->type) && (op->type & UPDATE)) { in analyse_instr()
3415 if (OP_IS_LOAD_STORE(type)) { in emulate_step()
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dsstep.c3121 if (OP_IS_LOAD_STORE(op->type) && (op->type & UPDATE)) { in analyse_instr()
3599 if (OP_IS_LOAD_STORE(type)) { in emulate_step()

Completed in 8 milliseconds