Home
last modified time | relevance | path

Searched defs:STXVD2X (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h111 #define STXVD2X(xs, ra, rb) .long (0x7c000798 | VSX_XX1((xs), (ra), (rb))) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h649 #define STXVD2X(s, a, b) stringify_in_c(.long PPC_RAW_STXVD2X(s, a, b)) macro