/external/libcxxabi/src/ |
D | cxa_personality.cpp | 1076 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 …]
|
D | cxa_exception.cpp | 300 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-project/libcxxabi/src/ |
D | cxa_personality.cpp | 1075 unwind_exception->barrier_cache.bitpattern[0] = (uint32_t)results.adjustedPtr; in save_results_to_barrier_cache() 1076 unwind_exception->barrier_cache.bitpattern[1] = (uint32_t)results.actionRecord; in save_results_to_barrier_cache() 1077 unwind_exception->barrier_cache.bitpattern[2] = (uint32_t)results.languageSpecificData; in save_results_to_barrier_cache() 1078 unwind_exception->barrier_cache.bitpattern[3] = (uint32_t)results.landingPad; in save_results_to_barrier_cache() 1079 unwind_exception->barrier_cache.bitpattern[4] = (uint32_t)results.ttypeIndex; in save_results_to_barrier_cache() 1085 results.adjustedPtr = (void*)unwind_exception->barrier_cache.bitpattern[0]; in load_results_from_barrier_cache() 1086 results.actionRecord = (const uint8_t*)unwind_exception->barrier_cache.bitpattern[1]; in load_results_from_barrier_cache() 1087 results.languageSpecificData = (const uint8_t*)unwind_exception->barrier_cache.bitpattern[2]; in load_results_from_barrier_cache() 1088 results.landingPad = (uintptr_t)unwind_exception->barrier_cache.bitpattern[3]; in load_results_from_barrier_cache() 1089 results.ttypeIndex = (int64_t)(int32_t)unwind_exception->barrier_cache.bitpattern[4]; in load_results_from_barrier_cache() [all …]
|
D | cxa_exception.cpp | 298 static_cast<_Unwind_Control_Block*>(unwind_exception)->barrier_cache.bitpattern[0]); in __cxa_get_exception_ptr() 448 return reinterpret_cast<void*>(exception_header->unwindHeader.barrier_cache.bitpattern[0]); in __cxa_begin_catch()
|
/external/OpenCSD/decoder/source/etmv3/ |
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()
|
/external/OpenCSD/decoder/source/ptm/ |
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()
|
/external/llvm-project/llvm/test/TableGen/ |
D | trydecode-emission.td | 4 // have a complete decoder method that can determine if the bitpattern is valid 6 // matches the bitpattern too.
|
/external/llvm/test/TableGen/ |
D | trydecode-emission.td | 4 // have a complete decoder method that can determine if the bitpattern is valid 6 // matches the bitpattern too.
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | inline-asm-constraints-badK.ll | 4 ; 32-bit bitpattern ending in 1101 can't be produced.
|
D | inline-asm-constraints-badL.ll | 4 ; 32-bit bitpattern ending in 1101 can't be produced.
|
D | inline-asm-constraints-badK2.ll | 4 ; 32-bit bitpattern ending in 1101 can't be produced.
|
/external/llvm/test/CodeGen/AArch64/ |
D | inline-asm-constraints-badL.ll | 4 ; 32-bit bitpattern ending in 1101 can't be produced.
|
D | inline-asm-constraints-badK.ll | 4 ; 32-bit bitpattern ending in 1101 can't be produced.
|
D | inline-asm-constraints-badK2.ll | 4 ; 32-bit bitpattern ending in 1101 can't be produced.
|
/external/OpenCSD/decoder/source/etmv4/ |
D | trc_pkt_elem_etmv4i.cpp | 682 uint32_t bitpattern = atom.En_bits; in atomSeq() local 685 oss << ((bitpattern & 0x1) ? "E" : "N"); in atomSeq() 686 bitpattern >>= 1; in atomSeq()
|
/external/llvm-project/clang/lib/Headers/ |
D | unwind.h | 124 uint32_t bitpattern[5]; member 128 uint32_t bitpattern[4]; member
|
/external/llvm-project/libunwind/include/ |
D | unwind.h | 90 uint32_t bitpattern[5]; member 95 uint32_t bitpattern[4]; member
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 451 // 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-10.0/llvm/include/llvm/Target/ |
D | Target.td | 423 // instruction specifies bitpattern A??B where A and B are static bits, the 431 // * InstA with bitpattern 0b0000????, 432 // * InstB with bitpattern 0b000000?? but the associated decoder method 435 // The decoder tries to decode a bitpattern that matches both InstA and 438 // DecodeInstB() returns Fail the bitpattern gets rejected. By setting 442 // decode the bitpattern as InstA too.
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | Target.td | 435 // instruction specifies bitpattern A??B where A and B are static bits, the 443 // * InstA with bitpattern 0b0000????, 444 // * InstB with bitpattern 0b000000?? but the associated decoder method 447 // The decoder tries to decode a bitpattern that matches both InstA and 450 // DecodeInstB() returns Fail the bitpattern gets rejected. By setting 454 // decode the bitpattern as InstA too.
|
/external/brotli/research/ |
D | brotlidump.py | 323 bitpattern = '{:0{}b}'.format(nextCodes[bits], bits) 324 self.decodeTable[int(bitpattern[::-1], 2)] = symbol
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | shl.ll | 334 ; Test with the 64-bit integer bitpattern for a 32-bit float in the
|
D | and.ll | 485 ; Test with the 64-bit integer bitpattern for a 32-bit float in the
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | and.ll | 521 ; Test with the 64-bit integer bitpattern for a 32-bit float in the
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 1535 the bitpattern of an integer value; for example ``0b10110110`` becomes
|