Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/lib/
Dtest_emulate_step.c651 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LXVP(34, 4, 0))); in test_lxvp_stxvp()
/Linux-v6.6/arch/powerpc/include/asm/
Dppc-opcode.h446 #define PPC_RAW_LXVP(xtp, a, i) (0x18000000 | __PPC_XTP(xtp) | ___PPC_RA(a) | IMM_DQ(i)) macro