Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_personality.cc170 ue_header->barrier_cache.bitpattern[0] = (_uw) thrown_ptr; in save_caught_exception()
171 ue_header->barrier_cache.bitpattern[1] in save_caught_exception()
173 ue_header->barrier_cache.bitpattern[2] in save_caught_exception()
175 ue_header->barrier_cache.bitpattern[3] = (_uw) landing_pad; in save_caught_exception()
187 handler_switch_value = (int) ue_header->barrier_cache.bitpattern[1]; in restore_caught_exception()
189 (const unsigned char*) ue_header->barrier_cache.bitpattern[2]; in restore_caught_exception()
190 landing_pad = (_Unwind_Ptr) ue_header->barrier_cache.bitpattern[3]; in restore_caught_exception()
706 ue_header->barrier_cache.bitpattern[1] = n; in PERSONALITY_FUNCTION()
708 ue_header->barrier_cache.bitpattern[2] = info.ttype_base; in PERSONALITY_FUNCTION()
710 ue_header->barrier_cache.bitpattern[3] = 4; in PERSONALITY_FUNCTION()
[all …]
H A Deh_call.cc85 rtti_count = exc_obj->barrier_cache.bitpattern[1]; in __cxa_call_unexpected()
86 rtti_base = (_Unwind_Ptr) exc_obj->barrier_cache.bitpattern[2]; in __cxa_call_unexpected()
87 rtti_stride = exc_obj->barrier_cache.bitpattern[3]; in __cxa_call_unexpected()
88 rtti_list = (_Unwind_Word*) exc_obj->barrier_cache.bitpattern[4]; in __cxa_call_unexpected()
H A Dunwind-cxx.h316 return (void*)eo->barrier_cache.bitpattern[0]; in __gxx_caught_object()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_personality.cc170 ue_header->barrier_cache.bitpattern[0] = (_uw) thrown_ptr; in save_caught_exception()
171 ue_header->barrier_cache.bitpattern[1] in save_caught_exception()
173 ue_header->barrier_cache.bitpattern[2] in save_caught_exception()
175 ue_header->barrier_cache.bitpattern[3] = (_uw) landing_pad; in save_caught_exception()
187 handler_switch_value = (int) ue_header->barrier_cache.bitpattern[1]; in restore_caught_exception()
189 (const unsigned char*) ue_header->barrier_cache.bitpattern[2]; in restore_caught_exception()
190 landing_pad = (_Unwind_Ptr) ue_header->barrier_cache.bitpattern[3]; in restore_caught_exception()
709 ue_header->barrier_cache.bitpattern[1] = n; in PERSONALITY_FUNCTION()
711 ue_header->barrier_cache.bitpattern[2] = info.ttype_base; in PERSONALITY_FUNCTION()
713 ue_header->barrier_cache.bitpattern[3] = 4; in PERSONALITY_FUNCTION()
[all …]
H A Deh_call.cc85 rtti_count = exc_obj->barrier_cache.bitpattern[1]; in __cxa_call_unexpected()
86 rtti_base = (_Unwind_Ptr) exc_obj->barrier_cache.bitpattern[2]; in __cxa_call_unexpected()
87 rtti_stride = exc_obj->barrier_cache.bitpattern[3]; in __cxa_call_unexpected()
88 rtti_list = (_Unwind_Word*) exc_obj->barrier_cache.bitpattern[4]; in __cxa_call_unexpected()
H A Dunwind-cxx.h316 return (void*)eo->barrier_cache.bitpattern[0]; in __gxx_caught_object()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-arm-common.inc857 data = (_uw *) ucbp->cleanup_cache.bitpattern[0];
898 ucbp->cleanup_cache.bitpattern[0] = (_uw) data;
950 ucbp->barrier_cache.bitpattern[2]
952 ucbp->barrier_cache.bitpattern[0]
953 = (_uw) &ucbp->barrier_cache.bitpattern[2];
956 ucbp->barrier_cache.bitpattern[0] = (_uw) matched;
957 ucbp->barrier_cache.bitpattern[1] = (_uw) data;
964 && ucbp->barrier_cache.bitpattern[1] == (_uw) data)
1006 ucbp->barrier_cache.bitpattern[0] = (_uw) matched;
1007 ucbp->barrier_cache.bitpattern[1] = (_uw) data;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-arm-common.inc853 data = (_uw *) ucbp->cleanup_cache.bitpattern[0];
894 ucbp->cleanup_cache.bitpattern[0] = (_uw) data;
946 ucbp->barrier_cache.bitpattern[2]
948 ucbp->barrier_cache.bitpattern[0]
949 = (_uw) &ucbp->barrier_cache.bitpattern[2];
952 ucbp->barrier_cache.bitpattern[0] = (_uw) matched;
953 ucbp->barrier_cache.bitpattern[1] = (_uw) data;
960 && ucbp->barrier_cache.bitpattern[1] == (_uw) data)
1002 ucbp->barrier_cache.bitpattern[0] = (_uw) matched;
1003 ucbp->barrier_cache.bitpattern[1] = (_uw) data;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dexception.c303 handler_switch_value = (int) ue_header->barrier_cache.bitpattern[1]; in PERSONALITY_FUNCTION()
304 landing_pad = (_Unwind_Ptr) ue_header->barrier_cache.bitpattern[3]; in PERSONALITY_FUNCTION()
469 ue_header->barrier_cache.bitpattern[1] = (_uw) handler_switch_value; in PERSONALITY_FUNCTION()
470 ue_header->barrier_cache.bitpattern[3] = (_uw) landing_pad; in PERSONALITY_FUNCTION()
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dexception.c303 handler_switch_value = (int) ue_header->barrier_cache.bitpattern[1]; in PERSONALITY_FUNCTION()
304 landing_pad = (_Unwind_Ptr) ue_header->barrier_cache.bitpattern[3]; in PERSONALITY_FUNCTION()
469 ue_header->barrier_cache.bitpattern[1] = (_uw) handler_switch_value; in PERSONALITY_FUNCTION()
470 ue_header->barrier_cache.bitpattern[3] = (_uw) landing_pad; in PERSONALITY_FUNCTION()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d248 unwindHeader.barrier_cache.bitpattern[1] = cast(_uw)handler;
249 unwindHeader.barrier_cache.bitpattern[2] = cast(_uw)lsda;
250 unwindHeader.barrier_cache.bitpattern[3] = cast(_uw)landingPad;
272 handler = cast(int)unwindHeader.barrier_cache.bitpattern[1];
273 lsda = cast(ubyte*)unwindHeader.barrier_cache.bitpattern[2];
274 landingPad = cast(_Unwind_Ptr)unwindHeader.barrier_cache.bitpattern[3];
371 unwindHeader.barrier_cache.bitpattern[0] = cast(_uw) thrownPtr;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d244 unwindHeader.barrier_cache.bitpattern[1] = cast(_uw)handler; in save()
245 unwindHeader.barrier_cache.bitpattern[2] = cast(_uw)lsda; in save()
246 unwindHeader.barrier_cache.bitpattern[3] = cast(_uw)landingPad; in save()
268 handler = cast(int)unwindHeader.barrier_cache.bitpattern[1]; in restore()
269 lsda = cast(ubyte*)unwindHeader.barrier_cache.bitpattern[2]; in restore()
270 landingPad = cast(_Unwind_Ptr)unwindHeader.barrier_cache.bitpattern[3]; in restore()
347 unwindHeader.barrier_cache.bitpattern[0] = cast(_uw) thrownPtr; in save()
/netbsd-src/sys/arch/arm/include/
H A Dehabi.h92 uint32_t bitpattern[5]; member
96 uint32_t bitpattern[4]; member
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dunwind-arm-common.h101 _uw bitpattern[5]; member
107 _uw bitpattern[4]; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dunwind-arm-common.h101 _uw bitpattern[5]; member
107 _uw bitpattern[4]; member
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dunwind-arm.h78 uint32_t bitpattern[5]; member
83 uint32_t bitpattern[4]; member
H A Dexception.cc77 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()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/unwind/
H A Darm_common.d122 _uw[5] bitpattern;
128 _uw[4] bitpattern;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/unwind/
H A Darm_common.d122 _uw[5] bitpattern;
128 _uw[4] bitpattern;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dunwind.h124 uint32_t bitpattern[5]; member
128 uint32_t bitpattern[4]; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A DDESperate.txt57 So to get the bitpattern bit-pattern
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td440 // instruction specifies bitpattern A??B where A and B are static bits, the
448 // * InstA with bitpattern 0b0000????,
449 // * InstB with bitpattern 0b000000?? but the associated decoder method
452 // The decoder tries to decode a bitpattern that matches both InstA and
455 // DecodeInstB() returns Fail the bitpattern gets rejected. By setting
459 // decode the bitpattern as InstA too.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLanguageExtensions.rst2144 the bitpattern of an integer value; for example ``0b10110110`` becomes
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrNEON.td9057 // using the vmov.f32 encoding but the bitpattern is representable using
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-199815104 * enquire.c (bitpattern): Change type of variable i to unsigned.

12