| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | sim-bits.c | 65 #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 …]
|
| D | 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 …]
|
| D | 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)
|
| D | sim-config.h | 105 #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
|
| D | 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 …]
|
| D | 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)
|
| D | sim-endian.h | 222 #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)
|
| D | sim-config.c | 214 && 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/ |
| D | 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 …]
|
| D | 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) 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 …]
|
| D | std-config.h | 89 #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
|
| D | bits.c | 83 #if (WITH_TARGET_WORD_BITSIZE == 64) in EXTRACTED() 102 #if (WITH_TARGET_WORD_BITSIZE == 64) in INSERTED()
|
| D | bits.h | 102 #if (WITH_TARGET_WORD_BITSIZE == 64) 126 #if (WITH_TARGET_WORD_BITSIZE == 64) 231 #if (WITH_TARGET_WORD_BITSIZE == 64)
|
| D | registers.h | 207 #if (WITH_TARGET_WORD_BITSIZE == 64) 210 #if (WITH_TARGET_WORD_BITSIZE == 32)
|
| D | words.h | 69 #if (WITH_TARGET_WORD_BITSIZE == 64)
|
| D | idecode_fields.h | 33 #define is_64bit_implementation (WITH_TARGET_WORD_BITSIZE == 64)
|
| D | options.c | 117 printf_filtered ("WITH_TARGET_WORD_BITSIZE = %d\n", WITH_TARGET_WORD_BITSIZE); in print_options()
|
| D | cpu.h | 228 (WITH_TARGET_WORD_BITSIZE == 64 \
|
| D | hw_htab.c | 600 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()
|
| D | emul_generic.c | 307 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/ |
| D | alu-tst.c | 2 #define WITH_TARGET_WORD_BITSIZE 64 macro
|
| D | bits-tst.c | 382 errors += check_sext (64, WITH_TARGET_WORD_BITSIZE - 1, "LSSEXT", "LSMASK", "MSMASK");
|
| /netbsd/src/external/gpl3/gdb/dist/sim/mips/ |
| D | interp.c | 441 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()
|
| D | mips.igen | 241 #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 …]
|
| D | local.mk | 21 … -DWITH_TARGET_WORD_BITSIZE=@SIM_MIPS_BITSIZE@ -DWITH_TARGET_WORD_MSB=WITH_TARGET_WORD_BITSIZE-1 \
|