Home
last modified time | relevance | path

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

/freebsd-12.1/sys/gnu/dts/arm/
H A Dkirkwood-mv88f6281gtw-ge.dts100 label = "SWR Button";
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp242 case Mips::SWR: in isBasePlusOffsetMemoryAccess()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td165 def SWR : BinaryRR<"swr", 0x2F, null_frag, FP64, FP64>;
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1855 for (Record *SWR : SWRDefs) { in collectProcResources()
1856 Record *ModelDef = SWR->getValueAsDef("SchedModel"); in collectProcResources()
1857 addWriteRes(SWR, getProcModel(ModelDef).Index); in collectProcResources()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h251 SWR, enumerator
H A DMipsScheduleP5600.td131 SBE, SHE, SWE, SCE, SWL, SWR, SWLE, SWRE)>;
H A DMipsISelLowering.cpp235 case MipsISD::SWR: return "MipsISD::SWR"; in getTargetNodeName()
2567 return createStoreLR(MipsISD::SWR, DAG, SD, SWL, IsLittle ? 0 : 3); in lowerUnalignedIntStore()
H A DMipsInstrInfo.td145 def MipsSWR : SDNode<"MipsISD::SWR", SDTStore,
2137 def SWR : MMRel, StoreLeftRight<"swr", MipsSWR, GPR32Opnd, II_SWR>, LW_FM<0x2e>,
/freebsd-12.1/sys/dev/axgbe/
H A Dxgbe-dev.c1282 XGMAC_IOWRITE_BITS(pdata, DMA_MR, SWR, 1); in xgbe_exit()
1286 while (--count && XGMAC_IOREAD_BITS(pdata, DMA_MR, SWR)) in xgbe_exit()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4283 unsigned XWR = IsLoadInst ? Mips::LWR : Mips::SWR; in expandUxw()