Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/lib/
Dtest_emulate_step.c739 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LXVPX(34, 3, 4))); in test_lxvpx_stxvpx()
/linux-6.6.21/arch/powerpc/include/asm/
Dppc-opcode.h448 #define PPC_RAW_LXVPX(xtp, a, b) (0x7c00029a | __PPC_XTP(xtp) | ___PPC_RA(a) | ___PPC_RB(b)) macro