| /freebsd-12.1/contrib/libstdc++/libsupc++/ |
| H A D | eh_personality.cc | 163 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 D | eh_call.cc | 89 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 D | unwind-cxx.h | 227 return (void*)eo->barrier_cache.bitpattern[0]; in __gxx_caught_object()
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | unwind-arm.c | 848 data = (_uw *) ucbp->cleanup_cache.bitpattern[0]; in __gnu_unwind_pr_common() 889 ucbp->cleanup_cache.bitpattern[0] = (_uw) data; in __gnu_unwind_pr_common() 929 ucbp->barrier_cache.bitpattern[0] = (_uw) matched; in __gnu_unwind_pr_common() 930 ucbp->barrier_cache.bitpattern[1] = (_uw) data; in __gnu_unwind_pr_common() 937 && ucbp->barrier_cache.bitpattern[1] == (_uw) data) in __gnu_unwind_pr_common() 978 ucbp->barrier_cache.bitpattern[0] = (_uw) matched; in __gnu_unwind_pr_common() 979 ucbp->barrier_cache.bitpattern[1] = (_uw) data; in __gnu_unwind_pr_common() 991 ucbp->barrier_cache.bitpattern[1] = rtti_count; in __gnu_unwind_pr_common() 992 ucbp->barrier_cache.bitpattern[2] = 0; in __gnu_unwind_pr_common() 993 ucbp->barrier_cache.bitpattern[3] = 4; in __gnu_unwind_pr_common() [all …]
|
| H A D | unwind-arm.h | 110 _uw bitpattern[5]; member 116 _uw bitpattern[4]; member
|
| /freebsd-12.1/contrib/opencsd/decoder/source/etmv3/ |
| H A D | trc_pkt_elem_etmv3.cpp | 518 uint32_t bitpattern = m_pkt_data.atom.En_bits; // arranged LSBit oldest, MSbit newest in getAtomStr() local 524 oss << ((bitpattern & 0x1) ? "E" : "N"); // in spec read L->R, oldest->newest in getAtomStr() 525 bitpattern >>= 1; in getAtomStr() 535 oss << ((bitpattern & 0x1) ? "WE" : "WN"); // in spec read L->R, oldest->newest in getAtomStr() 536 bitpattern >>= 1; in getAtomStr() 544 oss << ((bitpattern & 0x1) ? "E" : "N"); // in spec read L->R, oldest->newest in getAtomStr() 545 bitpattern >>= 1; in getAtomStr() 553 oss << ((bitpattern & 0x1) ? "E" : "N"); // in spec read L->R, oldest->newest in getAtomStr()
|
| /freebsd-12.1/contrib/opencsd/decoder/source/ptm/ |
| H A D | trc_pkt_elem_ptm.cpp | 210 uint32_t bitpattern = atom.En_bits; // arranged LSBit oldest, MSbit newest in getAtomStr() local 215 oss << ((bitpattern & 0x1) ? "E" : "N"); // in spec read L->R, oldest->newest in getAtomStr() 225 oss << ((bitpattern & 0x1) ? "E" : "N"); // in spec read L->R, oldest->newest in getAtomStr() 226 bitpattern >>= 1; in getAtomStr()
|
| /freebsd-12.1/contrib/libcxxrt/ |
| H A D | unwind-arm.h | 79 uint32_t bitpattern[5]; member 84 uint32_t bitpattern[4]; member
|
| H A D | exception.cc | 77 ucb->barrier_cache.bitpattern[1] = static_cast<uint32_t>(selector); in saveLandingPad() 78 ucb->barrier_cache.bitpattern[3] = reinterpret_cast<uint32_t>(landingPad); in saveLandingPad() 99 *selector = ucb->barrier_cache.bitpattern[1]; in loadLandingPad() 100 *landingPad = reinterpret_cast<dw_eh_ptr_t>(ucb->barrier_cache.bitpattern[3]); in loadLandingPad()
|
| /freebsd-12.1/contrib/opencsd/decoder/source/etmv4/ |
| H A D | trc_pkt_elem_etmv4i.cpp | 488 uint32_t bitpattern = atom.En_bits; in atomSeq() local 491 oss << ((bitpattern & 0x1) ? "E" : "N"); in atomSeq() 492 bitpattern >>= 1; in atomSeq()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/ |
| H A D | unwind.h | 138 uint32_t bitpattern[5]; member 142 uint32_t bitpattern[4]; member
|
| /freebsd-12.1/contrib/libunwind/include/ |
| H A D | unwind.h | 91 uint32_t bitpattern[5]; member 96 uint32_t bitpattern[4]; member
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | Target.td | 531 // instruction specifies bitpattern A??B where A and B are static bits, the 539 // * InstA with bitpattern 0b0000????, 540 // * InstB with bitpattern 0b000000?? but the associated decoder method 543 // The decoder tries to decode a bitpattern that matches both InstA and 546 // DecodeInstB() returns Fail the bitpattern gets rejected. By setting 550 // decode the bitpattern as InstA too.
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstrNEON.td | 8623 // using the vmov.f32 encoding but the bitpattern is representable using
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-1998 | 15104 * enquire.c (bitpattern): Change type of variable i to unsigned.
|