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_TARGET_WORD_BITSIZE
(Results
1 - 25
of
56
) sorted by relevancy
1
2
3
/src/external/gpl3/gdb/dist/sim/common/
sim-bits.c
65
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
68
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
79
#if (
WITH_TARGET_WORD_BITSIZE
== 16)
100
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
103
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
114
#if (
WITH_TARGET_WORD_BITSIZE
== 16)
135
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
138
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
150
#if (
WITH_TARGET_WORD_BITSIZE
== 16)
171
#if (
WITH_TARGET_WORD_BITSIZE
== 64
[
all
...]
sim-config.h
105
#ifndef
WITH_TARGET_WORD_BITSIZE
106
#define
WITH_TARGET_WORD_BITSIZE
32
110
#define WITH_TARGET_ADDRESS_BITSIZE
WITH_TARGET_WORD_BITSIZE
114
#define WITH_TARGET_CELL_BITSIZE
WITH_TARGET_WORD_BITSIZE
129
MSB as 31, 63. Define this to be (
WITH_TARGET_WORD_BITSIZE
- 1) */
sim-alu.h
546
#define ALU_BEGIN XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_BEGIN)
547
#define ALU_SET XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_SET)
548
#define ALU_SET_CARRY XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_SET_CARRY)
550
#define ALU_HAD_OVERFLOW XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_HAD_OVERFLOW)
551
#define ALU_HAD_CARRY XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_HAD_CARRY)
553
#define ALU_RESULT XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_RESULT)
554
#define ALU_OVERFLOW_RESULT XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_OVERFLOW_RESULT)
555
#define ALU_CARRY_RESULT XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_CARRY_RESULT)
585
#define ALU_ADD XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_ADD)
623
#define ALU_ADDC XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_ADDC
[
all
...]
sim-core.h
298
#define sim_core_write_unaligned_word XCONCAT2(sim_core_write_unaligned_,
WITH_TARGET_WORD_BITSIZE
)
299
#define sim_core_write_aligned_word XCONCAT2(sim_core_write_aligned_,
WITH_TARGET_WORD_BITSIZE
)
300
#define sim_core_write_word XCONCAT2(sim_core_write_,
WITH_TARGET_WORD_BITSIZE
)
337
#define sim_core_read_unaligned_word XCONCAT2(sim_core_read_unaligned_,
WITH_TARGET_WORD_BITSIZE
)
338
#define sim_core_read_aligned_word XCONCAT2(sim_core_read_aligned_,
WITH_TARGET_WORD_BITSIZE
)
339
#define sim_core_read_word XCONCAT2(sim_core_read_,
WITH_TARGET_WORD_BITSIZE
)
sim-types.h
100
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
104
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
108
#if (
WITH_TARGET_WORD_BITSIZE
== 16)
113
#define PRI_TW(t) SIM_PRI_TB (t,
WITH_TARGET_WORD_BITSIZE
)
sim-bits.h
214
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
217
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
222
#if (
WITH_TARGET_WORD_BITSIZE
== 16)
234
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
237
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
242
#if (
WITH_TARGET_WORD_BITSIZE
== 16)
285
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
294
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
311
#if (
WITH_TARGET_WORD_BITSIZE
== 16)
518
#if (
WITH_TARGET_WORD_BITSIZE
== 64
[
all
...]
sim-config.c
214
&& WITH_TARGET_WORD_MSB != (
WITH_TARGET_WORD_BITSIZE
- 1))
217
WITH_TARGET_WORD_BITSIZE
, WITH_TARGET_WORD_MSB);
313
sim_io_printf (sd, "
WITH_TARGET_WORD_BITSIZE
= %d\n",
314
WITH_TARGET_WORD_BITSIZE
);
/src/external/gpl3/gdb.old/dist/sim/common/
sim-bits.c
65
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
68
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
79
#if (
WITH_TARGET_WORD_BITSIZE
== 16)
100
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
103
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
114
#if (
WITH_TARGET_WORD_BITSIZE
== 16)
135
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
138
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
150
#if (
WITH_TARGET_WORD_BITSIZE
== 16)
171
#if (
WITH_TARGET_WORD_BITSIZE
== 64
[
all
...]
sim-config.h
105
#ifndef
WITH_TARGET_WORD_BITSIZE
106
#define
WITH_TARGET_WORD_BITSIZE
32
110
#define WITH_TARGET_ADDRESS_BITSIZE
WITH_TARGET_WORD_BITSIZE
114
#define WITH_TARGET_CELL_BITSIZE
WITH_TARGET_WORD_BITSIZE
129
MSB as 31, 63. Define this to be (
WITH_TARGET_WORD_BITSIZE
- 1) */
sim-alu.h
546
#define ALU_BEGIN XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_BEGIN)
547
#define ALU_SET XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_SET)
548
#define ALU_SET_CARRY XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_SET_CARRY)
550
#define ALU_HAD_OVERFLOW XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_HAD_OVERFLOW)
551
#define ALU_HAD_CARRY XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_HAD_CARRY)
553
#define ALU_RESULT XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_RESULT)
554
#define ALU_OVERFLOW_RESULT XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_OVERFLOW_RESULT)
555
#define ALU_CARRY_RESULT XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_CARRY_RESULT)
585
#define ALU_ADD XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_ADD)
623
#define ALU_ADDC XCONCAT3(ALU,
WITH_TARGET_WORD_BITSIZE
,_ADDC
[
all
...]
sim-core.h
298
#define sim_core_write_unaligned_word XCONCAT2(sim_core_write_unaligned_,
WITH_TARGET_WORD_BITSIZE
)
299
#define sim_core_write_aligned_word XCONCAT2(sim_core_write_aligned_,
WITH_TARGET_WORD_BITSIZE
)
300
#define sim_core_write_word XCONCAT2(sim_core_write_,
WITH_TARGET_WORD_BITSIZE
)
337
#define sim_core_read_unaligned_word XCONCAT2(sim_core_read_unaligned_,
WITH_TARGET_WORD_BITSIZE
)
338
#define sim_core_read_aligned_word XCONCAT2(sim_core_read_aligned_,
WITH_TARGET_WORD_BITSIZE
)
339
#define sim_core_read_word XCONCAT2(sim_core_read_,
WITH_TARGET_WORD_BITSIZE
)
sim-types.h
100
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
104
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
108
#if (
WITH_TARGET_WORD_BITSIZE
== 16)
113
#define PRI_TW(t) SIM_PRI_TB (t,
WITH_TARGET_WORD_BITSIZE
)
sim-bits.h
214
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
217
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
222
#if (
WITH_TARGET_WORD_BITSIZE
== 16)
234
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
237
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
242
#if (
WITH_TARGET_WORD_BITSIZE
== 16)
285
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
294
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
311
#if (
WITH_TARGET_WORD_BITSIZE
== 16)
518
#if (
WITH_TARGET_WORD_BITSIZE
== 64
[
all
...]
/src/external/gpl3/gdb/dist/sim/riscv/
machs.c
48
#if
WITH_TARGET_WORD_BITSIZE
>= 32
70
#if
WITH_TARGET_WORD_BITSIZE
>= 64
92
#if
WITH_TARGET_WORD_BITSIZE
>= 128
117
#if
WITH_TARGET_WORD_BITSIZE
>= 128
120
#if
WITH_TARGET_WORD_BITSIZE
>= 64
123
#if
WITH_TARGET_WORD_BITSIZE
>= 32
/src/external/gpl3/gdb.old/dist/sim/riscv/
machs.c
48
#if
WITH_TARGET_WORD_BITSIZE
>= 32
70
#if
WITH_TARGET_WORD_BITSIZE
>= 64
92
#if
WITH_TARGET_WORD_BITSIZE
>= 128
117
#if
WITH_TARGET_WORD_BITSIZE
>= 128
120
#if
WITH_TARGET_WORD_BITSIZE
>= 64
123
#if
WITH_TARGET_WORD_BITSIZE
>= 32
/src/external/gpl3/gdb/dist/sim/ppc/
idecode_expression.h
107
#define _ALU_RESULT_VAL(CA,OE,Rc) (
WITH_TARGET_WORD_BITSIZE
== 64 \
117
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
125
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
134
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
149
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
159
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
166
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
176
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
178
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
188
#if (
WITH_TARGET_WORD_BITSIZE
== 64
[
all
...]
words.h
69
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
std-config.h
89
#ifndef
WITH_TARGET_WORD_BITSIZE
90
#define
WITH_TARGET_WORD_BITSIZE
32 /* compiled only */
94
#define WITH_TARGET_ADDRESS_BITSIZE
WITH_TARGET_WORD_BITSIZE
98
#define WITH_TARGET_CELL_BITSIZE
WITH_TARGET_WORD_BITSIZE
bits.c
83
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
102
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
vm.c
132
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
146
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
167
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
171
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
207
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
304
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
308
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
324
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
327
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
336
#if (
WITH_TARGET_WORD_BITSIZE
== 32
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/ppc/
idecode_expression.h
107
#define _ALU_RESULT_VAL(CA,OE,Rc) (
WITH_TARGET_WORD_BITSIZE
== 64 \
117
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
125
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
134
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
149
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
159
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
166
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
176
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
178
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
188
#if (
WITH_TARGET_WORD_BITSIZE
== 64
[
all
...]
words.h
69
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
std-config.h
89
#ifndef
WITH_TARGET_WORD_BITSIZE
90
#define
WITH_TARGET_WORD_BITSIZE
32 /* compiled only */
94
#define WITH_TARGET_ADDRESS_BITSIZE
WITH_TARGET_WORD_BITSIZE
98
#define WITH_TARGET_CELL_BITSIZE
WITH_TARGET_WORD_BITSIZE
bits.c
83
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
102
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
vm.c
132
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
146
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
167
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
171
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
207
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
304
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
308
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
324
#if (
WITH_TARGET_WORD_BITSIZE
== 32)
327
#if (
WITH_TARGET_WORD_BITSIZE
== 64)
336
#if (
WITH_TARGET_WORD_BITSIZE
== 32
[
all
...]
Completed in 51 milliseconds
1
2
3
Indexes created Sun Mar 01 05:31:48 UTC 2026