Home
last modified time | relevance | path

Searched refs:CSWAP64 (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dmachdep.h677 #define fetch_dw_noswap(_p) CSWAP64(fetch_dw((_p)))
693 #define fetch_dw(_p) CSWAP64(fetch_dw_noswap((_p)))
701 #define store_dw_noswap(_p, _v) store_dw((_p), CSWAP64(_v))
715 #define store_dw(_p, _v) store_dw_noswap((_p), CSWAP64((_v)))
H A Dgeneral1.c1331 regs->GR_L(r1) = CSWAP64(old) >> 32; in DEF_INST()
1332 regs->GR_L(r1+1) = CSWAP64(old) & 0xffffffff; in DEF_INST()
1483 old8 = CSWAP64(regs->GR_G(r3)); in DEF_INST()
1485 new8 = CSWAP64(new8); in DEF_INST()
1489 old16h = CSWAP64(regs->GR_G(r3)); in DEF_INST()
1490 old16l = CSWAP64(regs->GR_G(r3+1)); in DEF_INST()
1493 new16h = CSWAP64(new16h); in DEF_INST()
1494 new16l = CSWAP64(new16l); in DEF_INST()
1572 regs->GR_G(r3) = CSWAP64(old8); in DEF_INST()
1576 regs->GR_G(r3) = CSWAP64(old16h); in DEF_INST()
[all …]
H A Desame.c971 old = CSWAP64 (regs->GR_G(r1)); in DEF_INST()
1001 regs->GR_G(r1) = CSWAP64(old); in DEF_INST()
2521 old = CSWAP64(regs->GR_G(r1)); in DEF_INST()
2537 regs->GR_G(r1) = CSWAP64(old); in DEF_INST()
2581 old1 = CSWAP64(regs->GR_G(r1)); in DEF_INST()
2582 old2 = CSWAP64(regs->GR_G(r1+1)); in DEF_INST()
2589 CSWAP64(regs->GR_G(r3)), CSWAP64(regs->GR_G(r3+1)), in DEF_INST()
2600 regs->GR_G(r1) = CSWAP64(old1); in DEF_INST()
2601 regs->GR_G(r1+1) = CSWAP64(old2); in DEF_INST()
7343 regs->GR_L(r1) = CSWAP64(old) >> 32; in DEF_INST()
[all …]
H A Dvstore.h347 *mn = CSWAP64(value); in ARCH_DEP()
563 return CSWAP64(*mn); in ARCH_DEP()
H A Dinline.h512 return CSWAP64(*(U64 *)FETCH_MAIN_ABSOLUTE(addr, regs, 8)); in ARCH_DEP()
H A Dgeneral3.c143 old = CSWAP64(n); in DEF_INST()
144 new = CSWAP64(result); in DEF_INST()
2718 old = CSWAP64(v2); in DEF_INST()
2719 new = CSWAP64(result); in DEF_INST()
H A Dopcode.h618 #define CSWAP64(_x) (_x) macro
622 #define CSWAP64(_x) bswap_64(_x) macro
/dports/emulators/hercules/hercules-3.13/crypto/
H A Dsha256.c465 context->bitcount = CSWAP64(context->bitcount); in SHA256_Final()
756 context->bitcount[0] = CSWAP64(context->bitcount[0]); in SHA512_Last()
757 context->bitcount[1] = CSWAP64(context->bitcount[1]); in SHA512_Last()
805 *d++ = CSWAP64(context->state[j]); in SHA512_Final()
846 *d++ = CSWAP64(context->state[j]); in SHA384_Final()