Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsstep.h55 #define OP_IS_LOAD_STORE(type) (LOAD <= (type) && (type) <= STCX) macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dalign.c344 if (!OP_IS_LOAD_STORE(type)) { in fix_alignment()
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dsstep.c2918 if (OP_IS_LOAD_STORE(op->type) && (op->type & UPDATE)) { in analyse_instr()
3405 if (OP_IS_LOAD_STORE(type)) { in emulate_step()