/external/llvm-project/llvm/test/Transforms/IndVarSimplify/ |
D | 2008-09-02-IVType.ll | 11 %struct.DecodeTable = type { i16, i16, i16, i16, i8**, i8** } 14 …DecodeTable*], [5 x %struct.DecodeTable*], [5 x i8], [5 x i8], [4 x [65 x i16]], [4 x %struct.Deco… 17 …struct.SharedDGlobals = type { %struct.DecodeTable, %struct.DecodeTable, %struct.DecodeTable, %str…
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | 2008-09-02-IVType.ll | 11 %struct.DecodeTable = type { i16, i16, i16, i16, i8**, i8** } 14 …DecodeTable*], [5 x %struct.DecodeTable*], [5 x i8], [5 x i8], [4 x [65 x i16]], [4 x %struct.Deco… 17 …struct.SharedDGlobals = type { %struct.DecodeTable, %struct.DecodeTable, %struct.DecodeTable, %str…
|
/external/webrtc/rtc_base/third_party/base64/ |
D | base64.cc | 40 const unsigned char Base64::DecodeTable[] = { member in rtc::Base64 145 qbuf[byte_len] = DecodeTable[static_cast<unsigned char>(data[*dpos])]; in GetNextQuantum()
|
D | base64.h | 106 static const unsigned char DecodeTable[]; variable
|
/external/capstone/contrib/sysz_update/ |
D | 0004-capstone-generate-GenDisassemblerTables.inc.patch | 349 + << "static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \\\n" 353 + << " const uint8_t *Ptr = DecodeTable; \\\n" 427 << "static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], "
|
/external/capstone/arch/XCore/ |
D | XCoreGenDisassemblerTables.inc | 769 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ 773 const uint8_t *Ptr = DecodeTable; \
|
/external/capstone/arch/TMS320C64x/ |
D | TMS320C64xGenDisassemblerTables.inc | 1271 static DecodeStatus fname(uint8_t DecodeTable[], MCInst *MI, \ 1276 uint8_t *Ptr = DecodeTable; \
|
/external/capstone/arch/Sparc/ |
D | SparcGenDisassemblerTables.inc | 1948 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ 1952 const uint8_t *Ptr = DecodeTable; \
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 6691 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI, 6697 const uint8_t *Ptr = DecodeTable; 6701 ptrdiff_t Loc = Ptr - DecodeTable; 6730 << " continuing at " << (Ptr - DecodeTable) << "\n"); 6823 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 3925 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ 3930 const uint8_t *Ptr = DecodeTable; \
|
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 650 struct DecodeTable { in getARMInstruction() struct 655 const DecodeTable Tables[] = { in getARMInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 649 struct DecodeTable { in getARMInstruction() struct 654 const DecodeTable Tables[] = { in getARMInstruction()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenDisassemblerTables.inc | 10332 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI, 10338 const uint8_t *Ptr = DecodeTable; 10342 ptrdiff_t Loc = Ptr - DecodeTable; 10371 << " continuing at " << (Ptr - DecodeTable) << "\n"); 10464 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
|
/external/capstone/arch/Mips/ |
D | MipsGenDisassemblerTables.inc | 6862 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ 6866 const uint8_t *Ptr = DecodeTable; \
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 21786 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI, 21792 const uint8_t *Ptr = DecodeTable; 21796 ptrdiff_t Loc = Ptr - DecodeTable; 21825 << " continuing at " << (Ptr - DecodeTable) << "\n"); 21918 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenDisassemblerTables.inc | 10182 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ 10186 const uint8_t *Ptr = DecodeTable; \
|
/external/capstone/arch/ARM/ |
D | ARMGenDisassemblerTables.inc | 13543 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ 13547 const uint8_t *Ptr = DecodeTable; \
|
/external/capstone/arch/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 12662 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \ 12666 const uint8_t *Ptr = DecodeTable; \
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 25718 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI, 25724 const uint8_t *Ptr = DecodeTable; 25728 ptrdiff_t Loc = Ptr - DecodeTable; 25757 << " continuing at " << (Ptr - DecodeTable) << "\n"); 25850 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
|