/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 437 template <typename InsnType> 438 static DecodeStatus DecodeINSVE_DF(MCInst &MI, InsnType insn, uint64_t Address, 441 template <typename InsnType> 442 static DecodeStatus DecodeDAHIDATIMMR6(MCInst &MI, InsnType insn, uint64_t Address, 445 template <typename InsnType> 446 static DecodeStatus DecodeDAHIDATI(MCInst &MI, InsnType insn, uint64_t Address, 449 template <typename InsnType> 450 static DecodeStatus DecodeDAHIDATIMMR6(MCInst &MI, InsnType insn, uint64_t Address, 453 template <typename InsnType> 454 static DecodeStatus DecodeDAHIDATI(MCInst &MI, InsnType insn, uint64_t Address, [all …]
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 437 template <typename InsnType> 438 static DecodeStatus DecodeINSVE_DF(MCInst &MI, InsnType insn, uint64_t Address, 441 template <typename InsnType> 443 DecodeAddiGroupBranch(MCInst &MI, InsnType insn, uint64_t Address, 446 template <typename InsnType> 448 DecodePOP35GroupBranchMMR6(MCInst &MI, InsnType insn, uint64_t Address, 451 template <typename InsnType> 453 DecodeDaddiGroupBranch(MCInst &MI, InsnType insn, uint64_t Address, 456 template <typename InsnType> 458 DecodePOP37GroupBranchMMR6(MCInst &MI, InsnType insn, uint64_t Address, [all …]
|
/external/capstone/arch/XCore/ |
D | XCoreGenDisassemblerTables.inc | 16 #define FieldFromInstruction(fname, InsnType) \ 17 static InsnType fname(InsnType insn, unsigned startBit, unsigned numBits) \ 19 InsnType fieldMask; \ 20 if (numBits == sizeof(InsnType)*8) \ 21 fieldMask = (InsnType)(-1LL); \ 23 fieldMask = (((InsnType)1 << numBits) - 1) << startBit; \ 607 #define DecodeToMCInst(fname,fieldname, InsnType) \ 608 static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \ 611 InsnType tmp; \ 768 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ [all …]
|
/external/capstone/arch/Sparc/ |
D | SparcGenDisassemblerTables.inc | 16 #define FieldFromInstruction(fname, InsnType) \ 17 static InsnType fname(InsnType insn, unsigned startBit, unsigned numBits) \ 19 InsnType fieldMask; \ 20 if (numBits == sizeof(InsnType)*8) \ 21 fieldMask = (InsnType)(-1LL); \ 23 fieldMask = (((InsnType)1 << numBits) - 1) << startBit; \ 1456 #define DecodeToMCInst(fname,fieldname, InsnType) \ 1457 static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \ 1460 InsnType tmp; \ 1947 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ [all …]
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 16 #define FieldFromInstruction(fname, InsnType) \ 17 static InsnType fname(InsnType insn, unsigned startBit, \ 20 InsnType fieldMask; \ 21 if (numBits == sizeof(InsnType)*8) \ 22 fieldMask = (InsnType)(-1LL); \ 24 fieldMask = (((InsnType)1 << numBits) - 1) << startBit; \ 2244 #define DecodeToMCInst(fname,fieldname, InsnType) \ 2245 static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \ 2248 InsnType tmp; \ 3195 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ [all …]
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenDisassemblerTables.inc | 16 #define FieldFromInstruction(fname, InsnType) \ 17 static InsnType fname(InsnType insn, unsigned startBit, unsigned numBits) \ 19 InsnType fieldMask; \ 20 if (numBits == sizeof(InsnType)*8) \ 21 fieldMask = (InsnType)(-1LL); \ 23 fieldMask = (((InsnType)1 << numBits) - 1) << startBit; \ 1698 #define DecodeToMCInst(fname,fieldname, InsnType) \ 1699 static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \ 1702 InsnType tmp; \ 2938 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCodeEmitter.cpp | 474 unsigned InsnType = HexagonMCInstrInfo::getType(MCII, MI); in getFixupNoBits() local 477 if (InsnType == HexagonII::TypeEXTENDER) { in getFixupNoBits()
|
/external/capstone/arch/Mips/ |
D | MipsGenDisassemblerTables.inc | 16 #define FieldFromInstruction(fname, InsnType) \ 17 static InsnType fname(InsnType insn, unsigned startBit, unsigned numBits) \ 19 InsnType fieldMask; \ 20 if (numBits == sizeof(InsnType)*8) \ 21 fieldMask = (InsnType)(-1LL); \ 23 fieldMask = (((InsnType)1 << numBits) - 1) << startBit; \ 4698 #define DecodeToMCInst(fname,fieldname, InsnType) \ 4699 static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \ 4702 InsnType tmp; \ 6508 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ [all …]
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 19 template<typename InsnType> 23 static InsnType fieldFromInstruction(InsnType insn, unsigned startBit, 25 assert(startBit + numBits <= (sizeof(InsnType)*8) && 27 InsnType fieldMask; 28 if (numBits == sizeof(InsnType)*8) 29 fieldMask = (InsnType)(-1LL); 31 fieldMask = (((InsnType)1 << numBits) - 1) << startBit; 4756 template<typename InsnType> 4757 static DecodeStatus decodeToMCInst(DecodeStatus S, unsigned Idx, InsnType insn, MCInst &MI, 4760 InsnType tmp; [all …]
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenDisassemblerTables.inc | 19 template<typename InsnType> 23 static InsnType fieldFromInstruction(InsnType insn, unsigned startBit, 25 assert(startBit + numBits <= (sizeof(InsnType)*8) && 27 InsnType fieldMask; 28 if (numBits == sizeof(InsnType)*8) 29 fieldMask = (InsnType)(-1LL); 31 fieldMask = (((InsnType)1 << numBits) - 1) << startBit; 7558 template<typename InsnType> 7559 static DecodeStatus decodeToMCInst(DecodeStatus S, unsigned Idx, InsnType insn, MCInst &MI, 7562 InsnType tmp; [all …]
|
/external/capstone/arch/ARM/ |
D | ARMGenDisassemblerTables.inc | 16 #define FieldFromInstruction(fname, InsnType) \ 17 static InsnType fname(InsnType insn, unsigned startBit, unsigned numBits) \ 19 InsnType fieldMask; \ 20 if (numBits == sizeof(InsnType)*8) \ 21 fieldMask = (InsnType)(-1LL); \ 23 fieldMask = (((InsnType)1 << numBits) - 1) << startBit; \ 10089 #define DecodeToMCInst(fname,fieldname, InsnType) \ 10090 static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \ 10093 InsnType tmp; \ 13454 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ [all …]
|
/external/capstone/arch/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 16 #define FieldFromInstruction(fname, InsnType) \ 17 static InsnType fname(InsnType insn, unsigned startBit, unsigned numBits) \ 19 InsnType fieldMask; \ 20 if (numBits == sizeof(InsnType)*8) \ 21 fieldMask = (InsnType)(-1LL); \ 23 fieldMask = (((InsnType)1 << numBits) - 1) << startBit; \ 9611 #define DecodeToMCInst(fname,fieldname, InsnType) \ 9612 static DecodeStatus fname(DecodeStatus S, unsigned Idx, InsnType insn, MCInst *MI, \ 9615 InsnType tmp; \ 12669 #define DecodeInstruction(fname, fieldname, decoder, InsnType) \ [all …]
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 19 template<typename InsnType> 23 static InsnType fieldFromInstruction(InsnType insn, unsigned startBit, 25 assert(startBit + numBits <= (sizeof(InsnType)*8) && 27 InsnType fieldMask; 28 if (numBits == sizeof(InsnType)*8) 29 fieldMask = (InsnType)(-1LL); 31 fieldMask = (((InsnType)1 << numBits) - 1) << startBit; 11365 template<typename InsnType> 11366 static DecodeStatus decodeToMCInst(DecodeStatus S, unsigned Idx, InsnType insn, MCInst &MI, 11369 InsnType tmp; [all …]
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 19 template<typename InsnType> 23 static InsnType fieldFromInstruction(InsnType insn, unsigned startBit, 25 assert(startBit + numBits <= (sizeof(InsnType)*8) && 27 InsnType fieldMask; 28 if (numBits == sizeof(InsnType)*8) 29 fieldMask = (InsnType)(-1LL); 31 fieldMask = (((InsnType)1 << numBits) - 1) << startBit; 17693 template<typename InsnType> 17694 static DecodeStatus decodeToMCInst(DecodeStatus S, unsigned Idx, InsnType insn, MCInst &MI, 17697 InsnType tmp; [all …]
|