Home
last modified time | relevance | path

Searched defs:opNum (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kInstPrinter.h61 void printPCRelImm(const MCInst *MI, uint64_t Address, unsigned opNum, in printPCRelImm()
66 void printARI8Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARI8Mem()
69 void printARI16Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARI16Mem()
72 void printARI32Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARI32Mem()
76 void printARIPI8Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARIPI8Mem()
79 void printARIPI16Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARIPI16Mem()
82 void printARIPI32Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARIPI32Mem()
86 void printARIPD8Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARIPD8Mem()
89 void printARIPD16Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARIPD16Mem()
92 void printARIPD32Mem(const MCInst *MI, unsigned opNum, raw_ostream &O) { in printARIPD32Mem()
[all …]
H A DM68kInstPrinter.cpp74 void M68kInstPrinter::printImmediate(const MCInst *MI, unsigned opNum, in printImmediate()
86 void M68kInstPrinter::printMoveMask(const MCInst *MI, unsigned opNum, in printMoveMask()
139 void M68kInstPrinter::printDisp(const MCInst *MI, unsigned opNum, in printDisp()
151 void M68kInstPrinter::printAbsMem(const MCInst *MI, unsigned opNum, in printAbsMem()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcInstPrinter.cpp113 void SparcInstPrinter::printOperand(const MCInst *MI, int opNum, in printOperand()
149 void SparcInstPrinter::printMemOperand(const MCInst *MI, int opNum, in printMemOperand()
174 void SparcInstPrinter::printCCOperand(const MCInst *MI, int opNum, in printCCOperand()
217 bool SparcInstPrinter::printGetPCX(const MCInst *MI, unsigned opNum, in printGetPCX()
224 void SparcInstPrinter::printMembarTag(const MCInst *MI, int opNum, in printMembarTag()
247 void SparcInstPrinter::printASITag(const MCInst *MI, int opNum, in printASITag()
257 void SparcInstPrinter::printPrefetchTag(const MCInst *MI, int opNum, in printPrefetchTag()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp223 void MipsInstPrinter::printMemOperandEA(const MCInst *MI, int opNum, in printMemOperandEA() argument
178 printUImm(const MCInst * MI,int opNum,const MCSubtargetInfo & STI,raw_ostream & O) printUImm() argument
193 printMemOperand(const MCInst * MI,int opNum,const MCSubtargetInfo & STI,raw_ostream & O) printMemOperand() argument
233 printFCCOperand(const MCInst * MI,int opNum,const MCSubtargetInfo &,raw_ostream & O) printFCCOperand() argument
241 printSHFMask(const MCInst * MI,int opNum,raw_ostream & O) printSHFMask() argument
353 printRegisterList(const MCInst * MI,int opNum,const MCSubtargetInfo &,raw_ostream & O) printRegisterList() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreInstPrinter.cpp42 printInlineJT(const MCInst *MI, int opNum, raw_ostream &O) { in printInlineJT()
47 printInlineJT32(const MCInst *MI, int opNum, raw_ostream &O) { in printInlineJT32()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp65 void printInlineJT32(const MachineInstr *MI, int opNum, raw_ostream &O) { in printInlineJT32()
185 printInlineJT(const MachineInstr *MI, int opNum, raw_ostream &O, in printInlineJT()
201 void XCoreAsmPrinter::printOperand(const MachineInstr *MI, int opNum, in printOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp622 void MipsAsmPrinter::printOperand(const MachineInstr *MI, int opNum, in printOperand()
688 printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O) { in printMemOperand()
711 printMemOperandEA(const MachineInstr *MI, int opNum, raw_ostream &O) { in printMemOperandEA()
720 printFCCOperand(const MachineInstr *MI, int opNum, raw_ostream &O, in printFCCOperand()
727 printRegisterList(const MachineInstr *MI, int opNum, raw_ostream &O) { in printRegisterList()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kAsmPrinter.cpp79 void M68kAsmPrinter::printDisp(const MachineInstr *MI, unsigned opNum, in printDisp()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp311 void SparcAsmPrinter::printOperand(const MachineInstr *MI, int opNum, in printOperand()
352 void SparcAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp658 unsigned opNum) { in addOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp784 for (unsigned opNum = 0; opNum < MI.getNumOperands()-1; opNum++) { in canPromoteToNewValueStore() local