Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_personality.cpp1076 unwind_exception->barrier_cache.bitpattern[0] = (uint32_t)results.adjustedPtr; in save_results_to_barrier_cache()
1077 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord; in save_results_to_barrier_cache()
1078 unwind_exception->barrier_cache.bitpattern[2] = (uint32_t)results.languageSpecificData; in save_results_to_barrier_cache()
1079 unwind_exception->barrier_cache.bitpattern[3] = (uint32_t)results.landingPad; in save_results_to_barrier_cache()
1080 unwind_exception->barrier_cache.bitpattern[4] = (uint32_t)results.ttypeIndex; in save_results_to_barrier_cache()
1086 results.adjustedPtr = (void*)unwind_exception->barrier_cache.bitpattern[0]; in load_results_from_barrier_cache()
1087 results.actionRecord = (const uint8_t*)unwind_exception->barrier_cache.bitpattern[1]; in load_results_from_barrier_cache()
1088 results.languageSpecificData = (const uint8_t*)unwind_exception->barrier_cache.bitpattern[2]; in load_results_from_barrier_cache()
1089 results.landingPad = (uintptr_t)unwind_exception->barrier_cache.bitpattern[3]; in load_results_from_barrier_cache()
1090 results.ttypeIndex = (int64_t)(int32_t)unwind_exception->barrier_cache.bitpattern[4]; in load_results_from_barrier_cache()
[all …]
Dcxa_exception.cpp300 static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]); in __cxa_get_exception_ptr()
450 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]); in __cxa_begin_catch()
/external/llvm/test/TableGen/
Dtrydecode-emission.td4 // have a complete decoder method that can determine if the bitpattern is valid
6 // matches the bitpattern too.
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
Dtrydecode-emission.td4 // have a complete decoder method that can determine if the bitpattern is valid
6 // matches the bitpattern too.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dinline-asm-constraints-badL.ll4 ; 32-bit bitpattern ending in 1101 can't be produced.
Dinline-asm-constraints-badK.ll4 ; 32-bit bitpattern ending in 1101 can't be produced.
Dinline-asm-constraints-badK2.ll4 ; 32-bit bitpattern ending in 1101 can't be produced.
/external/llvm/test/CodeGen/AArch64/
Dinline-asm-constraints-badL.ll4 ; 32-bit bitpattern ending in 1101 can't be produced.
Dinline-asm-constraints-badK.ll4 ; 32-bit bitpattern ending in 1101 can't be produced.
Dinline-asm-constraints-badK2.ll4 ; 32-bit bitpattern ending in 1101 can't be produced.
/external/libunwind_llvm/include/
Dunwind.h90 uint32_t bitpattern[5]; member
95 uint32_t bitpattern[4]; member
/external/u-boot/cmd/
Dmem.c584 static const ulong bitpattern[] = { in mem_test_alt() local
615 for (j = 0; j < sizeof(bitpattern) / sizeof(bitpattern[0]); j++) { in mem_test_alt()
616 val = bitpattern[j]; in mem_test_alt()
/external/llvm/include/llvm/Target/
DTarget.td451 // instruction specifies bitpattern A??B where A and B are static bits, the
459 // * InstA with bitpattern 0b0000????,
460 // * InstB with bitpattern 0b000000?? but the associated decoder method
463 // The decoder tries to decode a bitpattern that matches both InstA and
466 // DecodeInstB() returns Fail the bitpattern gets rejected. By setting
470 // decode the bitpattern as InstA too.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTarget.td529 // instruction specifies bitpattern A??B where A and B are static bits, the
537 // * InstA with bitpattern 0b0000????,
538 // * InstB with bitpattern 0b000000?? but the associated decoder method
541 // The decoder tries to decode a bitpattern that matches both InstA and
544 // DecodeInstB() returns Fail the bitpattern gets rejected. By setting
548 // decode the bitpattern as InstA too.
/external/brotli/research/
Dbrotlidump.py323 bitpattern = '{:0{}b}'.format(nextCodes[bits], bits)
324 self.decodeTable[int(bitpattern[::-1], 2)] = symbol
/external/llvm/test/CodeGen/AMDGPU/
Dshl.ll334 ; Test with the 64-bit integer bitpattern for a 32-bit float in the
Dand.ll485 ; Test with the 64-bit integer bitpattern for a 32-bit float in the
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dshl.ll425 ; Test with the 64-bit integer bitpattern for a 32-bit float in the
Dand.ll521 ; Test with the 64-bit integer bitpattern for a 32-bit float in the
/external/clang/docs/
DLanguageExtensions.rst1535 the bitpattern of an integer value; for example ``0b10110110`` becomes
/external/llvm/lib/Target/ARM/
DARMInstrNEON.td8176 // using the vmov.f32 encoding but the bitpattern is representable using
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstrNEON.td8540 // using the vmov.f32 encoding but the bitpattern is representable using
/external/llvm/docs/
DLangRef.rst10714 bitpattern of an integer value; for example ``0b10110110`` becomes
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLangRef.rst11799 bitpattern of an integer value; for example ``0b10110110`` becomes