Home
last modified time | relevance | path

Searched refs:DecodeTable (Results 1 – 16 of 16) 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/swiftshader/third_party/llvm-7.0/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/test/Transforms/IndVarSimplify/
D2008-09-02-IVType.ll7 %struct.DecodeTable = type { i16, i16, i16, i16, i8**, i8** }
10DecodeTable*], [5 x %struct.DecodeTable*], [5 x i8], [5 x i8], [4 x [65 x i16]], [4 x %struct.Deco…
13 …struct.SharedDGlobals = type { %struct.DecodeTable, %struct.DecodeTable, %struct.DecodeTable, %str…
/external/webrtc/webrtc/base/
Dbase64.cc41 const unsigned char Base64::DecodeTable[] = { member in rtc::Base64
144 qbuf[byte_len] = DecodeTable[static_cast<unsigned char>(data[*dpos])]; in GetNextQuantum()
Dbase64.h91 static const unsigned char DecodeTable[]; variable
/external/capstone/arch/XCore/
DXCoreGenDisassemblerTables.inc769 static DecodeStatus fname(uint8_t DecodeTable[], MCInst *MI, \
773 uint8_t *Ptr = DecodeTable; \
/external/capstone/arch/Sparc/
DSparcGenDisassemblerTables.inc1948 static DecodeStatus fname(uint8_t DecodeTable[], MCInst *MI, \
1952 uint8_t *Ptr = DecodeTable; \
/external/capstone/arch/SystemZ/
DSystemZGenDisassemblerTables.inc2939 static DecodeStatus fname(uint8_t DecodeTable[], MCInst *MI, \
2943 uint8_t *Ptr = DecodeTable; \
/external/capstone/arch/PowerPC/
DPPCGenDisassemblerTables.inc3196 static DecodeStatus fname(const uint8_t DecodeTable[], MCInst *MI, \
3201 const uint8_t *Ptr = DecodeTable; \
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp475 struct DecodeTable { in getInstruction() struct
480 const DecodeTable Tables[] = { in getInstruction()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenDisassemblerTables.inc10236 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI,
10242 const uint8_t *Ptr = DecodeTable;
10246 ptrdiff_t Loc = Ptr - DecodeTable;
10275 << " continuing at " << (Ptr - DecodeTable) << "\n");
10368 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
/external/capstone/arch/Mips/
DMipsGenDisassemblerTables.inc6509 static DecodeStatus fname(uint8_t DecodeTable[], MCInst *MI, \
6513 uint8_t *Ptr = DecodeTable; \
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenDisassemblerTables.inc15061 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI,
15067 const uint8_t *Ptr = DecodeTable;
15071 ptrdiff_t Loc = Ptr - DecodeTable;
15100 << " continuing at " << (Ptr - DecodeTable) << "\n");
15193 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenDisassemblerTables.inc22443 static DecodeStatus decodeInstruction(const uint8_t DecodeTable[], MCInst &MI,
22449 const uint8_t *Ptr = DecodeTable;
22453 ptrdiff_t Loc = Ptr - DecodeTable;
22482 << " continuing at " << (Ptr - DecodeTable) << "\n");
22575 LLVM_DEBUG(dbgs() << "FAIL: continuing at " << (Ptr - DecodeTable) << "\n");
/external/capstone/arch/AArch64/
DAArch64GenDisassemblerTables.inc12670 static DecodeStatus fname(uint8_t DecodeTable[], MCInst *MI, \
12674 uint8_t *Ptr = DecodeTable; \
/external/capstone/arch/ARM/
DARMGenDisassemblerTables.inc13455 static DecodeStatus fname(uint8_t DecodeTable[], MCInst *MI, \
13459 uint8_t *Ptr = DecodeTable; \