Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/lib/
Dtest_emulate_step.c766 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_STXVPX(34, 3, 4))); in test_lxvpx_stxvpx()
/linux-6.6.21/arch/powerpc/include/asm/
Dppc-opcode.h449 #define PPC_RAW_STXVPX(xsp, a, b) (0x7c00039a | __PPC_XSP(xsp) | ___PPC_RA(a) | ___PPC_RB(b)) macro