Home
last modified time | relevance | path

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

/dports/devel/avr-gdb/gdb-7.3.1/sim/common/
H A Dsim-endian.c43 #if !defined(_SWAP_4) && (WITH_HOST_BYTE_ORDER == LITTLE_ENDIAN) && defined(htonl)
44 #define _SWAP_4(SET,RAW) SET htonl (RAW) macro
47 #ifndef _SWAP_4
48 #define _SWAP_4(SET,RAW) SET (((RAW) << 24) | (((RAW) & 0xff00) << 8) | (((RAW) & 0xff0000) >> 8) |… macro
55 _SWAP_4 (out.words[0] =, in.words[1]); \
56 _SWAP_4 (out.words[1] =, in.words[0]); \
64 _SWAP_4 (out.words[0] =, in.words[3]); \
65 _SWAP_4 (out.words[1] =, in.words[2]); \
66 _SWAP_4 (out.words[2] =, in.words[1]); \
67 _SWAP_4 (out.words[3] =, in.words[0]); \
/dports/devel/gdb761/gdb-7.6.1/sim/common/
H A Dsim-endian.c43 #if !defined(_SWAP_4) && (WITH_HOST_BYTE_ORDER == LITTLE_ENDIAN) && defined(htonl)
44 #define _SWAP_4(SET,RAW) SET htonl (RAW) macro
47 #ifndef _SWAP_4
48 #define _SWAP_4(SET,RAW) SET (((RAW) << 24) | (((RAW) & 0xff00) << 8) | (((RAW) & 0xff0000) >> 8) |… macro
55 _SWAP_4 (out.words[0] =, in.words[1]); \
56 _SWAP_4 (out.words[1] =, in.words[0]); \
64 _SWAP_4 (out.words[0] =, in.words[3]); \
65 _SWAP_4 (out.words[1] =, in.words[2]); \
66 _SWAP_4 (out.words[2] =, in.words[1]); \
67 _SWAP_4 (out.words[3] =, in.words[0]); \
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dsim-endian.c45 #if !defined(_SWAP_4) && (WITH_HOST_BYTE_ORDER == LITTLE_ENDIAN) && defined(htonl)
46 #define _SWAP_4(SET,RAW) SET htonl (RAW) macro
49 #ifndef _SWAP_4
50 #define _SWAP_4(SET,RAW) SET (((RAW) << 24) | (((RAW) & 0xff00) << 8) | (((RAW) & 0xff0000) >> 8) |… macro
57 _SWAP_4 (out.words[0] =, in.words[1]); \
58 _SWAP_4 (out.words[1] =, in.words[0]); \
66 _SWAP_4 (out.words[0] =, in.words[3]); \
67 _SWAP_4 (out.words[1] =, in.words[2]); \
68 _SWAP_4 (out.words[2] =, in.words[1]); \
69 _SWAP_4 (out.words[3] =, in.words[0]); \
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dsim-endian.c45 #if !defined(_SWAP_4) && (WITH_HOST_BYTE_ORDER == LITTLE_ENDIAN) && defined(htonl)
46 #define _SWAP_4(SET,RAW) SET htonl (RAW) macro
49 #ifndef _SWAP_4
50 #define _SWAP_4(SET,RAW) SET (((RAW) << 24) | (((RAW) & 0xff00) << 8) | (((RAW) & 0xff0000) >> 8) |… macro
57 _SWAP_4 (out.words[0] =, in.words[1]); \
58 _SWAP_4 (out.words[1] =, in.words[0]); \
66 _SWAP_4 (out.words[0] =, in.words[3]); \
67 _SWAP_4 (out.words[1] =, in.words[2]); \
68 _SWAP_4 (out.words[2] =, in.words[1]); \
69 _SWAP_4 (out.words[3] =, in.words[0]); \
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Dsim-endian.c41 #if !defined(_SWAP_4) && (WITH_HOST_BYTE_ORDER == LITTLE_ENDIAN) && defined(htonl)
42 #define _SWAP_4(SET,RAW) SET htonl (RAW) macro
45 #ifndef _SWAP_4
46 #define _SWAP_4(SET,RAW) SET (((RAW) << 24) | (((RAW) & 0xff00) << 8) | (((RAW) & 0xff0000) >> 8) |… macro
53 _SWAP_4 (out.words[0] =, in.words[1]); \
54 _SWAP_4 (out.words[1] =, in.words[0]); \
/dports/devel/avr-gdb/gdb-7.3.1/sim/ppc/
H A Dsim-endian.c41 #if !defined(_SWAP_4) && (WITH_HOST_BYTE_ORDER == LITTLE_ENDIAN) && defined(htonl)
42 #define _SWAP_4(SET,RAW) SET htonl (RAW) macro
45 #ifndef _SWAP_4
46 #define _SWAP_4(SET,RAW) SET (((RAW) << 24) | (((RAW) & 0xff00) << 8) | (((RAW) & 0xff0000) >> 8) |… macro
53 _SWAP_4 (out.words[0] =, in.words[1]); \
54 _SWAP_4 (out.words[1] =, in.words[0]); \
/dports/devel/gdb761/gdb-7.6.1/sim/ppc/
H A Dsim-endian.c40 #if !defined(_SWAP_4) && (WITH_HOST_BYTE_ORDER == LITTLE_ENDIAN) && defined(htonl)
41 #define _SWAP_4(SET,RAW) SET htonl (RAW) macro
44 #ifndef _SWAP_4
45 #define _SWAP_4(SET,RAW) SET (((RAW) << 24) | (((RAW) & 0xff00) << 8) | (((RAW) & 0xff0000) >> 8) |… macro
52 _SWAP_4 (out.words[0] =, in.words[1]); \
53 _SWAP_4 (out.words[1] =, in.words[0]); \
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/
H A Dsim-endian.c41 #if !defined(_SWAP_4) && (WITH_HOST_BYTE_ORDER == LITTLE_ENDIAN) && defined(htonl)
42 #define _SWAP_4(SET,RAW) SET htonl (RAW) macro
45 #ifndef _SWAP_4
46 #define _SWAP_4(SET,RAW) SET (((RAW) << 24) | (((RAW) & 0xff00) << 8) | (((RAW) & 0xff0000) >> 8) |… macro
53 _SWAP_4 (out.words[0] =, in.words[1]); \
54 _SWAP_4 (out.words[1] =, in.words[0]); \