Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A 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/arch/x86/crypto/
H A Dghash-clmulni-intel_asm.S29 #define BSWAP %xmm5 macro
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-ssse3-asm.S313 # BSWAP 2 QWORDS
316 pshufb %xmm1, %xmm0 # BSWAP
321 # BSWAP 2 QWORDS# Compute 2 Rounds
323 pshufb %xmm1, %xmm0 # BSWAP
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
/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt557 c8: BSWAP RAX/EAX/R8/R8D
558 c9: BSWAP RCX/ECX/R9/R9D
559 ca: BSWAP RDX/EDX/R10/R10D
560 cb: BSWAP RBX/EBX/R11/R11D
561 cc: BSWAP RSP/ESP/R12/R12D
562 cd: BSWAP RBP/EBP/R13/R13D
563 ce: BSWAP RSI/ESI/R14/R14D
564 cf: BSWAP RDI/EDI/R15/R15D