Home
last modified time | relevance | path

Searched refs:saved_registers_locations (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompactUnwindInfo.cpp766 uint32_t saved_registers_locations = in CreateUnwindPlan_x86_64() local
772 uint32_t regnum = saved_registers_locations & 0x7; in CreateUnwindPlan_x86_64()
787 saved_registers_locations >>= 3; in CreateUnwindPlan_x86_64()
1037 uint32_t saved_registers_locations = in CreateUnwindPlan_i386() local
1043 uint32_t regnum = saved_registers_locations & 0x7; in CreateUnwindPlan_i386()
1058 saved_registers_locations >>= 3; in CreateUnwindPlan_i386()
/freebsd-11-stable/contrib/llvm-project/lldb/tools/compact-unwind/
HDcompact-unwind-dumper.c480 uint32_t saved_registers_locations = in print_encoding_x86_64() local
486 switch (saved_registers_locations & 0x7) { in print_encoding_x86_64()
506 saved_registers_locations >>= 3; in print_encoding_x86_64()
696 uint32_t saved_registers_locations = in print_encoding_i386() local
702 switch (saved_registers_locations & 0x7) { in print_encoding_i386()
722 saved_registers_locations >>= 3; in print_encoding_i386()