Searched refs:SWAP (Results 1 - 25 of 31) sorted by relevance

12

/haiku-buildtools/binutils/gas/testsuite/gas/metag/
H A Dmetacore21-invalid.s9 SWAP PC,PCX
10 SWAP CT.0,PCX
11 SWAP D0.1,D0.2
H A Dmetafpu21.d1416 .*: a3008b20 F SWAP FX\.2,D1Re0
1421 .*: a3010720 F SWAP FX\.4,D0Re0
1431 .*: a303c720 F SWAP FX\.15,D0Re0
1432 .*: a303cb20 F SWAP FX\.15,D1Re0
1436 .*: a3082640 F SWAP D1Re0,FX\.1
1445 .*: a308e680 F SWAP A1\.3,FX\.1
1446 .*: a3090f20 F SWAP FX\.4,A0FrP
1448 .*: a3094f20 F SWAP FX\.5,A0FrP
1453 .*: a309e640 F SWAP D1\.7,FX\.1
1463 .*: a310e660 F SWAP A
[all...]
H A Dmetafpu21.s1408 F SWAP FX.2,D1Re0
1413 F SWAP FX.4,D0Re0
1423 F SWAP FX.15,D0Re0
1424 F SWAP FX.15,D1Re0
1428 F SWAP D1Re0,FX.1
1437 F SWAP A1.3,FX.1
1438 F SWAP FX.4,A0FrP
1440 F SWAP FX.5,A0FrP
1445 F SWAP D1.7,FX.1
1455 F SWAP A
[all...]
H A Dmetafpu21ext.s23 FL SWAP FX.6,FX.0
/haiku-buildtools/legacy/binutils/intl/
H A DgettextP.h39 # define W(flag, data) ((flag) ? SWAP (data) : (data))
45 # define SWAP(i) bswap_32 (i) macro
47 static nls_uint32 SWAP PARAMS ((nls_uint32 i));
50 SWAP (i)
/haiku-buildtools/legacy/gcc/gcc/intl/
H A DgettextP.h39 # define W(flag, data) ((flag) ? SWAP (data) : (data))
45 # define SWAP(i) bswap_32 (i) macro
47 static nls_uint32 SWAP PARAMS ((nls_uint32 i));
50 SWAP (i)
/haiku-buildtools/legacy/gcc/texinfo/intl/
H A DgettextP.h34 # define W(flag, data) ((flag) ? SWAP (data) : (data))
38 static nls_uint32 SWAP PARAMS ((nls_uint32 i));
41 SWAP (i)
/haiku-buildtools/binutils/intl/
H A DgettextP.h62 # define W(flag, data) ((flag) ? SWAP (data) : (data))
68 # define SWAP(i) bswap_32 (i) macro
71 SWAP (i)
/haiku-buildtools/gcc/intl/
H A DgettextP.h62 # define W(flag, data) ((flag) ? SWAP (data) : (data))
68 # define SWAP(i) bswap_32 (i) macro
71 SWAP (i)
/haiku-buildtools/gcc/libiberty/
H A Dsha1.c38 # define SWAP(n) (n) macro
40 # define SWAP(n) \ macro
78 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A);
79 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B);
80 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C);
81 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D);
82 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E);
105 ctx->buffer[size - 2] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
106 ctx->buffer[size - 1] = SWAP (ctx->total[0] << 3);
324 x[t] = SWAP (*word
[all...]
H A Dmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
86 buffer[0] = SWAP (ctx->A);
87 buffer[1] = SWAP (ctx->B);
88 buffer[2] = SWAP (ctx->C);
89 buffer[3] = SWAP (ctx->D);
120 swap_bytes = SWAP (ctx->total[0] << 3);
122 swap_bytes = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
318 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
/haiku-buildtools/binutils/libiberty/
H A Dsha1.c38 # define SWAP(n) (n) macro
40 # define SWAP(n) \ macro
78 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A);
79 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B);
80 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C);
81 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D);
82 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E);
105 ctx->buffer[size - 2] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
106 ctx->buffer[size - 1] = SWAP (ctx->total[0] << 3);
324 x[t] = SWAP (*word
[all...]
H A Dmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
86 buffer[0] = SWAP (ctx->A);
87 buffer[1] = SWAP (ctx->B);
88 buffer[2] = SWAP (ctx->C);
89 buffer[3] = SWAP (ctx->D);
120 swap_bytes = SWAP (ctx->total[0] << 3);
122 swap_bytes = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29));
318 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
/haiku-buildtools/legacy/binutils/libiberty/
H A Dmd5.c50 # define SWAP(n) \ macro
53 # define SWAP(n) (n) macro
84 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
85 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
86 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
87 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
113 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
114 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
308 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
/haiku-buildtools/legacy/gcc/gcc/
H A Dframe.c338 #define SWAP(x,y) do { fde * tmp = x; x = y; y = tmp; } while (0)
353 SWAP (a[i], a[2*i+2]);
358 SWAP (a[i], a[2*i+1]);
369 SWAP (a[0], a[n]);
376 SWAP (a[i], a[2*i+2]);
381 SWAP (a[i], a[2*i+1]);
388 #undef SWAP
335 #define SWAP macro
385 #undef SWAP macro
H A Dfloatlib.c33 ** -- fixed SWAP define and tested on 386
77 /* define SWAP for 386/960 reverse-byte-order brain-damaged CPUs */
80 #ifdef SWAP
/haiku-buildtools/gcc/libgcc/
H A Dunwind-dw2-fde.c482 #define SWAP(x,y) do { const fde * tmp = x; x = y; y = tmp; } while (0)
502 SWAP (a[i], a[j]);
538 SWAP (a[0], a[m]);
541 #undef SWAP
480 #define SWAP macro
539 #undef SWAP macro
/haiku-buildtools/gcc/lto-plugin/
H A Dlto-plugin.c717 #define SWAP(type, a, b) \ macro
803 SWAP (struct ld_plugin_symbol, *orig, *s);
804 SWAP (uint32_t, orig_aux->slot, aux->slot);
805 SWAP (unsigned long long, orig_aux->id, aux->id);
/haiku-buildtools/gcc/gcc/
H A Dcfgcleanup.c1985 #define SWAP(T, X, Y) do { T tmp = (X); (X) = (Y); (Y) = tmp; } while (0)
1986 SWAP (basic_block, osrc1, osrc2);
1987 SWAP (basic_block, src1, src2);
1988 SWAP (edge, e1, e2);
1989 SWAP (rtx_insn *, newpos1, newpos2);
1990 #undef SWAP
1978 #define SWAP macro
1983 #undef SWAP macro
/haiku-buildtools/gcc/libquadmath/strtod/
H A Dstrtod_l.c129 #define SWAP(x, y) ({ typeof(x) _tmp = x; x = y; y = _tmp; })
1242 (void) SWAP (psrc, pdest);
1443 (void) SWAP (psrc, pdest);
127 #define SWAP macro
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dm68k.h972 typedef enum { MOVL, SWAP, NEGW, NOTW, NOTB, MOVQ, MVS, MVZ }
961 typedef enum { MOVL, SWAP, NEGW, NOTW, NOTB, MOVQ, MVS, MVZ } enumerator in enum:__anon439
/haiku-buildtools/binutils/include/opcode/
H A Darc.h91 SWAP, enumerator in enum:__anon871
191 /* NORM & SWAP. */
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djavaop.def205 JAVAOP (swap, 95, STACK, SWAP, 0)
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dm68k.c1381 typedef enum { MOVL, SWAP, NEGW, NOTW, NOTB, MOVQ } CONST_METHOD;
1413 return SWAP;
1431 case SWAP :
1476 case SWAP :
1373 typedef enum { MOVL, SWAP, NEGW, NOTW, NOTB, MOVQ } CONST_METHOD; enumerator in enum:__anon3146
/haiku-buildtools/gcc/libgcc/config/libbid/
H A Dbid64_compare.c134 SWAP (exp_x, exp_y, exp_t); // put the larger exp in y,
135 SWAP (sig_x, sig_y, sig_t); // and the smaller exp in x
1264 SWAP (exp_x, exp_y, exp_t); // put the larger exp in y,
1265 SWAP (sig_x, sig_y, sig_t); // and the smaller exp in x

Completed in 388 milliseconds

12