| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-core.c | 656 cpu_core->byte_xor[i-1] = mask; 664 core->byte_xor = WITH_XOR_ENDIAN - 1; 666 core->byte_xor = 0; 703 address_word byte_xor local 704 = (cpu == NULL ? STATE_CORE (sd)->byte_xor : CPU_CORE (cpu)->byte_xor[0]); 705 if (!WITH_XOR_ENDIAN || !byte_xor) 724 SIM_ASSERT ((stop ^ byte_xor) <= (start ^ byte_xor)); 725 if (sim_core_read_buffer (sd, cpu, map, x, stop ^ byte_xor, nr_this_transfer 756 address_word byte_xor local [all...] |
| sim-core.h | 84 address_word byte_xor; /* apply xor universally */ member in struct:_sim_core 93 address_word byte_xor[WITH_XOR_ENDIAN + 1]; /* +1 to avoid zero-sized array */ member in struct:_sim_cpu_core
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-core.c | 656 cpu_core->byte_xor[i-1] = mask; 664 core->byte_xor = WITH_XOR_ENDIAN - 1; 666 core->byte_xor = 0; 703 address_word byte_xor local 704 = (cpu == NULL ? STATE_CORE (sd)->byte_xor : CPU_CORE (cpu)->byte_xor[0]); 705 if (!WITH_XOR_ENDIAN || !byte_xor) 724 SIM_ASSERT ((stop ^ byte_xor) <= (start ^ byte_xor)); 725 if (sim_core_read_buffer (sd, cpu, map, x, stop ^ byte_xor, nr_this_transfer 756 address_word byte_xor local [all...] |
| sim-core.h | 84 address_word byte_xor; /* apply xor universally */ member in struct:_sim_core 93 address_word byte_xor[WITH_XOR_ENDIAN + 1]; /* +1 to avoid zero-sized array */ member in struct:_sim_cpu_core
|