Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP7.td165 STFD, STFDU, STFDUX, STFDX, STFIWX, STFS, STFSU, STFSUX, STFSX,
H A DPPCISelLowering.h535 STFIWX, enumerator
H A DP10InstrResources.td1821 STFIWX, STIWX,
H A DPPCInstrInfo.td185 def PPCstfiwx : SDNode<"PPCISD::STFIWX", SDT_PPCstfiwx,
2208 def STFIWX: XForm_28_memOp<31, 983, (outs), (ins f8rc:$RST, (memrr $RA, $RB):$addr),
5381 (STFIWX f64:$XT, ForceXForm:$dst)>;
H A DPPCInstrInfo.cpp3081 LowerOpcode = PPC::STFIWX; in expandVSXMemPseudo()
H A DPPCISelLowering.cpp1689 case PPCISD::STFIWX: return "PPCISD::STFIWX"; in getTargetNodeName()
8461 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