Home
last modified time | relevance | path

Searched refs:DecodeTable (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/test/Transforms/IndVarSimplify/
D2008-09-02-IVType.ll11 %struct.DecodeTable = type { i16, i16, i16, i16, i8**, i8** }
14DecodeTable*], [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/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DBase64.cpp14 static const char DecodeTable[] = { in decodeBase64Byte() local
32 if (Ch >= sizeof(DecodeTable)) in decodeBase64Byte()
34 return DecodeTable[Ch]; in decodeBase64Byte()
/external/webrtc/rtc_base/third_party/base64/
Dbase64.cc42 const unsigned char Base64::DecodeTable[] = { member in rtc::Base64
147 qbuf[byte_len] = DecodeTable[static_cast<unsigned char>(data[*dpos])]; in GetNextQuantum()
Dbase64.h107 static const unsigned char DecodeTable[]; variable
/external/capstone/contrib/sysz_update/
D0004-capstone-generate-GenDisassemblerTables.inc.patch349 + << "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/lzma/CPP/7zip/UI/Far/
DFarPlugin.h301 char DecodeTable[256]; member
/external/capstone/arch/XCore/
DXCoreGenDisassemblerTables.inc769 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \
773 const uint8_t *Ptr = DecodeTable; \
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/RISCV/
DRISCVGenDisassemblerTables.inc1736 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI,
1742 const uint8_t *Ptr = DecodeTable;
1746 ptrdiff_t Loc = Ptr - DecodeTable;
1775 << " continuing at " << (Ptr - DecodeTable) << "\n");
1868 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/LoongArch/
DLoongArchGenDisassemblerTables.inc1748 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI,
1754 const uint8_t *Ptr = DecodeTable;
1758 ptrdiff_t Loc = Ptr - DecodeTable;
1787 << " continuing at " << (Ptr - DecodeTable) << "\n");
1881 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
/external/capstone/arch/TMS320C64x/
DTMS320C64xGenDisassemblerTables.inc1271 static DecodeStatus fname(uint8_t DecodeTable[], MCInst *MI, \
1276 uint8_t *Ptr = DecodeTable; \
/external/capstone/arch/Sparc/
DSparcGenDisassemblerTables.inc1948 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \
1952 const uint8_t *Ptr = DecodeTable; \
/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/RISCV/
DRISCVGenDisassemblerTables.inc5523 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI,
5529 const uint8_t *Ptr = DecodeTable;
5533 ptrdiff_t Loc = Ptr - DecodeTable;
5562 << " continuing at " << (Ptr - DecodeTable) << "\n");
5656 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenDisassemblerTables.inc6691 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/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/PowerPC/
DPPCGenDisassemblerTables.inc8334 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI,
8340 const uint8_t *Ptr = DecodeTable;
8344 ptrdiff_t Loc = Ptr - DecodeTable;
8373 << " continuing at " << (Ptr - DecodeTable) << "\n");
8467 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
/external/capstone/arch/PowerPC/
DPPCGenDisassemblerTables.inc3925 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \
3930 const uint8_t *Ptr = DecodeTable; \
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp809 struct DecodeTable { in getARMInstruction() struct
814 const DecodeTable Tables[] = { in getARMInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp649 struct DecodeTable { in getARMInstruction() struct
654 const DecodeTable Tables[] = { in getARMInstruction()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenDisassemblerTables.inc10332 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/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/Mips/
DMipsGenDisassemblerTables.inc10472 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI,
10478 const uint8_t *Ptr = DecodeTable;
10482 ptrdiff_t Loc = Ptr - DecodeTable;
10511 << " continuing at " << (Ptr - DecodeTable) << "\n");
10605 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
/external/capstone/arch/Mips/
DMipsGenDisassemblerTables.inc6862 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/
DARMGenDisassemblerTables.inc21786 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/
DSystemZGenDisassemblerTables.inc10182 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \
10186 const uint8_t *Ptr = DecodeTable; \
/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc22598 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI,
22604 const uint8_t *Ptr = DecodeTable;
22608 ptrdiff_t Loc = Ptr - DecodeTable;
22637 << " continuing at " << (Ptr - DecodeTable) << "\n");
22731 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
/external/capstone/arch/AArch64/
DAArch64GenDisassemblerTables.inc12662 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \
12666 const uint8_t *Ptr = DecodeTable; \
/external/capstone/arch/ARM/
DARMGenDisassemblerTables.inc13543 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \
13547 const uint8_t *Ptr = DecodeTable; \

12