Home
last modified time | relevance | path

Searched refs:PPC_INST_COPY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dcopy-paste.h14 #define PPC_INST_COPY 0x7c20060c macro
17 #define PPC_COPY(a, b) stringify_in_c(.long PPC_INST_COPY | \
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dinstructions.h64 #define PPC_INST_COPY __COPY(0, 0, 0) macro
/openbmc/linux/arch/powerpc/kernel/
H A Dalign.c340 if ((ppc_inst_val(instr) & 0xfc0006fe) == (PPC_INST_COPY & 0xfc0006fe)) in fix_alignment()
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h268 #define PPC_INST_COPY 0x7c20060c macro
375 #define PPC_RAW_COPY(a, b) (PPC_INST_COPY | ___PPC_RA(a) | ___PPC_RB(b))