HomeSort by relevance Sort by last modified time
    Searched defs:DelaySlot (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.h 35 DelaySlot = (1<<3)
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcInstrInfo.h 33 DelaySlot = (1<<3)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcInstrInfo.h 35 DelaySlot = (1<<3)
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 110 DelaySlot,
388 return Flags & (1 << MCID::DelaySlot);
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 111 DelaySlot,
286 bool hasDelaySlot() const { return Flags & (1 << MCID::DelaySlot); }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCInstrDesc.h 133 DelaySlot,
328 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /art/compiler/utils/mips/
assembler_mips.h     [all...]
assembler_mips.cc 43 MipsAssembler::DelaySlot::DelaySlot()
    [all...]

Completed in 1398 milliseconds