Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcSubtarget.h49 bool HasPWRPSR; variable
96 bool hasPWRPSR() const { return HasPWRPSR; } in hasPWRPSR()
HDSparcSubtarget.cpp46 HasPWRPSR = false; in initializeSubtargetDependencies()
HDSparc.td52 : SubtargetFeature<"leonpwrpsr", "HasPWRPSR", "true",
HDSparcInstrInfo.td58 // HasPWRPSR - This is true when the target processor supports partial
60 def HasPWRPSR : Predicate<"Subtarget->hasPWRPSR()">,
1575 let Predicates = [HasPWRPSR], Defs = [PSR], rd=1 in {