Searched refs:PSR (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterBanks.td | 19 def PSRRegBank : RegisterBank<"PSR", [RFP32, RFP64, RFP80]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcRegisterInfo.td | 115 // Note that PSR, WIM, and TBR don't exist on the SparcV9, only the V8. 116 def PSR : SparcCtrlReg<0, "psr">;
|
H A D | SparcInstrInfo.td | 63 // 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 D | SplitKit.cpp | 1266 const LiveRange &PSR = !LM.all() ? getSubRangeForMaskExact(LM, PLI) in extendPHIRange() local 1268 if (PSR.liveAt(LastUse)) in extendPHIRange()
|
/freebsd/share/misc/ |
H A D | usb_vendors | 3642 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 D | CGOpenMPRuntime.cpp | 1242 PushAndPopStackRAII PSR(&OMPBuilder, CGF, HasCancel, InnermostKind); in emitParallelOrTeamsOutlinedFunction() local
|