Home
last modified time | relevance | path

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

/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/llvm-project/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/webrtc/rtc_base/third_party/base64/
Dbase64.cc40 const unsigned char Base64::DecodeTable[] = { member in rtc::Base64
145 qbuf[byte_len] = DecodeTable[static_cast<unsigned char>(data[*dpos])]; in GetNextQuantum()
Dbase64.h106 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/capstone/arch/XCore/
DXCoreGenDisassemblerTables.inc769 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \
773 const uint8_t *Ptr = DecodeTable; \
/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-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/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-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp649 struct DecodeTable { in getARMInstruction() struct
654 const DecodeTable Tables[] = { in getARMInstruction()
/external/llvm-project/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp650 struct DecodeTable { in getARMInstruction() struct
655 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/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/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; \
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc25718 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");