Searched refs:BSWAP (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/m68k/include/asm/
H A Dmcf8390.h30 #define BSWAP(w) (((w) << 8) | ((w) >> 8)) macro
80 #undef BSWAP macro
81 #define BSWAP(w) (w) macro
94 #undef BSWAP macro
95 #define BSWAP(w) (w) macro
106 #undef BSWAP macro
107 #define BSWAP(w) (w) macro
/linux-master/arch/x86/crypto/
H A Dghash-clmulni-intel_asm.S29 #define BSWAP %xmm5 define
96 movaps .Lbswap_mask(%rip), BSWAP
97 pshufb BSWAP, DATA
99 pshufb BSWAP, DATA
113 movaps .Lbswap_mask(%rip), BSWAP
116 pshufb BSWAP, DATA
120 pshufb BSWAP, IN1
127 pshufb BSWAP, DATA
H A Dsha512-avx-asm.S311 # BSWAP 2 QWORDS
314 vpshufb %xmm1, %xmm0, %xmm0 # BSWAP
319 # BSWAP 2 QWORDS# Compute 2 Rounds
321 vpshufb %xmm1, %xmm0, %xmm0 # BSWAP
H A Dsha512-ssse3-asm.S313 # BSWAP 2 QWORDS
316 pshufb %xmm1, %xmm0 # BSWAP
321 # BSWAP 2 QWORDS# Compute 2 Rounds
323 pshufb %xmm1, %xmm0 # BSWAP
/linux-master/drivers/net/ethernet/8390/
H A Dmcf8390.c99 *buf++ = BSWAP(w);
125 *rp = BSWAP(w);

Completed in 339 milliseconds