HomeSort by: relevance | last modified time | path
    Searched refs:_SWAP_4 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/common/
sim-endian.c 47 #if !defined(_SWAP_4) && (HOST_BYTE_ORDER == BFD_ENDIAN_LITTLE) && defined(htonl)
48 #define _SWAP_4(SET,RAW) SET htonl (RAW)
51 #ifndef _SWAP_4
52 #define _SWAP_4(SET,RAW) SET (((RAW) << 24) | (((RAW) & 0xff00) << 8) | (((RAW) & 0xff0000) >> 8) | ((RAW) >> 24))
59 _SWAP_4 (out.words[0] =, in.words[1]); \
60 _SWAP_4 (out.words[1] =, in.words[0]); \
68 _SWAP_4 (out.words[0] =, in.words[3]); \
69 _SWAP_4 (out.words[1] =, in.words[2]); \
70 _SWAP_4 (out.words[2] =, in.words[1]); \
71 _SWAP_4 (out.words[3] =, in.words[0]);
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-endian.c 47 #if !defined(_SWAP_4) && (HOST_BYTE_ORDER == BFD_ENDIAN_LITTLE) && defined(htonl)
48 #define _SWAP_4(SET,RAW) SET htonl (RAW)
51 #ifndef _SWAP_4
52 #define _SWAP_4(SET,RAW) SET (((RAW) << 24) | (((RAW) & 0xff00) << 8) | (((RAW) & 0xff0000) >> 8) | ((RAW) >> 24))
59 _SWAP_4 (out.words[0] =, in.words[1]); \
60 _SWAP_4 (out.words[1] =, in.words[0]); \
68 _SWAP_4 (out.words[0] =, in.words[3]); \
69 _SWAP_4 (out.words[1] =, in.words[2]); \
70 _SWAP_4 (out.words[2] =, in.words[1]); \
71 _SWAP_4 (out.words[3] =, in.words[0]);
    [all...]

Completed in 15 milliseconds