Searched refs:bitpattern (Results 1 – 13 of 13) sorted by relevance
1041 unwind_exception->barrier_cache.bitpattern[0] = (uint32_t)results.adjustedPtr; in save_results_to_barrier_cache() 1042 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord; in save_results_to_barrier_cache() 1043 unwind_exception->barrier_cache.bitpattern[2] = (uint32_t)results.languageSpecificData; in save_results_to_barrier_cache() 1044 unwind_exception->barrier_cache.bitpattern[3] = (uint32_t)results.landingPad; in save_results_to_barrier_cache() 1045 unwind_exception->barrier_cache.bitpattern[4] = (uint32_t)results.ttypeIndex; in save_results_to_barrier_cache() 1051 results.adjustedPtr = (void*)unwind_exception->barrier_cache.bitpattern[0]; in load_results_from_barrier_cache() 1052 results.actionRecord = (const uint8_t*)unwind_exception->barrier_cache.bitpattern[1]; in load_results_from_barrier_cache() 1053 results.languageSpecificData = (const uint8_t*)unwind_exception->barrier_cache.bitpattern[2]; in load_results_from_barrier_cache() 1054 results.landingPad = (uintptr_t)unwind_exception->barrier_cache.bitpattern[3]; in load_results_from_barrier_cache() 1055 results.ttypeIndex = (int64_t)(int32_t)unwind_exception->barrier_cache.bitpattern[ in load_results_from_barrier_cache() [all...]
314 static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]); in __cxa_init_primary_exception()485 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]); in __cxa_init_primary_exception()
4 // have a complete decoder method that can determine if the bitpattern is valid6 // matches the bitpattern too.
48 uint32_t bitpattern[5]; member53 uint32_t bitpattern[4]; member
4 ; 32-bit bitpattern ending in 1101 can't be produced.
127 uint32_t bitpattern[5]; member131 uint32_t bitpattern[4]; member
555 // instruction specifies bitpattern A??B where A and B are static bits, the563 // * InstA with bitpattern 0b0000????,564 // * InstB with bitpattern 0b000000?? but the associated decoder method567 // The decoder tries to decode a bitpattern that matches both InstA and570 // DecodeInstB() returns Fail the bitpattern gets rejected. By setting574 // decode the bitpattern as InstA too.
517 ; Test with the 64-bit integer bitpattern for a 32-bit float in the
1872 ; Test with the 64-bit integer bitpattern for a 32-bit float in the
9159 // using the vmov.f32 encoding but the bitpattern is representable using
17459 bitpattern of an integer value or vector of integer values; for example[all...]