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

/linux-4.4.14/arch/x86/crypto/
H A Dghash-clmulni-intel_asm.S33 #define BSWAP %xmm5 define
99 movaps .Lbswap_mask, BSWAP
100 PSHUFB_XMM BSWAP DATA
102 PSHUFB_XMM BSWAP DATA
114 movaps .Lbswap_mask, BSWAP
117 PSHUFB_XMM BSWAP DATA
121 PSHUFB_XMM BSWAP IN1
128 PSHUFB_XMM BSWAP DATA
H A Dsha512-avx-asm.S314 # BSWAP 2 QWORDS
317 vpshufb %xmm1, %xmm0, %xmm0 # BSWAP
322 # BSWAP 2 QWORDS# Compute 2 Rounds
324 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-4.4.14/arch/m68k/include/asm/
H A Dmcf8390.h29 #define BSWAP(w) (((w) << 8) | ((w) >> 8)) macro
79 #undef BSWAP macro
80 #define BSWAP(w) (w) macro
93 #undef BSWAP macro
94 #define BSWAP(w) (w) macro
105 #undef BSWAP macro
106 #define BSWAP(w) (w) macro
/linux-4.4.14/drivers/net/ethernet/8390/
H A Dmcf8390.c102 *buf++ = BSWAP(w); ei_insw()
128 *rp = BSWAP(w); ei_outsw()
/linux-4.4.14/drivers/net/ethernet/amd/
H A D7990.c155 * However, the datasheet says that the BSWAP bit doesn't affect lance_init_ring()
/linux-4.4.14/arch/arm64/net/
H A Dbpf_jit_comp.c349 /* dst = BSWAP##imm(dst) */ build_insn()

Completed in 135 milliseconds