Home
last modified time | relevance | path

Searched refs:IS_XFORM (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Ddisassemble.h85 #define IS_XFORM(inst) (get_op(inst) == 31) macro
99 if (IS_XFORM(instr)) { in make_dsisr()
/linux-4.1.27/arch/powerpc/kernel/
Dalign.c812 if (IS_XFORM(instruction) && ((instruction >> 1) & 0x3ff) == 532) { in fix_alignment()
815 } else if (IS_XFORM(instruction) && in fix_alignment()