Searched refs:WITH_XOR_ENDIAN (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-config.h74 If WITH_XOR_ENDIAN is non-zero, it specifies the number of bytes
77 #ifndef WITH_XOR_ENDIAN
78 #define WITH_XOR_ENDIAN 0 macro
H A Dsim-core.c578 if (WITH_XOR_ENDIAN) {
587 mask = WITH_XOR_ENDIAN - 1;
590 while (i - 1 < WITH_XOR_ENDIAN)
593 mask = (mask << 1) & (WITH_XOR_ENDIAN - 1);
600 core->byte_xor = WITH_XOR_ENDIAN - 1;
641 if (!WITH_XOR_ENDIAN || !byte_xor)
646 unsigned_1 x[WITH_XOR_ENDIAN + 1]; /* +1 to avoid zero-sized array */
649 unsigned nr_this_transfer = (WITH_XOR_ENDIAN - (addr & ~(WITH_XOR_ENDIAN - 1)));
666 nr_this_transfer = WITH_XOR_ENDIAN;
[all...]
H A Dsim-n-core.h158 #if WITH_XOR_ENDIAN != 0
159 if (WITH_XOR_ENDIAN)
160 addr = xaddr ^ cpu_core->xor[(N - 1) % WITH_XOR_ENDIAN];
278 #if WITH_XOR_ENDIAN != 0
279 if (WITH_XOR_ENDIAN)
280 addr = xaddr ^ cpu_core->xor[(N - 1) % WITH_XOR_ENDIAN];
H A Dsim-config.c337 #if defined (WITH_XOR_ENDIAN)
338 sim_io_printf (sd, "WITH_XOR_ENDIAN = %d\n", WITH_XOR_ENDIAN);
H A Dsim-core.h92 address_word byte_xor[WITH_XOR_ENDIAN + 1]; /* +1 to avoid zero-sized array */
191 when WITH_XOR_ENDIAN is enabled.
212 (WITH_XOR_ENDIAN and xor-endian set), xor-endian conversion *is*
262 transfers each <= WITH_XOR_ENDIAN bytes */
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-config.h69 If WITH_XOR_ENDIAN is non-zero, it specifies the number of bytes
72 #ifndef WITH_XOR_ENDIAN
73 #define WITH_XOR_ENDIAN 0 macro
H A Dsim-core.c642 if (WITH_XOR_ENDIAN) {
651 mask = WITH_XOR_ENDIAN - 1;
654 while (i - 1 < WITH_XOR_ENDIAN)
657 mask = (mask << 1) & (WITH_XOR_ENDIAN - 1);
664 core->byte_xor = WITH_XOR_ENDIAN - 1;
705 if (!WITH_XOR_ENDIAN || !byte_xor)
710 unsigned_1 x[WITH_XOR_ENDIAN + 1]; /* +1 to avoid zero-sized array */
713 unsigned nr_this_transfer = (WITH_XOR_ENDIAN - (addr & ~(WITH_XOR_ENDIAN - 1)));
730 nr_this_transfer = WITH_XOR_ENDIAN;
[all...]
H A Dsim-n-core.h158 #if WITH_XOR_ENDIAN != 0
159 if (WITH_XOR_ENDIAN)
160 addr = xaddr ^ cpu_core->xor[(N - 1) % WITH_XOR_ENDIAN];
278 #if WITH_XOR_ENDIAN != 0
279 if (WITH_XOR_ENDIAN)
280 addr = xaddr ^ cpu_core->xor[(N - 1) % WITH_XOR_ENDIAN];
H A Dsim-config.c331 #if defined (WITH_XOR_ENDIAN)
332 sim_io_printf (sd, "WITH_XOR_ENDIAN = %d\n", WITH_XOR_ENDIAN);
H A Dsim-core.h92 address_word byte_xor[WITH_XOR_ENDIAN + 1]; /* +1 to avoid zero-sized array */
191 when WITH_XOR_ENDIAN is enabled.
212 (WITH_XOR_ENDIAN and xor-endian set), xor-endian conversion *is*
262 transfers each <= WITH_XOR_ENDIAN bytes */
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dvm_n.h43 if (WITH_XOR_ENDIAN)
92 if (WITH_XOR_ENDIAN)
H A Dstd-config.h57 #ifndef WITH_XOR_ENDIAN
58 #define WITH_XOR_ENDIAN 8 macro
H A Dvm.c220 unsigned xor[WITH_XOR_ENDIAN];
428 if (WITH_XOR_ENDIAN)
441 if (WITH_XOR_ENDIAN)
973 if (WITH_XOR_ENDIAN) {
980 mask = WITH_XOR_ENDIAN - 1;
981 while (i - 1 < WITH_XOR_ENDIAN) {
984 mask = (mask << 1) & (WITH_XOR_ENDIAN - 1);
1102 if (WITH_XOR_ENDIAN)
1128 if (WITH_XOR_ENDIAN)
1160 if (WITH_XOR_ENDIAN)
[all...]
H A Doptions.c122 printf_filtered ("WITH_XOR_ENDIAN = %d\n", WITH_XOR_ENDIAN);
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dvm_n.h43 if (WITH_XOR_ENDIAN)
92 if (WITH_XOR_ENDIAN)
H A Dstd-config.h57 #ifndef WITH_XOR_ENDIAN
58 #define WITH_XOR_ENDIAN 8 macro
H A Dvm.c221 unsigned xor[WITH_XOR_ENDIAN];
429 if (WITH_XOR_ENDIAN)
442 if (WITH_XOR_ENDIAN)
974 if (WITH_XOR_ENDIAN) {
981 mask = WITH_XOR_ENDIAN - 1;
982 while (i - 1 < WITH_XOR_ENDIAN) {
985 mask = (mask << 1) & (WITH_XOR_ENDIAN - 1);
1103 if (WITH_XOR_ENDIAN)
1129 if (WITH_XOR_ENDIAN)
1161 if (WITH_XOR_ENDIAN)
[all...]
H A Doptions.c115 printf_filtered ("WITH_XOR_ENDIAN = %d\n", WITH_XOR_ENDIAN);

Completed in 522 milliseconds