Home
last modified time | relevance | path

Searched refs:OpNo1 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsInstPrinter.cpp212 unsigned OpNo0, unsigned OpNo1, in printAlias() argument
216 printOperand(&MI, OpNo1, OS); in printAlias()
DMipsInstPrinter.h105 unsigned OpNo1, raw_ostream &OS);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiInstPrinter.cpp40 unsigned OpNo1) { in printInst() argument
44 printOperand(MI, OpNo1, OS); in printInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4222 static bool chooseShuffleOpNos(int *OpNos, unsigned &OpNo0, unsigned &OpNo1) { in chooseShuffleOpNos() argument
4226 OpNo0 = OpNo1 = OpNos[1]; in chooseShuffleOpNos()
4228 OpNo0 = OpNo1 = OpNos[0]; in chooseShuffleOpNos()
4231 OpNo1 = OpNos[1]; in chooseShuffleOpNos()
4246 unsigned &OpNo0, unsigned &OpNo1) { in matchPermute() argument
4265 return chooseShuffleOpNos(OpNos, OpNo0, OpNo1); in matchPermute()
4270 unsigned &OpNo0, unsigned &OpNo1) { in matchPermute() argument
4272 if (matchPermute(Bytes, P, OpNo0, OpNo1)) in matchPermute()
4371 unsigned &OpNo1) { in isShlDoublePermute() argument
4392 return chooseShuffleOpNos(OpNos, OpNo0, OpNo1); in isShlDoublePermute()
[all …]