Home
last modified time | relevance | path

Searched defs:OP_IS_STORE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsstep.h54 #define OP_IS_STORE(type) ((STORE <= (type) && (type) <= STORE_VSX) || (type) == STCX) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsstep.h53 #define OP_IS_STORE(type) ((STORE <= (type) && (type) <= STORE_VSX) || (type) == STCX) macro

Completed in 2 milliseconds