Home
last modified time | relevance | path

Searched refs:XXSWAPD (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/arch/powerpc/lib/
Dldstfp.S171 XXSWAPD(0,0)
196 XXSWAPD(0,0)
/linux-6.6.21/tools/testing/selftests/powerpc/primitives/asm/
Dppc_asm.h126 #define STXVD2X_ROT(n,b,base) XXSWAPD(n,n); \
128 XXSWAPD(n,n)
131 XXSWAPD(n,n)
/linux-6.6.21/arch/powerpc/include/asm/
Dppc_asm.h126 #define STXVD2X_ROT(n,b,base) XXSWAPD(n,n); \
128 XXSWAPD(n,n)
131 XXSWAPD(n,n)
Dppc-opcode.h656 #define XXSWAPD(t, a) stringify_in_c(.long PPC_RAW_XXSWAPD(t, a)) macro