Home
last modified time | relevance | path

Searched refs:WITH_TARGET_WORD_BITSIZE (Results 1 – 25 of 29) sorted by relevance

12

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-bits.c65 #if (WITH_TARGET_WORD_BITSIZE == 64) in LSEXTRACTED()
68 #if (WITH_TARGET_WORD_BITSIZE == 32) in LSEXTRACTED()
79 #if (WITH_TARGET_WORD_BITSIZE == 16) in LSEXTRACTED()
100 #if (WITH_TARGET_WORD_BITSIZE == 64) in MSEXTRACTED()
103 #if (WITH_TARGET_WORD_BITSIZE == 32) in MSEXTRACTED()
114 #if (WITH_TARGET_WORD_BITSIZE == 16) in MSEXTRACTED()
135 #if (WITH_TARGET_WORD_BITSIZE == 64) in LSINSERTED()
138 #if (WITH_TARGET_WORD_BITSIZE == 32) in LSINSERTED()
150 #if (WITH_TARGET_WORD_BITSIZE == 16) in LSINSERTED()
171 #if (WITH_TARGET_WORD_BITSIZE == 64) in MSINSERTED()
[all …]
Dsim-alu.h546 #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 …]
Dsim-core.h298 #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)
Dsim-config.h105 #ifndef WITH_TARGET_WORD_BITSIZE
106 #define WITH_TARGET_WORD_BITSIZE 32 macro
110 #define WITH_TARGET_ADDRESS_BITSIZE WITH_TARGET_WORD_BITSIZE
114 #define WITH_TARGET_CELL_BITSIZE WITH_TARGET_WORD_BITSIZE
Dsim-bits.h214 #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 …]
Dsim-types.h100 #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)
Dsim-endian.h222 #if (WITH_TARGET_WORD_BITSIZE == 64)
231 #if (WITH_TARGET_WORD_BITSIZE == 32)
276 #if (WITH_TARGET_WORD_BITSIZE == 64)
280 #if (WITH_TARGET_WORD_BITSIZE == 32)
319 #if (WITH_TARGET_WORD_BITSIZE == 64)
323 #if (WITH_TARGET_WORD_BITSIZE == 32)
399 #if (WITH_TARGET_WORD_BITSIZE == 64)
403 #if (WITH_TARGET_WORD_BITSIZE == 32)
Dsim-config.c214 && WITH_TARGET_WORD_MSB != (WITH_TARGET_WORD_BITSIZE - 1)) in sim_config()
217 WITH_TARGET_WORD_BITSIZE, WITH_TARGET_WORD_MSB); in sim_config()
314 WITH_TARGET_WORD_BITSIZE); in sim_config_print()
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Didecode_expression.h107 #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 …]
Dvm.c132 #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) in om_hash_page()
308 #if (WITH_TARGET_WORD_BITSIZE == 64) in om_hash_page()
324 #if (WITH_TARGET_WORD_BITSIZE == 32) in om_pte_0_api()
327 #if (WITH_TARGET_WORD_BITSIZE == 64) in om_pte_0_api()
336 #if (WITH_TARGET_WORD_BITSIZE == 32) in om_pte_0_hash()
[all …]
Dstd-config.h89 #ifndef WITH_TARGET_WORD_BITSIZE
90 #define WITH_TARGET_WORD_BITSIZE 32 /* compiled only */ macro
94 #define WITH_TARGET_ADDRESS_BITSIZE WITH_TARGET_WORD_BITSIZE
98 #define WITH_TARGET_CELL_BITSIZE WITH_TARGET_WORD_BITSIZE
Dbits.c83 #if (WITH_TARGET_WORD_BITSIZE == 64) in EXTRACTED()
102 #if (WITH_TARGET_WORD_BITSIZE == 64) in INSERTED()
Dbits.h102 #if (WITH_TARGET_WORD_BITSIZE == 64)
126 #if (WITH_TARGET_WORD_BITSIZE == 64)
231 #if (WITH_TARGET_WORD_BITSIZE == 64)
Dregisters.h207 #if (WITH_TARGET_WORD_BITSIZE == 64)
210 #if (WITH_TARGET_WORD_BITSIZE == 32)
Dwords.h69 #if (WITH_TARGET_WORD_BITSIZE == 64)
Didecode_fields.h33 #define is_64bit_implementation (WITH_TARGET_WORD_BITSIZE == 64)
Doptions.c117 printf_filtered ("WITH_TARGET_WORD_BITSIZE = %d\n", WITH_TARGET_WORD_BITSIZE); in print_options()
Dcpu.h228 (WITH_TARGET_WORD_BITSIZE == 64 \
Dhw_htab.c600 if (WITH_TARGET_WORD_BITSIZE != 32) in htab_init_data_callback()
659 pte_va = (pte_va << WITH_TARGET_WORD_BITSIZE) | (unsigned_cell)partial_va; in htab_init_data_callback()
Demul_generic.c307 tree_parse(root, "#address-cells %d", WITH_TARGET_WORD_BITSIZE / 32); in emul_add_tree_hardware()
/netbsd/src/external/gpl3/gdb/dist/sim/testsuite/common/
Dalu-tst.c2 #define WITH_TARGET_WORD_BITSIZE 64 macro
Dbits-tst.c382 errors += check_sext (64, WITH_TARGET_WORD_BITSIZE - 1, "LSSEXT", "LSMASK", "MSMASK");
/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dinterp.c441 if (WITH_TARGET_WORD_BITSIZE == 64) in sim_open()
668 mips_cpu->register_widths[rn] = WITH_TARGET_WORD_BITSIZE; in sim_open()
672 mips_cpu->register_widths[rn] = WITH_TARGET_WORD_BITSIZE; in sim_open()
704 if (WITH_TARGET_WORD_BITSIZE == 64) in sim_open()
1032 if (WITH_TARGET_WORD_BITSIZE == 32) in sim_create_inferior()
1781 && WITH_TARGET_WORD_BITSIZE == 64) in ColdReset()
1799 if (WITH_TARGET_WORD_BITSIZE == 64) in ColdReset()
Dmips.igen241 #if WITH_TARGET_WORD_BITSIZE == 64
857 uint64_t mask = (WITH_TARGET_WORD_BITSIZE == 64 ? 0x7 : 0x3);
1162 uint64_t mask = (WITH_TARGET_WORD_BITSIZE == 64 ? 0x7 : 0x3);
1766 uword64 mask = (WITH_TARGET_WORD_BITSIZE == 64 ? 0x7 : 0x3);
1799 uint64_t mask = (WITH_TARGET_WORD_BITSIZE == 64 ? 0x7 : 0x3);
3274 address_word mask = (WITH_TARGET_WORD_BITSIZE == 64 ? 0x7 : 0x3);
3295 address_word mask = (WITH_TARGET_WORD_BITSIZE == 64 ? 0x7 : 0x3);
3349 address_word mask = (WITH_TARGET_WORD_BITSIZE == 64 ? 0x7 : 0x3);
4172 address_word mask = (WITH_TARGET_WORD_BITSIZE == 64 ? 0x7 : 0x3);
4193 address_word mask = (WITH_TARGET_WORD_BITSIZE == 64 ? 0x7 : 0x3);
[all …]
Dlocal.mk21 … -DWITH_TARGET_WORD_BITSIZE=@SIM_MIPS_BITSIZE@ -DWITH_TARGET_WORD_MSB=WITH_TARGET_WORD_BITSIZE-1 \

12