Home
last modified time | relevance | path

Searched refs:highest_address (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/srecord/srecord-1.64/srecord/input/file/
H A Dmsbin.cc45 if (highest_address - lowest_address + 1 != image_length) in ~input_file_msbin()
52 (unsigned long)(highest_address - lowest_address + 1) in ~input_file_msbin()
216 highest_address = address + remaining - 1; in read()
222 highest_address = in read()
223 std::max(highest_address, address + remaining - 1); in read()
H A Dmsbin.h153 record::address_t highest_address; variable
/dports/devel/z80-asm/z80-asm-2.3/
H A Dasm.h8 extern unsigned short highest_address(void);
H A Dz80-asm.c207 if (length || generated_bytes() && highest_address() >= start) in main()
208 fwrite(memory+start,1,length?length:highest_address()+1-start,output); in main()
H A Dasm.c413 unsigned short highest_address(void) in highest_address() function
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Darguments.h66 Object** highest_address() { return &this->operator[](0); } in highest_address() function
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A Dgcrhenv.cpp1203 assert(args->highest_address != nullptr); in StompWriteBarrier()
1215 VolatileStore(&g_highest_address, args->highest_address); in StompWriteBarrier()
1231 assert(args->highest_address != nullptr); in StompWriteBarrier()
1238 g_highest_address = args->highest_address; in StompWriteBarrier()
H A DGCMemoryHelpers.inl149 … // with g_lowest/highest_address check above. See comment in code:gc_heap::grow_brick_card_tables.
237 // with g_lowest/highest_address check at the beginning of this function.
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcinterface.h86 uint8_t* highest_address; member
H A Dgc.cpp335 current_hist->fgc_highest = highest_address; in add_to_history_per_heap()
2189 args.highest_address = g_gc_highest_address; in stomp_write_barrier_resize()
2217 args.highest_address = g_gc_highest_address; in stomp_write_barrier_initialize()
2436 uint8_t* gc_heap::highest_address; member in gc_heap
6579 uint8_t* highest_address; member in card_table_info
7497 uint8_t* ha = highest_address; in copy_brick_card_table()
7510 highest_address = card_table_highest_address (ct); in copy_brick_card_table()
7639 (heap_segment_mem (seg) < highest_address)) in insert_ro_segment()
10357 highest_address = card_table_highest_address (ct); in init_gc_heap()
15238 gc_high = highest_address; in gc1()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-api.cc155 highest_address() + 1); in IterateInstance()
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dmmap.c398 unsigned long highest_address = 0; in validate_mm() local
412 highest_address = vm_end_gap(vma); in validate_mm()
420 if (highest_address != mm->highest_vm_end) { in validate_mm()
422 mm->highest_vm_end, highest_address); in validate_mm()
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dmmap.c398 unsigned long highest_address = 0; in validate_mm() local
412 highest_address = vm_end_gap(vma); in validate_mm()
420 if (highest_address != mm->highest_vm_end) { in validate_mm()
422 mm->highest_vm_end, highest_address); in validate_mm()
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dmmap.c398 unsigned long highest_address = 0; in validate_mm() local
412 highest_address = vm_end_gap(vma); in validate_mm()
420 if (highest_address != mm->highest_vm_end) { in validate_mm()
422 mm->highest_vm_end, highest_address); in validate_mm()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/mips/
H A Dmips.c8196 int highest_address; member
8239 pool->highest_address = pool->insn_address - (UNITS_PER_WORD - 2) + 0x8000; in add_constant()
8240 pool->highest_address -= GET_MODE_SIZE (mode); in add_constant()
8243 pool->highest_address -= GET_MODE_SIZE (mode) - 1; in add_constant()
8375 if (barrier == 0 && pool.insn_address + 4 > pool.highest_address) in mips16_lay_out_constants()
8394 if (pool.insn_address > pool.highest_address) in mips16_lay_out_constants()
/dports/devel/z80-asm/z80-asm-2.3/doc/
H A DCHANGELOG89 * in asm.h: better interface (highest_address,generated_bytes,set_compile_pass)
/dports/lang/gcc48/gcc-4.8.5/gcc/config/mips/
H A Dmips.c14224 int highest_address; member
14268 pool->highest_address = pool->insn_address - (UNITS_PER_WORD - 2) + 0x8000; in mips16_add_constant()
14269 pool->highest_address -= GET_MODE_SIZE (mode); in mips16_add_constant()
14272 pool->highest_address -= GET_MODE_SIZE (mode) - 1; in mips16_add_constant()
14468 if (barrier == 0 && pool.insn_address + 4 > pool.highest_address) in mips16_lay_out_constants()
14487 if (pool.insn_address > pool.highest_address) in mips16_lay_out_constants()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/mips/
H A Dmips.c14236 int highest_address; member
14280 pool->highest_address = pool->insn_address - (UNITS_PER_WORD - 2) + 0x8000; in mips16_add_constant()
14281 pool->highest_address -= GET_MODE_SIZE (mode); in mips16_add_constant()
14284 pool->highest_address -= GET_MODE_SIZE (mode) - 1; in mips16_add_constant()
14480 if (barrier == 0 && pool.insn_address + 4 > pool.highest_address) in mips16_lay_out_constants()
14499 if (pool.insn_address > pool.highest_address) in mips16_lay_out_constants()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/mips/
H A Dmips.c15342 int highest_address; member
15386 pool->highest_address = pool->insn_address - (UNITS_PER_WORD - 2) + 0x8000; in mips16_add_constant()
15387 pool->highest_address -= GET_MODE_SIZE (mode); in mips16_add_constant()
15390 pool->highest_address -= GET_MODE_SIZE (mode) - 1; in mips16_add_constant()
15579 if (barrier == 0 && pool.insn_address + 4 > pool.highest_address) in mips16_lay_out_constants()
15599 if (pool.insn_address > pool.highest_address) in mips16_lay_out_constants()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/mips/
H A Dmips.c14642 int highest_address; member
14686 pool->highest_address = pool->insn_address - (UNITS_PER_WORD - 2) + 0x8000; in mips16_add_constant()
14687 pool->highest_address -= GET_MODE_SIZE (mode); in mips16_add_constant()
14690 pool->highest_address -= GET_MODE_SIZE (mode) - 1; in mips16_add_constant()
14888 if (barrier == 0 && pool.insn_address + 4 > pool.highest_address) in mips16_lay_out_constants()
14907 if (pool.insn_address > pool.highest_address) in mips16_lay_out_constants()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/mips/
H A Dmips.c15342 int highest_address; member
15386 pool->highest_address = pool->insn_address - (UNITS_PER_WORD - 2) + 0x8000; in mips16_add_constant()
15387 pool->highest_address -= GET_MODE_SIZE (mode); in mips16_add_constant()
15390 pool->highest_address -= GET_MODE_SIZE (mode) - 1; in mips16_add_constant()
15579 if (barrier == 0 && pool.insn_address + 4 > pool.highest_address) in mips16_lay_out_constants()
15599 if (pool.insn_address > pool.highest_address) in mips16_lay_out_constants()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/mips/
H A Dmips.c17195 int highest_address; member
17239 pool->highest_address = pool->insn_address - (UNITS_PER_WORD - 2) + 0x8000; in mips16_add_constant()
17240 pool->highest_address -= GET_MODE_SIZE (mode); in mips16_add_constant()
17243 pool->highest_address -= GET_MODE_SIZE (mode) - 1; in mips16_add_constant()
17441 if (barrier == 0 && pool.insn_address + 4 > pool.highest_address) in mips16_lay_out_constants()
17461 if (pool.insn_address > pool.highest_address) in mips16_lay_out_constants()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/mips/
H A Dmips.c17274 int highest_address; member
17318 pool->highest_address = pool->insn_address - (UNITS_PER_WORD - 2) + 0x8000; in mips16_add_constant()
17319 pool->highest_address -= GET_MODE_SIZE (mode); in mips16_add_constant()
17322 pool->highest_address -= GET_MODE_SIZE (mode) - 1; in mips16_add_constant()
17520 if (barrier == 0 && pool.insn_address + 4 > pool.highest_address) in mips16_lay_out_constants()
17540 if (pool.insn_address > pool.highest_address) in mips16_lay_out_constants()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/mips/
H A Dmips.c17195 int highest_address; member
17239 pool->highest_address = pool->insn_address - (UNITS_PER_WORD - 2) + 0x8000; in mips16_add_constant()
17240 pool->highest_address -= GET_MODE_SIZE (mode); in mips16_add_constant()
17243 pool->highest_address -= GET_MODE_SIZE (mode) - 1; in mips16_add_constant()
17441 if (barrier == 0 && pool.insn_address + 4 > pool.highest_address) in mips16_lay_out_constants()
17461 if (pool.insn_address > pool.highest_address) in mips16_lay_out_constants()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/mips/
H A Dmips.c17319 int highest_address; member
17363 pool->highest_address = pool->insn_address - (UNITS_PER_WORD - 2) + 0x8000; in mips16_add_constant()
17364 pool->highest_address -= GET_MODE_SIZE (mode); in mips16_add_constant()
17367 pool->highest_address -= GET_MODE_SIZE (mode) - 1; in mips16_add_constant()
17565 if (barrier == 0 && pool.insn_address + 4 > pool.highest_address) in mips16_lay_out_constants()
17585 if (pool.insn_address > pool.highest_address) in mips16_lay_out_constants()

12