/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.h | 45 MCInst::const_iterator BundleCurrent; 46 MCInst::const_iterator BundleEnd; 47 MCInst::const_iterator DuplexCurrent; 48 MCInst::const_iterator DuplexEnd; 51 PacketIterator(MCInstrInfo const &MCII, MCInst const &Inst); 52 PacketIterator(MCInstrInfo const &MCII, MCInst const &Inst, std::nullptr_t); 55 MCInst const &operator*() const; 79 void addConstant(MCInst &MI, uint64_t Value, MCContext &Context); 80 void addConstExtender(MCContext &Context, MCInstrInfo const &MCII, MCInst &MCB, 81 MCInst const &MCI); [all …]
|
D | HexagonMCInstrInfo.cpp | 39 MCInst const &Inst) in PacketIterator() 45 MCInst const &Inst, std::nullptr_t) in PacketIterator() 61 MCInst const &Inst = *BundleCurrent->getInst(); in operator ++() 70 MCInst const &Hexagon::PacketIterator::operator*() const { in operator *() 81 void HexagonMCInstrInfo::addConstant(MCInst &MI, uint64_t Value, in addConstant() 87 MCInstrInfo const &MCII, MCInst &MCB, in addConstExtender() 88 MCInst const &MCI) { in addConstExtender() 94 MCInst *XMCI = in addConstExtender() 95 new (Context) MCInst(HexagonMCInstrInfo::deriveExtender(MCII, MCI, exOp)); in addConstExtender() 103 MCInst const &MCI) { in bundleInstructions() [all …]
|
D | HexagonMCShuffler.h | 24 class MCInst; variable 32 MCSubtargetInfo const &STI, MCInst &MCB) in HexagonMCShuffler() 38 MCSubtargetInfo const &STI, MCInst &MCB, in HexagonMCShuffler() 39 MCInst const &AddMI, bool InsertAtFront) in HexagonMCShuffler() 45 void copyTo(MCInst &MCB); 48 bool reshuffleTo(MCInst &MCB); 51 void init(MCInst &MCB); 52 void init(MCInst &MCB, MCInst const &AddMI, bool InsertAtFront); 57 MCSubtargetInfo const &STI, MCInst &MCB); 59 MCSubtargetInfo const &STI, MCInst &MCB, [all …]
|
D | HexagonMCShuffler.cpp | 33 void HexagonMCShuffler::init(MCInst &MCB) { in init() 35 MCInst const *Extender = nullptr; in init() 38 MCInst &MI = *const_cast<MCInst *>(I.getInst()); in init() 55 void HexagonMCShuffler::init(MCInst &MCB, MCInst const &AddMI, in init() 60 MCInst const *Extender = nullptr; in init() 64 MCInst &MI = *const_cast<MCInst *>(I.getInst()); in init() 79 void HexagonMCShuffler::copyTo(MCInst &MCB) { in copyTo() 86 MCInst const &MI = I->getDesc(); in copyTo() 87 MCInst const *Extender = I->getExtender(); in copyTo() 94 bool HexagonMCShuffler::reshuffleTo(MCInst &MCB) { in reshuffleTo() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUInstPrinter.h | 26 void printInstruction(const MCInst *MI, uint64_t Address, 30 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot, 36 void printU4ImmOperand(const MCInst *MI, unsigned OpNo, 38 void printU8ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 39 void printU16ImmOperand(const MCInst *MI, unsigned OpNo, 41 void printU4ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 42 void printU8ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 43 void printU16ImmDecOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 44 void printU32ImmOperand(const MCInst *MI, unsigned OpNo, 46 void printNamedBit(const MCInst *MI, unsigned OpNo, raw_ostream &O, [all …]
|
D | AMDGPUInstPrinter.cpp | 29 void AMDGPUInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 37 void AMDGPUInstPrinter::printU4ImmOperand(const MCInst *MI, unsigned OpNo, in printU4ImmOperand() 43 void AMDGPUInstPrinter::printU8ImmOperand(const MCInst *MI, unsigned OpNo, in printU8ImmOperand() 48 void AMDGPUInstPrinter::printU16ImmOperand(const MCInst *MI, unsigned OpNo, in printU16ImmOperand() 60 void AMDGPUInstPrinter::printU4ImmDecOperand(const MCInst *MI, unsigned OpNo, in printU4ImmDecOperand() 65 void AMDGPUInstPrinter::printU8ImmDecOperand(const MCInst *MI, unsigned OpNo, in printU8ImmDecOperand() 70 void AMDGPUInstPrinter::printU16ImmDecOperand(const MCInst *MI, unsigned OpNo, in printU16ImmDecOperand() 75 void AMDGPUInstPrinter::printU32ImmOperand(const MCInst *MI, unsigned OpNo, in printU32ImmOperand() 81 void AMDGPUInstPrinter::printNamedBit(const MCInst *MI, unsigned OpNo, in printNamedBit() 88 void AMDGPUInstPrinter::printOffen(const MCInst *MI, unsigned OpNo, in printOffen() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMInstPrinter.h | 28 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot, 33 void printInstruction(const MCInst *MI, uint64_t Address, 35 virtual bool printAliasInstr(const MCInst *MI, const MCSubtargetInfo &STI, 37 virtual void printCustomAliasOperand(const MCInst *MI, unsigned OpIdx, 44 void printOperand(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, 47 void printSORegRegOperand(const MCInst *MI, unsigned OpNum, 49 void printSORegImmOperand(const MCInst *MI, unsigned OpNum, 52 void printAddrModeTBB(const MCInst *MI, unsigned OpNum, 54 void printAddrModeTBH(const MCInst *MI, unsigned OpNum, 56 void printAddrMode2Operand(const MCInst *MI, unsigned OpNum, [all …]
|
D | ARMMCCodeEmitter.cpp | 80 uint64_t getBinaryCodeForInstr(const MCInst &MI, 86 unsigned getMachineOpValue(const MCInst &MI,const MCOperand &MO, 93 uint32_t getHiLo16ImmOpValue(const MCInst &MI, unsigned OpIdx, 97 bool EncodeAddrModeOpValues(const MCInst &MI, unsigned OpIdx, 104 uint32_t getThumbBLTargetOpValue(const MCInst &MI, unsigned OpIdx, 110 uint32_t getThumbBLXTargetOpValue(const MCInst &MI, unsigned OpIdx, 115 uint32_t getThumbBRTargetOpValue(const MCInst &MI, unsigned OpIdx, 120 uint32_t getThumbBCCTargetOpValue(const MCInst &MI, unsigned OpIdx, 125 uint32_t getThumbCBTargetOpValue(const MCInst &MI, unsigned OpIdx, 131 uint32_t getBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64InstPrinter.h | 28 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot, 33 virtual void printInstruction(const MCInst *MI, uint64_t Address, 35 virtual bool printAliasInstr(const MCInst *MI, const MCSubtargetInfo &STI, 37 virtual void printCustomAliasOperand(const MCInst *MI, unsigned OpIdx, 50 bool printSysAlias(const MCInst *MI, const MCSubtargetInfo &STI, 53 void printOperand(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, 55 void printImm(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, 57 void printImmHex(const MCInst *MI, unsigned OpNo, const MCSubtargetInfo &STI, 60 void printPostIncOperand(const MCInst *MI, unsigned OpNo, unsigned Imm, 63 void printPostIncOperand(const MCInst *MI, unsigned OpNo, in printPostIncOperand() [all …]
|
D | AArch64MCCodeEmitter.cpp | 56 uint64_t getBinaryCodeForInstr(const MCInst &MI, 62 unsigned getMachineOpValue(const MCInst &MI, const MCOperand &MO, 70 uint32_t getLdStUImm12OpValue(const MCInst &MI, unsigned OpIdx, 76 uint32_t getAdrLabelOpValue(const MCInst &MI, unsigned OpIdx, 82 uint32_t getAddSubImmOpValue(const MCInst &MI, unsigned OpIdx, 88 uint32_t getCondBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, 94 uint32_t getLoadLiteralOpValue(const MCInst &MI, unsigned OpIdx, 101 uint32_t getMemExtendOpValue(const MCInst &MI, unsigned OpIdx, 107 uint32_t getTestBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, 113 uint32_t getBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCCodeEmitter.h | 24 class MCInst; variable 50 void encodeInstruction(const MCInst &MI, raw_ostream &OS, 56 uint64_t getBinaryCodeForInstr(const MCInst &MI, 63 unsigned getJumpTargetOpValue(const MCInst &MI, unsigned OpNo, 70 unsigned getJumpTargetOpValueMM(const MCInst &MI, unsigned OpNo, 76 unsigned getUImm5Lsl2Encoding(const MCInst &MI, unsigned OpNo, 80 unsigned getSImm3Lsa2Value(const MCInst &MI, unsigned OpNo, 84 unsigned getUImm6Lsl2Encoding(const MCInst &MI, unsigned OpNo, 90 unsigned getSImm9AddiuspValue(const MCInst &MI, unsigned OpNo, 97 unsigned getBranchTargetOpValue(const MCInst &MI, unsigned OpNo, [all …]
|
D | MipsInstPrinter.h | 82 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O); 86 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot, 89 bool printAliasInstr(const MCInst *MI, raw_ostream &OS); 90 void printCustomAliasOperand(const MCInst *MI, unsigned OpIdx, 94 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 96 void printUImm(const MCInst *MI, int opNum, raw_ostream &O); 97 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O); 98 void printMemOperandEA(const MCInst *MI, int opNum, raw_ostream &O); 99 void printFCCOperand(const MCInst *MI, int opNum, raw_ostream &O); 100 void printSHFMask(const MCInst *MI, int opNum, raw_ostream &O); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ATTInstPrinter.h | 27 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot, 29 bool printVecCompareInstr(const MCInst *MI, raw_ostream &OS); 33 bool printAliasInstr(const MCInst *MI, raw_ostream &OS); 34 void printCustomAliasOperand(const MCInst *MI, unsigned OpIdx, 38 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &OS); 41 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS) override; 42 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &OS); 43 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &OS); 44 void printSrcIdx(const MCInst *MI, unsigned Op, raw_ostream &O); 45 void printDstIdx(const MCInst *MI, unsigned Op, raw_ostream &O); [all …]
|
D | X86IntelInstPrinter.h | 28 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot, 30 bool printVecCompareInstr(const MCInst *MI, raw_ostream &OS); 34 bool printAliasInstr(const MCInst *MI, raw_ostream &OS); 35 void printCustomAliasOperand(const MCInst *MI, unsigned OpIdx, 39 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O); 42 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) override; 43 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &O); 44 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &O); 45 void printSrcIdx(const MCInst *MI, unsigned OpNo, raw_ostream &O); 46 void printDstIdx(const MCInst *MI, unsigned OpNo, raw_ostream &O); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCInstPrinter.h | 35 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot, 39 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O); 42 bool printAliasInstr(const MCInst *MI, raw_ostream &OS); 43 void printCustomAliasOperand(const MCInst *MI, unsigned OpIdx, 47 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 48 void printPredicateOperand(const MCInst *MI, unsigned OpNo, 50 void printATBitsAsHint(const MCInst *MI, unsigned OpNo, raw_ostream &O); 52 void printU1ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 53 void printU2ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 54 void printU3ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); [all …]
|
D | PPCMCCodeEmitter.h | 38 unsigned getDirectBrEncoding(const MCInst &MI, unsigned OpNo, 41 unsigned getCondBrEncoding(const MCInst &MI, unsigned OpNo, 44 unsigned getAbsDirectBrEncoding(const MCInst &MI, unsigned OpNo, 47 unsigned getAbsCondBrEncoding(const MCInst &MI, unsigned OpNo, 50 unsigned getImm16Encoding(const MCInst &MI, unsigned OpNo, 53 unsigned getMemRIEncoding(const MCInst &MI, unsigned OpNo, 56 unsigned getMemRIXEncoding(const MCInst &MI, unsigned OpNo, 59 unsigned getMemRIX16Encoding(const MCInst &MI, unsigned OpNo, 62 unsigned getSPE8DisEncoding(const MCInst &MI, unsigned OpNo, 65 unsigned getSPE4DisEncoding(const MCInst &MI, unsigned OpNo, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZInstPrinter.h | 30 void printInstruction(const MCInst *MI, uint64_t Address, raw_ostream &O); 43 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot, 48 void printOperand(const MCInst *MI, int OpNum, raw_ostream &O); 49 void printBDAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O); 50 void printBDXAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O); 51 void printBDLAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O); 52 void printBDRAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O); 53 void printBDVAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O); 54 void printU1ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O); 55 void printU2ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O); [all …]
|
D | SystemZInstPrinter.cpp | 58 void SystemZInstPrinter::printInst(const MCInst *MI, uint64_t Address, in printInst() 70 static void printUImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) { in printUImmOperand() 77 static void printSImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) { in printSImmOperand() 83 void SystemZInstPrinter::printU1ImmOperand(const MCInst *MI, int OpNum, in printU1ImmOperand() 88 void SystemZInstPrinter::printU2ImmOperand(const MCInst *MI, int OpNum, in printU2ImmOperand() 93 void SystemZInstPrinter::printU3ImmOperand(const MCInst *MI, int OpNum, in printU3ImmOperand() 98 void SystemZInstPrinter::printU4ImmOperand(const MCInst *MI, int OpNum, in printU4ImmOperand() 103 void SystemZInstPrinter::printU6ImmOperand(const MCInst *MI, int OpNum, in printU6ImmOperand() 108 void SystemZInstPrinter::printS8ImmOperand(const MCInst *MI, int OpNum, in printS8ImmOperand() 113 void SystemZInstPrinter::printU8ImmOperand(const MCInst *MI, int OpNum, in printU8ImmOperand() [all …]
|
D | SystemZMCCodeEmitter.cpp | 47 void encodeInstruction(const MCInst &MI, raw_ostream &OS, 53 uint64_t getBinaryCodeForInstr(const MCInst &MI, 59 uint64_t getMachineOpValue(const MCInst &MI, const MCOperand &MO, 67 uint64_t getBDAddr12Encoding(const MCInst &MI, unsigned OpNum, 70 uint64_t getBDAddr20Encoding(const MCInst &MI, unsigned OpNum, 73 uint64_t getBDXAddr12Encoding(const MCInst &MI, unsigned OpNum, 76 uint64_t getBDXAddr20Encoding(const MCInst &MI, unsigned OpNum, 79 uint64_t getBDLAddr12Len4Encoding(const MCInst &MI, unsigned OpNum, 82 uint64_t getBDLAddr12Len8Encoding(const MCInst &MI, unsigned OpNum, 85 uint64_t getBDRAddr12Encoding(const MCInst &MI, unsigned OpNum, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/Disassembler/ |
D | SystemZDisassembler.cpp | 35 DecodeStatus getInstruction(MCInst &instr, uint64_t &Size, 75 uint64_t Width, MCInst &MI, in tryAddingSymbolicOperand() 82 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass() 92 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass() 98 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass() 104 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass() 110 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass() 116 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeADDR64BitRegisterClass() 122 static DecodeStatus DecodeFP32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP32BitRegisterClass() 128 static DecodeStatus DecodeFP64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP64BitRegisterClass() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiInstPrinter.h | 27 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot, 29 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O, 31 void printPredicateOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O); 32 void printMemRiOperand(const MCInst *MI, int OpNo, raw_ostream &O, 34 void printMemRrOperand(const MCInst *MI, int OpNo, raw_ostream &O, 36 void printMemSplsOperand(const MCInst *MI, int OpNo, raw_ostream &O, 38 void printCCOperand(const MCInst *MI, int OpNo, raw_ostream &O); 39 void printAluOperand(const MCInst *MI, int OpNo, raw_ostream &O); 40 void printHi16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 41 void printHi16AndImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 73 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 82 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, 87 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst, 92 static DecodeStatus DecodeGPRMM16RegisterClass(MCInst &Inst, 97 static DecodeStatus DecodeGPRMM16ZeroRegisterClass(MCInst &Inst, 102 static DecodeStatus DecodeGPRMM16MovePRegisterClass(MCInst &Inst, 107 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, 112 static DecodeStatus DecodePtrRegisterClass(MCInst &Inst, 117 static DecodeStatus DecodeDSPRRegisterClass(MCInst &Inst, 122 static DecodeStatus DecodeFGR64RegisterClass(MCInst &Inst, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 40 static DecodeStatus DecodeFPR128RegisterClass(MCInst &Inst, 43 static DecodeStatus DecodeFPR128_loRegisterClass(MCInst &Inst, 47 static DecodeStatus DecodeFPR64RegisterClass(MCInst &Inst, unsigned RegNo, 50 static DecodeStatus DecodeFPR32RegisterClass(MCInst &Inst, unsigned RegNo, 53 static DecodeStatus DecodeFPR16RegisterClass(MCInst &Inst, unsigned RegNo, 56 static DecodeStatus DecodeFPR8RegisterClass(MCInst &Inst, unsigned RegNo, 59 static DecodeStatus DecodeGPR64commonRegisterClass(MCInst &Inst, unsigned RegNo, 62 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, unsigned RegNo, 65 static DecodeStatus DecodeGPR64spRegisterClass(MCInst &Inst, 68 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 37 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 145 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, in DecodeIntRegsRegisterClass() 156 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst, in DecodeI64RegsRegisterClass() 168 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst, in DecodeFPRegsRegisterClass() 180 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst, in DecodeDFPRegsRegisterClass() 192 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst, in DecodeQFPRegsRegisterClass() 206 static DecodeStatus DecodeCPRegsRegisterClass(MCInst &Inst, in DecodeCPRegsRegisterClass() 217 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass() 226 static DecodeStatus DecodeASRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeASRRegsRegisterClass() 235 static DecodeStatus DecodePRRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodePRRegsRegisterClass() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 35 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size, 63 static DecodeStatus DecodePCRel24BranchTarget(MCInst &Inst, unsigned Imm, in DecodePCRel24BranchTarget() 75 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass() 82 static DecodeStatus DecodeCRRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRRCRegisterClass() 88 static DecodeStatus DecodeCRBITRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeCRBITRCRegisterClass() 94 static DecodeStatus DecodeF4RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF4RCRegisterClass() 100 static DecodeStatus DecodeF8RCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeF8RCRegisterClass() 106 static DecodeStatus DecodeVFRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVFRCRegisterClass() 112 static DecodeStatus DecodeVRRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVRRCRegisterClass() 118 static DecodeStatus DecodeVSRCRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeVSRCRegisterClass() [all …]
|