/external/llvm/lib/Target/ARM/InstPrinter/ |
D | ARMInstPrinter.h | 29 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override; 33 void printInstruction(const MCInst *MI, raw_ostream &O); 37 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 39 void printSORegRegOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O); 40 void printSORegImmOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O); 42 void printAddrModeTBB(const MCInst *MI, unsigned OpNum, raw_ostream &O); 43 void printAddrModeTBH(const MCInst *MI, unsigned OpNum, raw_ostream &O); 44 void printAddrMode2Operand(const MCInst *MI, unsigned OpNum, raw_ostream &O); 45 void printAM2PostIndexOp(const MCInst *MI, unsigned OpNum, raw_ostream &O); 46 void printAM2PreOrOffsetIndexOp(const MCInst *MI, unsigned OpNum, [all …]
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.h | 31 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override; 35 virtual void printInstruction(const MCInst *MI, raw_ostream &O); 36 virtual bool printAliasInstr(const MCInst *MI, raw_ostream &O); 37 virtual void printCustomAliasOperand(const MCInst *MI, unsigned OpIdx, 46 bool printSysAlias(const MCInst *MI, raw_ostream &O); 48 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 49 void printHexImm(const MCInst *MI, unsigned OpNo, raw_ostream &O); 50 void printPostIncOperand(const MCInst *MI, unsigned OpNo, unsigned Imm, 53 void printPostIncOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) { in printPostIncOperand() 57 void printVRegOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); [all …]
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86ATTInstPrinter.h | 30 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot) override; 34 bool printAliasInstr(const MCInst *MI, raw_ostream &OS); 35 void printCustomAliasOperand(const MCInst *MI, unsigned OpIdx, 39 void printInstruction(const MCInst *MI, raw_ostream &OS); 42 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &OS); 43 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &OS); 44 void printSSECC(const MCInst *MI, unsigned Op, raw_ostream &OS); 45 void printAVXCC(const MCInst *MI, unsigned Op, raw_ostream &OS); 46 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &OS); 47 void printSrcIdx(const MCInst *MI, unsigned OpNo, raw_ostream &OS); [all …]
|
D | X86IntelInstPrinter.h | 31 void printInst(const MCInst *MI, raw_ostream &OS, StringRef Annot) override; 34 void printInstruction(const MCInst *MI, raw_ostream &O); 37 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 38 void printMemReference(const MCInst *MI, unsigned Op, raw_ostream &O); 39 void printSSECC(const MCInst *MI, unsigned Op, raw_ostream &O); 40 void printAVXCC(const MCInst *MI, unsigned Op, raw_ostream &O); 41 void printPCRelImm(const MCInst *MI, unsigned OpNo, raw_ostream &O); 42 void printMemOffset(const MCInst *MI, unsigned OpNo, raw_ostream &O); 43 void printSrcIdx(const MCInst *MI, unsigned OpNo, raw_ostream &O); 44 void printDstIdx(const MCInst *MI, unsigned OpNo, raw_ostream &O); [all …]
|
/external/llvm/lib/Target/R600/InstPrinter/ |
D | AMDGPUInstPrinter.h | 29 void printInstruction(const MCInst *MI, raw_ostream &O); 32 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override; 35 void printU8ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 36 void printU16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 37 void printU32ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 40 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 41 void printOperandAndMods(const MCInst *MI, unsigned OpNo, raw_ostream &O); 42 static void printInterpSlot(const MCInst *MI, unsigned OpNum, raw_ostream &O); 43 void printMemOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 44 static void printIfSet(const MCInst *MI, unsigned OpNo, raw_ostream &O, [all …]
|
D | AMDGPUInstPrinter.cpp | 20 void AMDGPUInstPrinter::printInst(const MCInst *MI, raw_ostream &OS, in printInst() 28 void AMDGPUInstPrinter::printU8ImmOperand(const MCInst *MI, unsigned OpNo, in printU8ImmOperand() 33 void AMDGPUInstPrinter::printU16ImmOperand(const MCInst *MI, unsigned OpNo, in printU16ImmOperand() 38 void AMDGPUInstPrinter::printU32ImmOperand(const MCInst *MI, unsigned OpNo, in printU32ImmOperand() 135 void AMDGPUInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand() 161 void AMDGPUInstPrinter::printOperandAndMods(const MCInst *MI, unsigned OpNo, in printOperandAndMods() 173 void AMDGPUInstPrinter::printInterpSlot(const MCInst *MI, unsigned OpNum, in printInterpSlot() 188 void AMDGPUInstPrinter::printMemOperand(const MCInst *MI, unsigned OpNo, in printMemOperand() 195 void AMDGPUInstPrinter::printIfSet(const MCInst *MI, unsigned OpNo, in printIfSet() 207 void AMDGPUInstPrinter::printAbs(const MCInst *MI, unsigned OpNo, in printAbs() [all …]
|
/external/llvm/lib/Target/Hexagon/InstPrinter/ |
D | HexagonInstPrinter.h | 30 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override; 33 void printInstruction(const MCInst *MI, raw_ostream &O); 37 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const; 38 void printImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const; 39 void printExtOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) const; 40 void printUnsignedImmOperand(const MCInst *MI, unsigned OpNo, 42 void printNegImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) 44 void printNOneImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) 46 void printMEMriOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O) 48 void printFrameIndexOperand(const MCInst *MI, unsigned OpNo, [all …]
|
D | HexagonInstPrinter.cpp | 41 void HexagonInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst() 89 void HexagonInstPrinter::printOperand(const MCInst *MI, unsigned OpNo, in printOperand() 104 void HexagonInstPrinter::printImmOperand(const MCInst *MI, unsigned OpNo, in printImmOperand() 117 void HexagonInstPrinter::printExtOperand(const MCInst *MI, unsigned OpNo, in printExtOperand() 125 void HexagonInstPrinter::printUnsignedImmOperand(const MCInst *MI, in printUnsignedImmOperand() 130 void HexagonInstPrinter::printNegImmOperand(const MCInst *MI, unsigned OpNo, in printNegImmOperand() 135 void HexagonInstPrinter::printNOneImmOperand(const MCInst *MI, unsigned OpNo, in printNOneImmOperand() 140 void HexagonInstPrinter::printMEMriOperand(const MCInst *MI, unsigned OpNo, in printMEMriOperand() 149 void HexagonInstPrinter::printFrameIndexOperand(const MCInst *MI, unsigned OpNo, in printFrameIndexOperand() 157 void HexagonInstPrinter::printGlobalOperand(const MCInst *MI, unsigned OpNo, in printGlobalOperand() [all …]
|
/external/llvm/lib/Target/SystemZ/InstPrinter/ |
D | SystemZInstPrinter.h | 30 void printInstruction(const MCInst *MI, raw_ostream &O); 42 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override; 46 void printOperand(const MCInst *MI, int OpNum, raw_ostream &O); 47 void printBDAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O); 48 void printBDXAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O); 49 void printBDLAddrOperand(const MCInst *MI, int OpNum, raw_ostream &O); 50 void printU4ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O); 51 void printU6ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O); 52 void printS8ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O); 53 void printU8ImmOperand(const MCInst *MI, int OpNum, raw_ostream &O); [all …]
|
D | SystemZInstPrinter.cpp | 44 void SystemZInstPrinter::printInst(const MCInst *MI, raw_ostream &O, in printInst() 54 void SystemZInstPrinter::printU4ImmOperand(const MCInst *MI, int OpNum, in printU4ImmOperand() 61 void SystemZInstPrinter::printU6ImmOperand(const MCInst *MI, int OpNum, in printU6ImmOperand() 68 void SystemZInstPrinter::printS8ImmOperand(const MCInst *MI, int OpNum, in printS8ImmOperand() 75 void SystemZInstPrinter::printU8ImmOperand(const MCInst *MI, int OpNum, in printU8ImmOperand() 82 void SystemZInstPrinter::printS16ImmOperand(const MCInst *MI, int OpNum, in printS16ImmOperand() 89 void SystemZInstPrinter::printU16ImmOperand(const MCInst *MI, int OpNum, in printU16ImmOperand() 96 void SystemZInstPrinter::printS32ImmOperand(const MCInst *MI, int OpNum, in printS32ImmOperand() 103 void SystemZInstPrinter::printU32ImmOperand(const MCInst *MI, int OpNum, in printU32ImmOperand() 110 void SystemZInstPrinter::printAccessRegOperand(const MCInst *MI, int OpNum, in printAccessRegOperand() [all …]
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.h | 35 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override; 38 void printInstruction(const MCInst *MI, raw_ostream &O); 42 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 43 void printPredicateOperand(const MCInst *MI, unsigned OpNo, 46 void printU2ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 47 void printS5ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 48 void printU5ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 49 void printU6ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 50 void printS16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 51 void printU16ImmOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); [all …]
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCCodeEmitter.cpp | 49 uint64_t getBinaryCodeForInstr(const MCInst &MI, 55 unsigned getMachineOpValue(const MCInst &MI, const MCOperand &MO, 63 uint32_t getLdStUImm12OpValue(const MCInst &MI, unsigned OpIdx, 69 uint32_t getAdrLabelOpValue(const MCInst &MI, unsigned OpIdx, 75 uint32_t getAddSubImmOpValue(const MCInst &MI, unsigned OpIdx, 81 uint32_t getCondBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, 87 uint32_t getLoadLiteralOpValue(const MCInst &MI, unsigned OpIdx, 94 uint32_t getMemExtendOpValue(const MCInst &MI, unsigned OpIdx, 100 uint32_t getTestBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, 106 uint32_t getBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, [all …]
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCCodeEmitter.h | 26 class MCInst; variable 53 void EncodeInstruction(const MCInst &MI, raw_ostream &OS, 59 uint64_t getBinaryCodeForInstr(const MCInst &MI, 66 unsigned getJumpTargetOpValue(const MCInst &MI, unsigned OpNo, 73 unsigned getJumpTargetOpValueMM(const MCInst &MI, unsigned OpNo, 80 unsigned getBranchTargetOpValue(const MCInst &MI, unsigned OpNo, 87 unsigned getBranchTargetOpValueMM(const MCInst &MI, unsigned OpNo, 94 unsigned getBranchTarget21OpValue(const MCInst &MI, unsigned OpNo, 101 unsigned getBranchTarget26OpValue(const MCInst &MI, unsigned OpNo, 108 unsigned getJumpOffset16OpValue(const MCInst &MI, unsigned OpNo, [all …]
|
/external/llvm/lib/Target/SystemZ/Disassembler/ |
D | SystemZDisassembler.cpp | 32 DecodeStatus getInstruction(MCInst &instr, uint64_t &size, 51 static DecodeStatus decodeRegisterClass(MCInst &Inst, uint64_t RegNo, in decodeRegisterClass() 61 static DecodeStatus DecodeGR32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR32BitRegisterClass() 67 static DecodeStatus DecodeGRH32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGRH32BitRegisterClass() 73 static DecodeStatus DecodeGR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR64BitRegisterClass() 79 static DecodeStatus DecodeGR128BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeGR128BitRegisterClass() 85 static DecodeStatus DecodeADDR64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeADDR64BitRegisterClass() 91 static DecodeStatus DecodeFP32BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP32BitRegisterClass() 97 static DecodeStatus DecodeFP64BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP64BitRegisterClass() 103 static DecodeStatus DecodeFP128BitRegisterClass(MCInst &Inst, uint64_t RegNo, in DecodeFP128BitRegisterClass() [all …]
|
/external/llvm/lib/Target/Mips/InstPrinter/ |
D | MipsInstPrinter.h | 85 void printInstruction(const MCInst *MI, raw_ostream &O); 89 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override; 91 bool printAliasInstr(const MCInst *MI, raw_ostream &OS); 92 void printCustomAliasOperand(const MCInst *MI, unsigned OpIdx, 96 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O); 97 void printUnsignedImm(const MCInst *MI, int opNum, raw_ostream &O); 98 void printUnsignedImm8(const MCInst *MI, int opNum, raw_ostream &O); 99 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O); 100 void printMemOperandEA(const MCInst *MI, int opNum, raw_ostream &O); 101 void printFCCOperand(const MCInst *MI, int opNum, raw_ostream &O); [all …]
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 79 DecodeStatus getInstruction(MCInst &instr, 98 DecodeStatus getInstruction(MCInst &instr, 110 static DecodeStatus DecodeGPR64RegisterClass(MCInst &Inst, 115 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst, 120 static DecodeStatus DecodeGPR32RegisterClass(MCInst &Inst, 125 static DecodeStatus DecodePtrRegisterClass(MCInst &Inst, 130 static DecodeStatus DecodeDSPRRegisterClass(MCInst &Inst, 135 static DecodeStatus DecodeFGR64RegisterClass(MCInst &Inst, 140 static DecodeStatus DecodeFGR32RegisterClass(MCInst &Inst, 145 static DecodeStatus DecodeFGRH32RegisterClass(MCInst &Inst, [all …]
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCCodeEmitter.cpp | 68 uint64_t getBinaryCodeForInstr(const MCInst &MI, 74 unsigned getMachineOpValue(const MCInst &MI,const MCOperand &MO, 81 uint32_t getHiLo16ImmOpValue(const MCInst &MI, unsigned OpIdx, 85 bool EncodeAddrModeOpValues(const MCInst &MI, unsigned OpIdx, 92 uint32_t getThumbBLTargetOpValue(const MCInst &MI, unsigned OpIdx, 98 uint32_t getThumbBLXTargetOpValue(const MCInst &MI, unsigned OpIdx, 103 uint32_t getThumbBRTargetOpValue(const MCInst &MI, unsigned OpIdx, 108 uint32_t getThumbBCCTargetOpValue(const MCInst &MI, unsigned OpIdx, 113 uint32_t getThumbCBTargetOpValue(const MCInst &MI, unsigned OpIdx, 119 uint32_t getBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, [all …]
|
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
D | SIMCCodeEmitter.cpp | 74 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS, 78 virtual uint64_t getMachineOpValue(const MCInst &MI, const MCOperand &MO, 84 unsigned GPRAlign(const MCInst &MI, unsigned OpNo, unsigned shift) const; 87 virtual unsigned GPR2AlignEncode(const MCInst &MI, unsigned OpNo, 91 virtual unsigned GPR4AlignEncode(const MCInst &MI, unsigned OpNo, 96 virtual uint64_t i32LiteralEncode(const MCInst &MI, unsigned OpNo, 100 virtual uint32_t SMRDmemriEncode(const MCInst &MI, unsigned OpNo, 104 virtual uint64_t VOPPostEncode(const MCInst &MI, uint64_t Value) const; 109 unsigned getEncodingType(const MCInst &MI) const; 112 unsigned getEncodingBytes(const MCInst &MI) const; [all …]
|
D | AMDGPUMCCodeEmitter.h | 22 class MCInst; variable 28 uint64_t getBinaryCodeForInstr(const MCInst &MI, 31 virtual uint64_t getMachineOpValue(const MCInst &MI, const MCOperand &MO, in getMachineOpValue() 36 virtual unsigned GPR4AlignEncode(const MCInst &MI, unsigned OpNo, in GPR4AlignEncode() 40 virtual unsigned GPR2AlignEncode(const MCInst &MI, unsigned OpNo, in GPR2AlignEncode() 44 virtual uint64_t VOPPostEncode(const MCInst &MI, uint64_t Value) const { in VOPPostEncode() 47 virtual uint64_t i32LiteralEncode(const MCInst &MI, unsigned OpNo, in i32LiteralEncode() 51 virtual uint32_t SMRDmemriEncode(const MCInst &MI, unsigned OpNo, in SMRDmemriEncode()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/ |
D | SIMCCodeEmitter.cpp | 74 virtual void EncodeInstruction(const MCInst &MI, raw_ostream &OS, 78 virtual uint64_t getMachineOpValue(const MCInst &MI, const MCOperand &MO, 84 unsigned GPRAlign(const MCInst &MI, unsigned OpNo, unsigned shift) const; 87 virtual unsigned GPR2AlignEncode(const MCInst &MI, unsigned OpNo, 91 virtual unsigned GPR4AlignEncode(const MCInst &MI, unsigned OpNo, 96 virtual uint64_t i32LiteralEncode(const MCInst &MI, unsigned OpNo, 100 virtual uint32_t SMRDmemriEncode(const MCInst &MI, unsigned OpNo, 104 virtual uint64_t VOPPostEncode(const MCInst &MI, uint64_t Value) const; 109 unsigned getEncodingType(const MCInst &MI) const; 112 unsigned getEncodingBytes(const MCInst &MI) const; [all …]
|
D | AMDGPUMCCodeEmitter.h | 22 class MCInst; variable 28 uint64_t getBinaryCodeForInstr(const MCInst &MI, 31 virtual uint64_t getMachineOpValue(const MCInst &MI, const MCOperand &MO, in getMachineOpValue() 36 virtual unsigned GPR4AlignEncode(const MCInst &MI, unsigned OpNo, in GPR4AlignEncode() 40 virtual unsigned GPR2AlignEncode(const MCInst &MI, unsigned OpNo, in GPR2AlignEncode() 44 virtual uint64_t VOPPostEncode(const MCInst &MI, uint64_t Value) const { in VOPPostEncode() 47 virtual uint64_t i32LiteralEncode(const MCInst &MI, unsigned OpNo, in i32LiteralEncode() 51 virtual uint32_t SMRDmemriEncode(const MCInst &MI, unsigned OpNo, in SMRDmemriEncode()
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | ret.ll | 21 ; NOT-R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JR 22 ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR 31 ; NOT-R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JR 32 ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR 41 ; NOT-R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JR 42 ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR 51 ; NOT-R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JR 52 ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR 61 ; NOT-R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JR 62 ; R6-DAG: jr $ra # <MCInst #{{[0-9]+}} JALR [all …]
|
/external/llvm/lib/Target/Sparc/InstPrinter/ |
D | SparcInstPrinter.h | 34 void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot) override; 35 bool printSparcAliasInstr(const MCInst *MI, raw_ostream &OS); 39 void printInstruction(const MCInst *MI, raw_ostream &O); 40 bool printAliasInstr(const MCInst *MI, raw_ostream &O); 41 void printCustomAliasOperand(const MCInst *MI, unsigned OpIdx, 45 void printOperand(const MCInst *MI, int opNum, raw_ostream &OS); 46 void printMemOperand(const MCInst *MI, int opNum, raw_ostream &OS, 48 void printCCOperand(const MCInst *MI, int opNum, raw_ostream &OS); 49 bool printGetPCX(const MCInst *MI, unsigned OpNo, raw_ostream &OS);
|
/external/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 41 DecodeStatus getInstruction(MCInst &instr, 116 static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, in DecodeIntRegsRegisterClass() 127 static DecodeStatus DecodeI64RegsRegisterClass(MCInst &Inst, in DecodeI64RegsRegisterClass() 139 static DecodeStatus DecodeFPRegsRegisterClass(MCInst &Inst, in DecodeFPRegsRegisterClass() 151 static DecodeStatus DecodeDFPRegsRegisterClass(MCInst &Inst, in DecodeDFPRegsRegisterClass() 163 static DecodeStatus DecodeQFPRegsRegisterClass(MCInst &Inst, in DecodeQFPRegsRegisterClass() 177 static DecodeStatus DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo, in DecodeFCCRegsRegisterClass() 187 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, 189 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, 191 static DecodeStatus DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address, [all …]
|
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 40 virtual DecodeStatus getInstruction(MCInst &instr, 89 static DecodeStatus DecodeGRRegsRegisterClass(MCInst &Inst, 94 static DecodeStatus DecodeRRegsRegisterClass(MCInst &Inst, 99 static DecodeStatus DecodeBitpOperand(MCInst &Inst, unsigned Val, 102 static DecodeStatus DecodeNegImmOperand(MCInst &Inst, unsigned Val, 105 static DecodeStatus Decode2RInstruction(MCInst &Inst, 110 static DecodeStatus Decode2RImmInstruction(MCInst &Inst, 115 static DecodeStatus DecodeR2RInstruction(MCInst &Inst, 120 static DecodeStatus Decode2RSrcDstInstruction(MCInst &Inst, 125 static DecodeStatus DecodeRUSInstruction(MCInst &Inst, [all …]
|