HomeSort by: relevance | last modified time | path
    Searched defs:ORi (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.h 41 /// GetInstSeqLsORi - Get instrutcion sequences which end with an ORi to
60 unsigned ADDiu, ORi, SLL, LUi;
MipsInstructionSelector.cpp 147 // Ori zero extends immediate. Used for values with zeros in high 16 bits.
150 B.buildInstr(Mips::ORi, {DestReg}, {Register(Mips::ZERO)})
171 MachineInstr *ORi = B.buildInstr(Mips::ORi, {DestReg}, {LUiReg})
175 if (!constrainSelectedInstRegOperands(*ORi, TII, TRI, RBI))
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/Mips/
Target.cpp 75 unsigned ORi, LUi, SLL;
78 ORi = Mips::ORi;
83 ORi = Mips::ORi64;
89 return {MCInstBuilder(ORi)
99 // Expand to an ORi instead of a LUi to avoid sign-extending into the
102 MCInstBuilder(ORi)
121 MCInstBuilder(ORi)

Completed in 52 milliseconds