Home
last modified time | relevance | path

Searched refs:SWR (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-mv88f6281gtw-ge.dts98 label = "SWR Button";
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp240 case Mips::SWR: in isBasePlusOffsetMemoryAccess()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp1852 for (const Record *SWR : Records.getAllDerivedDefinitions("SchedWriteRes")) { in collectProcResources() local
1853 const Record *ModelDef = SWR->getValueAsDef("SchedModel"); in collectProcResources()
1854 addWriteRes(SWR, getProcModel(ModelDef)); in collectProcResources()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td164 def SWR : BinaryRR<"swr", 0x2F, null_frag, FP64, FP64>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h254 SWR, enumerator
H A DMipsInstructionSelector.cpp468 if (!buildUnalignedStore(I, Mips::SWR, BaseAddr, SignedOffset, MMO)) in select()
H A DMipsISelLowering.cpp223 case MipsISD::SWR: return "MipsISD::SWR"; in getTargetNodeName()
2951 return createStoreLR(MipsISD::SWR, DAG, SD, SWL, IsLittle ? 0 : 3); in lowerUnalignedIntStore()
5118 BuildMI(*BB, I, DL, TII->get(Mips::SWR)) in emitSTR_W()
5202 BuildMI(*BB, I, DL, TII->get(Mips::SWR)) in emitSTR_D()
5210 BuildMI(*BB, I, DL, TII->get(Mips::SWR)) in emitSTR_D()
H A DMipsScheduleP5600.td144 SBE, SHE, SWE, SCE, SWL, SWR, SWLE, SWRE)>;
H A DMipsScheduleGeneric.td576 def : InstRW<[GenericWriteStore], (instrs SWL, SWR)>;
H A DMipsInstrInfo.td145 def MipsSWR : SDNode<"MipsISD::SWR", SDTStore,
2145 def SWR : MMRel, StoreLeftRight<"swr", MipsSWR, GPR32Opnd, II_SWR>, LW_FM<0x2e>,
/freebsd/sys/dev/axgbe/
H A Dxgbe-dev.c1623 XGMAC_IOWRITE_BITS(pdata, DMA_MR, SWR, 1); in __xgbe_exit()
1627 while (--count && XGMAC_IOREAD_BITS(pdata, DMA_MR, SWR)) in __xgbe_exit()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4533 unsigned XWR = IsLoadInst ? Mips::LWR : Mips::SWR; in expandUxw()