Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsstep.h53 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsstep.h52 #define OP_IS_LOAD(type) ((LOAD <= (type) && (type) <= LOAD_VSX) || (type) == LARX) macro

Completed in 2 milliseconds