Home
last modified time | relevance | path

Searched refs:hasShortDelaySlot (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp203 void createNop(bool hasShortDelaySlot, SMLoc IDLoc,
1221 static bool hasShortDelaySlot(unsigned Opcode) { in hasShortDelaySlot() function
1388 createNop(hasShortDelaySlot(Inst.getOpcode()), IDLoc, Instructions); in processInstruction()
2134 void MipsAsmParser::createNop(bool hasShortDelaySlot, SMLoc IDLoc, in createNop() argument
2137 if (hasShortDelaySlot) { in createNop()