Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
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()
1189 ttypeIndex = (int64_t)(int32_t)unwind_exception->barrier_cache.bitpattern[4]; in __cxa_call_unexpected()
[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()
/llvm-project-15.0.7/llvm/test/TableGen/
H A Dtrydecode-emission.td4 // have a complete decoder method that can determine if the bitpattern is valid
6 // matches the bitpattern too.
/llvm-project-15.0.7/libunwind/include/
H A Dunwind_arm_ehabi.h48 uint32_t bitpattern[5]; member
53 uint32_t bitpattern[4]; member
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dinline-asm-constraints-badL.ll4 ; 32-bit bitpattern ending in 1101 can't be produced.
H A Dinline-asm-constraints-badK.ll4 ; 32-bit bitpattern ending in 1101 can't be produced.
H A Dinline-asm-constraints-badK2.ll4 ; 32-bit bitpattern ending in 1101 can't be produced.
/llvm-project-15.0.7/clang/lib/Headers/
H A Dunwind.h126 uint32_t bitpattern[5]; member
130 uint32_t bitpattern[4]; member
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td453 // instruction specifies bitpattern A??B where A and B are static bits, the
461 // * InstA with bitpattern 0b0000????,
462 // * InstB with bitpattern 0b000000?? but the associated decoder method
465 // The decoder tries to decode a bitpattern that matches both InstA and
468 // DecodeInstB() returns Fail the bitpattern gets rejected. By setting
472 // decode the bitpattern as InstA too.
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dand.ll517 ; Test with the 64-bit integer bitpattern for a 32-bit float in the
H A Dshl.ll1881 ; Test with the 64-bit integer bitpattern for a 32-bit float in the
/llvm-project-15.0.7/clang/docs/
H A DLanguageExtensions.rst2595 the bitpattern of an integer value; for example ``0b10110110`` becomes
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrNEON.td9137 // using the vmov.f32 encoding but the bitpattern is representable using
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst15104 bitpattern of an integer value or vector of integer values; for example