Home
last modified time | relevance | path

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

/linux-5.19.10/arch/m68k/include/asm/
Dmcf8390.h30 #define BSWAP(w) (((w) << 8) | ((w) >> 8)) macro
80 #undef BSWAP
81 #define BSWAP(w) (w) macro
94 #undef BSWAP
95 #define BSWAP(w) (w) macro
106 #undef BSWAP
107 #define BSWAP(w) (w) macro
/linux-5.19.10/arch/x86/crypto/
Dghash-clmulni-intel_asm.S29 #define BSWAP %xmm5 macro
96 movaps .Lbswap_mask, BSWAP
97 pshufb BSWAP, DATA
99 pshufb BSWAP, DATA
113 movaps .Lbswap_mask, BSWAP
116 pshufb BSWAP, DATA
120 pshufb BSWAP, IN1
127 pshufb BSWAP, DATA
Dsha512-ssse3-asm.S312 # BSWAP 2 QWORDS
315 pshufb %xmm1, %xmm0 # BSWAP
320 # BSWAP 2 QWORDS# Compute 2 Rounds
322 pshufb %xmm1, %xmm0 # BSWAP
Dsha512-avx-asm.S310 # BSWAP 2 QWORDS
313 vpshufb %xmm1, %xmm0, %xmm0 # BSWAP
318 # BSWAP 2 QWORDS# Compute 2 Rounds
320 vpshufb %xmm1, %xmm0, %xmm0 # BSWAP
/linux-5.19.10/drivers/net/ethernet/8390/
Dmcf8390.c101 *buf++ = BSWAP(w); in ei_insw()
127 *rp = BSWAP(w); in ei_outsw()
/linux-5.19.10/tools/arch/x86/lib/
Dx86-opcode-map.txt552 c8: BSWAP RAX/EAX/R8/R8D
553 c9: BSWAP RCX/ECX/R9/R9D
554 ca: BSWAP RDX/EDX/R10/R10D
555 cb: BSWAP RBX/EBX/R11/R11D
556 cc: BSWAP RSP/ESP/R12/R12D
557 cd: BSWAP RBP/EBP/R13/R13D
558 ce: BSWAP RSI/ESI/R14/R14D
559 cf: BSWAP RDI/EDI/R15/R15D
/linux-5.19.10/arch/x86/lib/
Dx86-opcode-map.txt552 c8: BSWAP RAX/EAX/R8/R8D
553 c9: BSWAP RCX/ECX/R9/R9D
554 ca: BSWAP RDX/EDX/R10/R10D
555 cb: BSWAP RBX/EBX/R11/R11D
556 cc: BSWAP RSP/ESP/R12/R12D
557 cd: BSWAP RBP/EBP/R13/R13D
558 ce: BSWAP RSI/ESI/R14/R14D
559 cf: BSWAP RDI/EDI/R15/R15D