Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterBanks.td19 def PSRRegBank : RegisterBank<"PSR", [RFP32, RFP64, RFP80]>;
/freebsd/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.
1147 // PSR, WIM, and TBR don't exist on the SparcV9, only the V8.
1149 let rs2 = 0, rs1 = 0, Uses=[PSR] in
1173 // PSR, WIM, and TBR don't exist on the SparcV9, only the V8.
1175 let Defs = [PSR], rd=0 in {
1742 let Predicates = [HasPWRPSR], Defs = [PSR], rd=1 in {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1266 const LiveRange &PSR = !LM.all() ? getSubRangeForMaskExact(LM, PLI) in extendPHIRange() local
1268 if (PSR.liveAt(LastUse)) in extendPHIRange()
/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1242 PushAndPopStackRAII PSR(&OMPBuilder, CGF, HasCancel, InnermostKind); in emitParallelOrTeamsOutlinedFunction() local