Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/qemu/accel/tcg/
H A Datomic_template.h26 # define BSWAP bswap128 macro
32 # define BSWAP bswap64 macro
38 # define BSWAP bswap32 macro
44 # define BSWAP bswap16 macro
50 # define BSWAP macro
186 ret = atomic16_cmpxchg(haddr, BSWAP(cmpv), BSWAP(newv));
188 ret = qatomic_cmpxchg__nocheck(haddr, BSWAP(cmpv), BSWAP(newv));
192 return BSWAP(ret);
203 ret = qatomic_xchg__nocheck(haddr, BSWAP(val)); in ATOMIC_NAME()
206 return BSWAP(ret); in ATOMIC_NAME()
[all …]
/openbmc/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
/openbmc/linux/drivers/net/ethernet/8390/
H A Dmcf8390.c99 *buf++ = BSWAP(w); in ei_insw()
125 *rp = BSWAP(w); in ei_outsw()
/openbmc/linux/tools/arch/x86/lib/
H A 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
/openbmc/linux/arch/x86/lib/
H A 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
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv332 "BSWAP r32op","BSWAPL r32op","bswap r32op","0F C8+rd","V","V","486","operand32","rw","Y","32"
333 "BSWAP r64op","BSWAPQ r64op","bswap r64op","REX.W 0F C8+ro","N.S.","V","486","","rw","Y","64"
334 "BSWAP r16op","BSWAPW r16op","bswap r16op","0F C8+rw","V","V","486","operand16","rw","Y","16"
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch14404 DECODE_PRINTF("BSWAP\n");