Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/include/asm/
Dppc-opcode.h436 #define PPC_RAW_LXVD2X(s, a, b) (0x7c000698 | VSX_XX1((s), a, b)) macro
650 #define LXVD2X(s, a, b) stringify_in_c(.long PPC_RAW_LXVD2X(s, a, b))
/linux-6.6.21/arch/powerpc/lib/
Dtest_emulate_step.c573 stepped = emulate_step(&regs, ppc_inst(PPC_RAW_LXVD2X(39, R3, R4))); in test_lxvd2x_stxvd2x()