HomeSort by: relevance | last modified time | path
    Searched refs:OpNo1 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsInstPrinter.h 111 unsigned OpNo1, raw_ostream &OS);
MipsInstPrinter.cpp 212 unsigned OpNo0, unsigned OpNo1,
216 printOperand(&MI, OpNo1, OS);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiInstPrinter.cpp 40 unsigned OpNo1) {
44 printOperand(MI, OpNo1, OS);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 4294 // set OpNo0 and OpNo1 to the shuffle operands that should actually be used
4296 static bool chooseShuffleOpNos(int *OpNos, unsigned &OpNo0, unsigned &OpNo1) {
4300 OpNo0 = OpNo1 = OpNos[1];
4302 OpNo0 = OpNo1 = OpNos[0];
4305 OpNo1 = OpNos[1];
4313 // used for operand 0 of P and likewise OpNo1 for operand 1 of P.
4316 // will be 1 and OpNo1 will be 0. If instead Bytes only refers to one
4318 // match P, then OpNo0 and OpNo1 will be the same.
4320 unsigned &OpNo0, unsigned &OpNo1) {
4339 return chooseShuffleOpNos(OpNos, OpNo0, OpNo1);
    [all...]

Completed in 19 milliseconds