Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.td115 // Note that PSR, WIM, and TBR don't exist on the SparcV9, only the V8.
116 def PSR : SparcCtrlReg<0, "psr">;
H A DSparcInstrInfo.td63 // writes to the PSR register that only affects the ET field.
1137 // PSR, WIM, and TBR don't exist on the SparcV9, only the V8.
1139 let rs2 = 0, rs1 = 0, Uses=[PSR] in
1163 // PSR, WIM, and TBR don't exist on the SparcV9, only the V8.
1165 let Defs = [PSR], rd=0 in {
1732 let Predicates = [HasPWRPSR], Defs = [PSR], rd=1 in {
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1267 const LiveRange &PSR = !LM.all() ? getSubRangeForMaskExact(LM, PLI) in extendPHIRange() local
1269 if (PSR.liveAt(LastUse)) in extendPHIRange()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1375 RegNo = Sparc::PSR; in matchRegisterName()
/freebsd-14.2/share/misc/
H A Dusb_vendors3642 101b PSR-1100
3643 101c PSR-2100
3645 101e PSR-K1
3657 102a PSR-1500
3658 102b PSR-3000
3660 1030 PSR-295/293
3664 1037 PSR-E403
3669 1617 PSR-E353 digital keyboard
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1240 PushAndPopStackRAII PSR(&OMPBuilder, CGF, HasCancel, InnermostKind); in emitParallelOrTeamsOutlinedFunction() local