Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h523 STFIWX, enumerator
H A DP10InstrResources.td1819 STFIWX, STIWX,
H A DPPCInstrInfo.td170 def PPCstfiwx : SDNode<"PPCISD::STFIWX", SDT_PPCstfiwx,
2180 def STFIWX: XForm_28_memOp<31, 983, (outs), (ins f8rc:$RST, (memrr $RA, $RB):$addr),
5335 (STFIWX f64:$XT, ForceXForm:$dst)>;
H A DPPCInstrInfo.cpp3057 LowerOpcode = PPC::STFIWX; in expandVSXMemPseudo()
H A DPPCISelLowering.cpp1691 case PPCISD::STFIWX: return "PPCISD::STFIWX"; in getTargetNodeName()
8395 Chain = DAG.getMemIntrinsicNode(PPCISD::STFIWX, dl, in LowerFP_TO_INTForReuse()
H A DPPCInstrVSX.td1147 // Pseudo instruction STIWX will be expanded to STXSIWX or STFIWX later