Home
last modified time | relevance | path

Searched refs:LXVD2X (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/lib/
Dldstfp.S169 1: LXVD2X(0,R0,R4)
175 LXVD2X(0,R1,R8)
199 LXVD2X(0,R1,R8)
/arch/powerpc/include/asm/
Dppc_asm.h83 #define LXVD2X_ROT(n,b,base) LXVD2X(n,b,base)
89 #define LXVD2X_ROT(n,b,base) LXVD2X(n,b,base); \
Dppc-opcode.h628 #define LXVD2X(s, a, b) stringify_in_c(.long PPC_RAW_LXVD2X(s, a, b)) macro