Searched refs:OpNo1 (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsInstPrinter.cpp | 259 unsigned OpNo1, const MCSubtargetInfo &STI, in printAlias() argument 264 printBranchOperand(&MI, Address, OpNo1, STI, OS); in printAlias() 266 printOperand(&MI, OpNo1, STI, OS); in printAlias()
|
H A D | MipsInstPrinter.h | 119 unsigned OpNo0, unsigned OpNo1, const MCSubtargetInfo &STI,
|
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiInstPrinter.cpp | 40 unsigned OpNo1) { in printInst() argument 44 printOperand(MI, OpNo1, OS); in printInst()
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 4589 OpNo0 = OpNo1 = OpNos[1]; in chooseShuffleOpNos() 4591 OpNo0 = OpNo1 = OpNos[0]; in chooseShuffleOpNos() 4594 OpNo1 = OpNos[1]; in chooseShuffleOpNos() 4628 return chooseShuffleOpNos(OpNos, OpNo0, OpNo1); in matchPermute() 4635 if (matchPermute(Bytes, P, OpNo0, OpNo1)) in matchPermute() 4734 unsigned &OpNo1) { in isShlDoublePermute() argument 4755 return chooseShuffleOpNos(OpNos, OpNo0, OpNo1); in isShlDoublePermute() 4813 unsigned StartIndex, OpNo0, OpNo1; in getGeneralPermuteNode() local 4814 if (isShlDoublePermute(Bytes, StartIndex, OpNo0, OpNo1)) in getGeneralPermuteNode() 4816 Ops[OpNo1], in getGeneralPermuteNode() [all …]
|