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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 4205 bool isDiv = Opcode == Mips::SDivMacro || Opcode == Mips::SDivIMacro ||
4231 } else if (isDiv && ImmValue == 1) {
4234 } else if (isDiv && Signed && ImmValue == -1) {
4242 TOut.emitR(isDiv ? Mips::MFLO : Mips::MFHI, RdReg, IDLoc, STI);
4291 TOut.emitR(isDiv ? Mips::MFLO : Mips::MFHI, RdReg, IDLoc, STI);
4329 TOut.emitR(isDiv ? Mips::MFLO : Mips::MFHI, RdReg, IDLoc, STI);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 763 llvm::Value *Zero,bool isDiv);
3146 const BinOpInfo &Ops, llvm::Value *Zero, bool isDiv) {

Completed in 30 milliseconds