Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/lib/
H A Dtest_emulate_step.c321 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STFSX(10, 3, 4))); in test_lfsx_stfsx()
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h479 #define PPC_RAW_STFSX(s, a, b) (0x7c00052e | ___PPC_RS(s) | ___PPC_RA(a) | ___PPC_RB(b)) macro