HomeSort by relevance Sort by last modified time
    Searched refs:DelaySlot (Results 1 - 25 of 35) sorted by null

1 2

  /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/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); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 135 DelaySlot,
314 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCInstrDesc.h 135 DelaySlot,
314 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCInstrDesc.h 135 DelaySlot,
314 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCInstrDesc.h 135 DelaySlot,
323 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCInstrDesc.h 135 DelaySlot,
323 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCInstrDesc.h 135 DelaySlot,
323 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCInstrDesc.h 135 DelaySlot,
323 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 135 DelaySlot,
314 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCInstrDesc.h 135 DelaySlot,
314 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCInstrDesc.h 135 DelaySlot,
314 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCInstrDesc.h 135 DelaySlot,
323 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCInstrDesc.h 135 DelaySlot,
323 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCInstrDesc.h 135 DelaySlot,
323 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCInstrDesc.h 135 DelaySlot,
323 bool hasDelaySlot() const { return Flags & (1ULL << MCID::DelaySlot); }
  /art/compiler/utils/mips/
assembler_mips.h     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 540 return hasProperty(MCID::DelaySlot, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 527 return hasProperty(MCID::DelaySlot, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineInstr.h 532 return hasProperty(MCID::DelaySlot, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineInstr.h 532 return hasProperty(MCID::DelaySlot, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineInstr.h 546 return hasProperty(MCID::DelaySlot, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineInstr.h 546 return hasProperty(MCID::DelaySlot, Type);
    [all...]

Completed in 688 milliseconds

1 2