Home
last modified time | relevance | path

Searched refs:bitpattern (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc163 ue_header->barrier_cache.bitpattern[0] = (_uw) thrown_ptr; in save_caught_exception()
164 ue_header->barrier_cache.bitpattern[1] in save_caught_exception()
166 ue_header->barrier_cache.bitpattern[2] in save_caught_exception()
168 ue_header->barrier_cache.bitpattern[3] = (_uw) landing_pad; in save_caught_exception()
180 handler_switch_value = (int) ue_header->barrier_cache.bitpattern[1]; in restore_caught_exception()
182 (const unsigned char*) ue_header->barrier_cache.bitpattern[2]; in restore_caught_exception()
183 landing_pad = (_Unwind_Ptr) ue_header->barrier_cache.bitpattern[3]; in restore_caught_exception()
665 ue_header->barrier_cache.bitpattern[1] = n; in PERSONALITY_FUNCTION()
667 ue_header->barrier_cache.bitpattern[2] = 0; in PERSONALITY_FUNCTION()
669 ue_header->barrier_cache.bitpattern[3] = 4; in PERSONALITY_FUNCTION()
[all …]
H A Deh_call.cc89 rtti_count = exc_obj->barrier_cache.bitpattern[1]; in __cxa_call_unexpected()
91 rtti_stride = exc_obj->barrier_cache.bitpattern[3]; in __cxa_call_unexpected()
92 rtti_list = (_Unwind_Word*) exc_obj->barrier_cache.bitpattern[4]; in __cxa_call_unexpected()
H A Dunwind-cxx.h207 return (void*)eo->barrier_cache.bitpattern[0]; in __gxx_caught_object()
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.c790 data = (_uw *) ucbp->cleanup_cache.bitpattern[0]; in __gnu_unwind_pr_common()
831 ucbp->cleanup_cache.bitpattern[0] = (_uw) data; in __gnu_unwind_pr_common()
871 ucbp->barrier_cache.bitpattern[0] = (_uw) matched; in __gnu_unwind_pr_common()
872 ucbp->barrier_cache.bitpattern[1] = (_uw) data; in __gnu_unwind_pr_common()
879 && ucbp->barrier_cache.bitpattern[1] == (_uw) data) in __gnu_unwind_pr_common()
920 ucbp->barrier_cache.bitpattern[0] = (_uw) matched; in __gnu_unwind_pr_common()
921 ucbp->barrier_cache.bitpattern[1] = (_uw) data; in __gnu_unwind_pr_common()
928 && ucbp->barrier_cache.bitpattern[1] == (_uw) data) in __gnu_unwind_pr_common()
933 ucbp->barrier_cache.bitpattern[1] = rtti_count; in __gnu_unwind_pr_common()
934 ucbp->barrier_cache.bitpattern[2] = 0; in __gnu_unwind_pr_common()
[all …]
H A Dunwind-arm.h106 _uw bitpattern[5]; member
112 _uw bitpattern[4]; member
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp1037 unwind_exception->barrier_cache.bitpattern[0] = (uint32_t)results.adjustedPtr; in save_results_to_barrier_cache()
1038 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord; in save_results_to_barrier_cache()
1039 unwind_exception->barrier_cache.bitpattern[2] = (uint32_t)results.languageSpecificData; in save_results_to_barrier_cache()
1040 unwind_exception->barrier_cache.bitpattern[3] = (uint32_t)results.landingPad; in save_results_to_barrier_cache()
1041 unwind_exception->barrier_cache.bitpattern[4] = (uint32_t)results.ttypeIndex; in save_results_to_barrier_cache()
1047 results.adjustedPtr = (void*)unwind_exception->barrier_cache.bitpattern[0]; in load_results_from_barrier_cache()
1048 results.actionRecord = (const uint8_t*)unwind_exception->barrier_cache.bitpattern[1]; in load_results_from_barrier_cache()
1049 results.languageSpecificData = (const uint8_t*)unwind_exception->barrier_cache.bitpattern[2]; in load_results_from_barrier_cache()
1050 results.landingPad = (uintptr_t)unwind_exception->barrier_cache.bitpattern[3]; in load_results_from_barrier_cache()
1051 results.ttypeIndex = (int64_t)(int32_t)unwind_exception->barrier_cache.bitpattern[4]; in load_results_from_barrier_cache()
[all …]
H A Dcxa_exception.cpp298 static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]); in __cxa_get_exception_ptr()
469 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]); in __cxa_begin_catch()
/openbsd-src/gnu/llvm/libunwind/include/
H A Dunwind_arm_ehabi.h48 uint32_t bitpattern[5]; member
53 uint32_t bitpattern[4]; member
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dunwind.h127 uint32_t bitpattern[5]; member
131 uint32_t bitpattern[4]; member
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTarget.td466 // instruction specifies bitpattern A??B where A and B are static bits, the
474 // * InstA with bitpattern 0b0000????,
475 // * InstB with bitpattern 0b000000?? but the associated decoder method
478 // The decoder tries to decode a bitpattern that matches both InstA and
481 // DecodeInstB() returns Fail the bitpattern gets rejected. By setting
485 // decode the bitpattern as InstA too.
/openbsd-src/gnu/llvm/clang/docs/
H A DLanguageExtensions.rst2679 the bitpattern of an integer value; for example ``0b10110110`` becomes
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstrNEON.td9145 // using the vmov.f32 encoding but the bitpattern is representable using
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.06525 * enquire.c (bitpattern): Change type of variable i to unsigned.
/openbsd-src/gnu/llvm/llvm/docs/
H A DLangRef.rst15335 bitpattern of an integer value or vector of integer values; for example