Searched refs:nat_collection (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dia64-tdep.c720 CORE_ADDR nat_collection; local
726 regcache_cooked_read_unsigned (regcache, IA64_RNAT_REGNUM, &nat_collection);
728 nat_collection = read_memory_integer (nat_addr, 8);
730 natN_val = (nat_collection >> nat_bit) & 1;
830 CORE_ADDR nat_collection; local
838 regcache_cooked_read_unsigned (regcache, IA64_RNAT_REGNUM, &nat_collection);
840 nat_collection |= natN_mask;
842 nat_collection &= ~natN_mask;
843 regcache_cooked_write_unsigned (regcache, IA64_RNAT_REGNUM, nat_collection);
848 nat_collection
1698 CORE_ADDR nat_collection; local
[all...]

Completed in 42 milliseconds