Home
last modified time | relevance | path

Searched refs:PSR (Results 1 – 7 of 7) 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.td80 // writes to the PSR register that only affects the ET field.
1215 // PSR, WIM, and TBR don't exist on the SparcV9, only the V8.
1217 let rs2 = 0, rs1 = 0, Uses=[PSR] in
1241 // PSR, WIM, and TBR don't exist on the SparcV9, only the V8.
1243 let Defs = [PSR], rd=0 in {
1810 let Predicates = [HasPWRPSR], Defs = [PSR], rd=1 in {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1302 const LiveRange &PSR = !LM.all() ? getSubRangeForMaskExact(LM, PLI) in extendPHIRange() local
1304 if (PSR.liveAt(LastUse)) in extendPHIRange()
/freebsd/sys/dev/usb/
H A Dusbdevs5112 product YAMAHA PSR1100 0x101b PSR-1100 digital piano
5113 product YAMAHA PSR2100 0x101c PSR-2100 digital piano
5115 product YAMAHA PSRK1 0x101e PSR-K1 digital piano
5127 product YAMAHA PSR1500 0x102a PSR-1500 digital piano
5128 product YAMAHA PSR3000 0x102b PSR-3000 digital piano
5130 product YAMAHA PSR295_293 0x1030 PSR-295/293 digital piano
/freebsd/share/misc/
H A Dusb_vendors3667 101b PSR-1100
3668 101c PSR-2100
3670 101e PSR-K1
3682 102a PSR-1500
3683 102b PSR-3000
3685 1030 PSR-295/293
3689 1037 PSR-E403
3695 1617 PSR-E353 digital keyboard
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1237 PushAndPopStackRAII PSR(&OMPBuilder, CGF, HasCancel, InnermostKind); in emitParallelOrTeamsOutlinedFunction() local