Searched refs:SWAP (Results 1 – 13 of 13) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/metag/ |
D | metacore21-invalid.s | 9 SWAP PC,PCX 10 SWAP CT.0,PCX 11 SWAP D0.1,D0.2 define
|
D | metafpu21.s | 1408 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 A0.3,FX.2 [all …]
|
D | metafpu21.d | 1416 .*: 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 A0\.3,FX\.2 [all …]
|
D | metafpu21ext.s | 23 FL SWAP FX.6,FX.0
|
D | metafpu21ext.d | 31 .*: f03001c0 FL SWAP FX\.6,FX\.0
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | md5.c | 50 # define SWAP(n) \ macro 53 # define SWAP(n) (n) macro 86 buffer[0] = SWAP (ctx->A); in md5_read_ctx() 87 buffer[1] = SWAP (ctx->B); in md5_read_ctx() 88 buffer[2] = SWAP (ctx->C); in md5_read_ctx() 89 buffer[3] = SWAP (ctx->D); in md5_read_ctx() 120 swap_bytes = SWAP (ctx->total[0] << 3); in md5_finish_ctx() 122 swap_bytes = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); in md5_finish_ctx() 318 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \ in md5_process_block()
|
D | sha1.c | 38 # define SWAP(n) (n) macro 40 # define SWAP(n) \ macro 78 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A); in sha1_read_ctx() 79 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B); in sha1_read_ctx() 80 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C); in sha1_read_ctx() 81 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D); in sha1_read_ctx() 82 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E); in sha1_read_ctx() 105 ctx->buffer[size - 2] = SWAP ((ctx->total[1] << 3) | (ctx->total[0] >> 29)); in sha1_finish_ctx() 106 ctx->buffer[size - 1] = SWAP (ctx->total[0] << 3); in sha1_finish_ctx() 324 x[t] = SWAP (*words); in sha1_process_block()
|
D | ChangeLog | 485 * md5.c (md5_finish_ctx): Declare swap_bytes. Assign SWAP() output
|
/toolchain/binutils/binutils-2.25/intl/ |
D | gettextP.h | 62 # define W(flag, data) ((flag) ? SWAP (data) : (data)) 68 # define SWAP(i) bswap_32 (i) macro 71 SWAP (i) in SWAP() function
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | cris.cpu | 1637 ; The "option" in the SWAP insn. 1690 "LZ" "SWAP" "XOR" "MSTEP") 3677 (error SI "SWAP without swap modifier isn't implemented") 3730 ; SWAP<option> Rd [ N W B R | 01110111 | Rd ]
|
D | ip2k.cpu | 150 TEST NOT INC DECSZ RR RL SWAP INCSZ
|
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
D | ChangeLog-2013 | 1628 * gas/metag/metacore21-invalid.s: Add invalid SWAP testcases. 1630 SWAP testcases.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2013 | 1874 * config/tc-metag.c: Make SWAP instruction less permissive with
|