OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WITH_XOR_ENDIAN
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/common/
sim-config.h
69
If
WITH_XOR_ENDIAN
is non-zero, it specifies the number of bytes
72
#ifndef
WITH_XOR_ENDIAN
73
#define
WITH_XOR_ENDIAN
0
sim-core.c
642
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
...]
sim-n-core.h
158
#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
];
sim-config.c
331
#if defined (
WITH_XOR_ENDIAN
)
332
sim_io_printf (sd, "
WITH_XOR_ENDIAN
= %d\n",
WITH_XOR_ENDIAN
);
sim-core.h
93
address_word byte_xor[
WITH_XOR_ENDIAN
+ 1]; /* +1 to avoid zero-sized array */
192
when
WITH_XOR_ENDIAN
is enabled.
213
(
WITH_XOR_ENDIAN
and xor-endian set), xor-endian conversion *is*
263
transfers each <=
WITH_XOR_ENDIAN
bytes */
/src/external/gpl3/gdb.old/dist/sim/common/
sim-config.h
69
If
WITH_XOR_ENDIAN
is non-zero, it specifies the number of bytes
72
#ifndef
WITH_XOR_ENDIAN
73
#define
WITH_XOR_ENDIAN
0
sim-core.c
642
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
...]
sim-n-core.h
158
#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
];
sim-config.c
331
#if defined (
WITH_XOR_ENDIAN
)
332
sim_io_printf (sd, "
WITH_XOR_ENDIAN
= %d\n",
WITH_XOR_ENDIAN
);
sim-core.h
93
address_word byte_xor[
WITH_XOR_ENDIAN
+ 1]; /* +1 to avoid zero-sized array */
192
when
WITH_XOR_ENDIAN
is enabled.
213
(
WITH_XOR_ENDIAN
and xor-endian set), xor-endian conversion *is*
263
transfers each <=
WITH_XOR_ENDIAN
bytes */
/src/external/gpl3/gdb/dist/sim/ppc/
std-config.h
57
#ifndef
WITH_XOR_ENDIAN
58
#define
WITH_XOR_ENDIAN
8
vm_n.h
43
if (
WITH_XOR_ENDIAN
)
92
if (
WITH_XOR_ENDIAN
)
vm.c
221
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
...]
options.c
115
printf_filtered ("
WITH_XOR_ENDIAN
= %d\n",
WITH_XOR_ENDIAN
);
/src/external/gpl3/gdb.old/dist/sim/ppc/
std-config.h
57
#ifndef
WITH_XOR_ENDIAN
58
#define
WITH_XOR_ENDIAN
8
vm_n.h
43
if (
WITH_XOR_ENDIAN
)
92
if (
WITH_XOR_ENDIAN
)
vm.c
221
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
...]
options.c
115
printf_filtered ("
WITH_XOR_ENDIAN
= %d\n",
WITH_XOR_ENDIAN
);
Completed in 39 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026