HomeSort by relevance Sort by last modified time
    Searched refs:ORi (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.cpp 38 AddInstr(SeqLs, Inst(ORi, Imm & 0xffffULL));
71 // instruction is an ADDiu or ORi. In that case, do not call GetInstSeqLsORi.
131 ORi = Mips::ORi;
136 ORi = Mips::ORi64;
MipsAnalyzeImmediate.h 39 /// GetInstSeqLsORi - Get instrucion sequences which end with an ORi to
58 unsigned ADDiu, ORi, SLL, LUi;
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 538 // li d,j => ori d,$zero,j
539 tmpInst.setOpcode(Mips::ORi);
555 // ori d,d,lo16(j)
561 tmpInst.setOpcode(Mips::ORi);
591 // ori d,d,lo16(j)
598 tmpInst.setOpcode(Mips::ORi);
631 // ori d,d,lo16(j)
637 tmpInst.setOpcode(Mips::ORi);
    [all...]

Completed in 94 milliseconds