Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcInstPrinter.cpp108 void SparcInstPrinter::printOperand(const MCInst *MI, int opNum, in printOperand()
140 void SparcInstPrinter::printMemOperand(const MCInst *MI, int opNum, in printMemOperand()
163 void SparcInstPrinter::printCCOperand(const MCInst *MI, int opNum, in printCCOperand()
192 bool SparcInstPrinter::printGetPCX(const MCInst *MI, unsigned opNum, in printGetPCX()
199 void SparcInstPrinter::printMembarTag(const MCInst *MI, int opNum, in printMembarTag()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsInstPrinter.cpp143 void MipsInstPrinter::printUImm(const MCInst *MI, int opNum, raw_ostream &O) { in printUImm()
158 printMemOperand(const MCInst *MI, int opNum, raw_ostream &O) { in printMemOperand()
185 printMemOperandEA(const MCInst *MI, int opNum, raw_ostream &O) { in printMemOperandEA()
194 printFCCOperand(const MCInst *MI, int opNum, raw_ostream &O) { in printFCCOperand()
200 printSHFMask(const MCInst *MI, int opNum, raw_ostream &O) { in printSHFMask()
280 printRegisterList(const MCInst *MI, int opNum, raw_ostream &O) { in printRegisterList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/InstPrinter/
DVEInstPrinter.cpp50 void VEInstPrinter::printOperand(const MCInst *MI, int opNum, in printOperand()
74 void VEInstPrinter::printMemASXOperand(const MCInst *MI, int opNum, in printMemASXOperand()
94 void VEInstPrinter::printMemASOperand(const MCInst *MI, int opNum, in printMemASOperand()
114 void VEInstPrinter::printCCOperand(const MCInst *MI, int opNum, in printCCOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/MCTargetDesc/
DXCoreInstPrinter.cpp41 printInlineJT(const MCInst *MI, int opNum, raw_ostream &O) { in printInlineJT()
46 printInlineJT32(const MCInst *MI, int opNum, raw_ostream &O) { in printInlineJT32()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp65 void printInlineJT32(const MachineInstr *MI, int opNum, raw_ostream &O) { in printInlineJT32()
186 printInlineJT(const MachineInstr *MI, int opNum, raw_ostream &O, in printInlineJT()
202 void XCoreAsmPrinter::printOperand(const MachineInstr *MI, int opNum, in printOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp661 void MipsAsmPrinter::printOperand(const MachineInstr *MI, int opNum, in printOperand()
727 printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &O) { in printMemOperand()
750 printMemOperandEA(const MachineInstr *MI, int opNum, raw_ostream &O) { in printMemOperandEA()
759 printFCCOperand(const MachineInstr *MI, int opNum, raw_ostream &O, in printFCCOperand()
766 printRegisterList(const MachineInstr *MI, int opNum, raw_ostream &O) { in printRegisterList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp291 void SparcAsmPrinter::printOperand(const MachineInstr *MI, int opNum, in printOperand()
382 void SparcAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp664 unsigned opNum) { in addOps()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dplurrule_impl.h314 int32_t opNum = -1; // for mod expressions, the right operand of the mod. variable
/third_party/node/deps/icu-small/source/i18n/
Dplurrule_impl.h354 int32_t opNum = -1; // for mod expressions, the right operand of the mod. variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dplurrule_impl.h350 int32_t opNum = -1; // for mod expressions, the right operand of the mod. variable
/third_party/icu/icu4c/source/i18n/
Dplurrule_impl.h350 int32_t opNum = -1; // for mod expressions, the right operand of the mod. variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp2208 void NVPTXAsmPrinter::printOperand(const MachineInstr *MI, int opNum, in printOperand()
2244 void NVPTXAsmPrinter::printMemOperand(const MachineInstr *MI, int opNum, in printMemOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp777 for (unsigned opNum = 0; opNum < MI.getNumOperands()-1; opNum++) { in canPromoteToNewValueStore() local